diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-02 17:31:05 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-02 17:31:08 +0100 |
commit | b6f907f759569b48965faae62274ce7f85f3db05 (patch) | |
tree | 896bdb78652c8b31325fc02f19813e7034475ce0 | |
parent | 59f25e6ad14ff0984d7b036945fc5b3c76221abf (diff) | |
download | jenkins.debian.net-b6f907f759569b48965faae62274ce7f85f3db05.tar.xz |
reproducible archlinux: enable schroot building on pb4 as well
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-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 1b7f7c1e..ded67cfa 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -656,12 +656,11 @@ my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_hname: 'profitbricks3' - my_disabled: false - 'setup_schroot_archlinux_profitbricks4': 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: true + 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 *' |