diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-04 23:29:18 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-04 23:29:21 +0100 |
commit | 830badd0a2467421ebac51a8410bcfdba8e1188d (patch) | |
tree | 9b747e9b3bceb2ce84855e01d001133105438c5f /job-cfg | |
parent | 5a2fcb48105f8bc537b60a1dde60f24e4df070ac (diff) | |
download | jenkins.debian.net-830badd0a2467421ebac51a8410bcfdba8e1188d.tar.xz |
reproducible archlinux: also enable schroot generation on jenkins as well, it's needed to decide what to build
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ef446b76..deb9e26a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -651,7 +651,7 @@ my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh' - my_disabled: true + my_disabled: false - 'setup_schroot_archlinux_profitbricks3': my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' @@ -660,7 +660,6 @@ my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_hname: 'profitbricks4' - my_disabled: false - 'setup_mock_fedora-23_x86_64_jenkins': my_description: 'Setup mock for fedora-23 on X86_64 to test .rpm packages for reproducibility.' my_timed: '42 23 1 1 *' |