From 34cad7b14a8a0bc9fcd51456bc56bfc36f6efbc7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 4 Nov 2017 23:47:09 +0100 Subject: reproducible archlinux: disable the timer for the builders, while still in WIP we don't need it to run every minute Signed-off-by: Mattia Rizzolo --- job-cfg/reproducible.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index deb9e26a..5c07e397 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -651,7 +651,6 @@ 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: 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 *' @@ -762,6 +761,8 @@ my_num: 1 op_descname: 'an Arch Linux' my_disabled: false + # remove the timer, this is still at a WIP stage so let's have it triggered manually for now. + my_timed: '' - 'archlinux': my_num: 2 op_descname: 'an Arch Linux' -- cgit v1.2.3-54-g00ecf