diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:05:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:05:18 +0100 |
commit | 538ecf8a268ad6eab932d9ad56722fe4bfeb7ab3 (patch) | |
tree | b77f1ee89b96cd8d973b98a1e8e5d2609d257d52 /job-cfg | |
parent | 03d999b781ae879dd629291c9b8bfe101f378c5b (diff) | |
download | jenkins.debian.net-538ecf8a268ad6eab932d9ad56722fe4bfeb7ab3.tar.xz |
reproducible: try again to disable certain jobs only
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index a15242f5..cde4abd4 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1,6 +1,6 @@ - defaults: name: reproducible - disabled: '{my_disabled}' + disabled: {my_disabled} project-type: freestyle properties: - sidebar: &sb1 @@ -318,7 +318,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '{my_hname}' my_scmpoll: '*/6 * * * *' - my_disabled: 'false' + my_disabled: false jobs: - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: @@ -524,7 +524,7 @@ - 'html_archlinux': my_description: 'Build a simple webpage for Arch Linux reproducibility tests' my_timed: '' - my_disabled: 'true' + my_disabled: true - 'html_fedora-23_x86_64': my_description: 'Build a simple webpage for Fedora 23 reproducibility tests' my_timed: '' @@ -795,17 +795,17 @@ 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: true - 'setup_schroot_archlinux_profitbricks3': 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: true - '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: true - '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 *' @@ -887,11 +887,11 @@ - 'archlinux': my_num: 1 op_descname: 'an Arch Linux' - my_disabled: 'true' + my_disabled: true - 'archlinux': my_num: 2 op_descname: 'an Arch Linux' - my_disabled: 'true' + my_disabled: true - 'fedora-23_x86_64': my_num: 1 op_descname: 'a Fedora 23' |