diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-02 13:26:07 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-02 13:26:30 +0100 |
commit | 2952f3ee1945b47a83784cd85c20e32d27a267b1 (patch) | |
tree | 25c5f507b26ee6cb9087a2f2271bd58387632ba4 | |
parent | df737674b36dc34b547498357e6027bbe9766717 (diff) | |
download | jenkins.debian.net-2952f3ee1945b47a83784cd85c20e32d27a267b1.tar.xz |
reproducible archlinux: try re-enable one schroot creation job
Starting to work on it
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b502b302..1b7f7c1e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -656,7 +656,7 @@ 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: true + 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 *' |