diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-13 13:45:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-13 13:45:16 +0100 |
commit | 6dfade9e2922a03241be7c9533a091c08355a2c2 (patch) | |
tree | c974081be03f90bbbe50367226cdc3ef48cef702 | |
parent | e95fe1f3578439513033f2c4b7067fb63fdd50c4 (diff) | |
download | jenkins.debian.net-6dfade9e2922a03241be7c9533a091c08355a2c2.tar.xz |
reproducible fedora rpms: add new job for setting up mock on jenkins (for the rpm scheduler which is yet to be written)
-rw-r--r-- | job-cfg/reproducible.yaml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 69913c10..7d2ba34d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -583,7 +583,14 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '{my_hname}' my_hname: 'profitbricks3' - - '{name}_setup_mock_fedora-23_x86_64': + - '{name}_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 *' + my_shell: '/srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '{my_hname}' + my_hname: '' + - '{name}_setup_mock_fedora-23_x86_64_profitbricks3': my_description: 'Setup mock for fedora-23 on X86_64 to test .rpm packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' @@ -720,7 +727,11 @@ - job-template: defaults: reproducible_other_projects - name: '{name}_setup_mock_fedora-23_x86_64' + name: '{name}_setup_mock_fedora-23_x86_64_jenkins' + +- job-template: + defaults: reproducible_other_projects + name: '{name}_setup_mock_fedora-23_x86_64_profitbricks3' - job-template: defaults: reproducible_builder_trigger |