diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-20 18:31:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-20 18:31:32 +0200 |
commit | d5cbb0757ef6bfd9b2ab5881bad001fa9bd9a1c2 (patch) | |
tree | aff5c33e7516829ba80643eee34617fabd09a6ff /job-cfg | |
parent | a16e595bc00b8c76696c41a20061059acaa38a66 (diff) | |
download | jenkins.debian.net-d5cbb0757ef6bfd9b2ab5881bad001fa9bd9a1c2.tar.xz |
reproducible Debian: correctly configure naginator plugin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index fd29ecea..7117f138 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -37,7 +37,7 @@ progressive-delay-increment: 5 progressive-delay-maximum: 15 max-failed-builds: 5 - regular-expression: '^E: Couldn't download .*/Packages' + regular-expression: '{my_naginator_regex}' node: '{my_node}' - defaults: @@ -50,11 +50,7 @@ publishers: - logparser: *logparser - email: *email - - naginator: &naginator - progressive-delay-increment: 5 - progressive-delay-maximum: 15 - max-failed-builds: 5 - regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' + - naginator: *naginator scm: - git: url: '{my_gitrepo}' @@ -452,6 +448,7 @@ - 'codethink15': { my_arch: 'arm64' } - 'codethink16': { my_arch: 'arm64' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_naginator_regex: '^E: Couldn't download .*/Packages' - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': my_distro: @@ -481,6 +478,7 @@ my_hname: - 'jenkins': { my_arch: 'amd64' } my_node: '' + my_naginator_regex: '^E: Couldn't download .*/Packages' - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: @@ -490,6 +488,7 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: - 'profitbricks3': { my_arch: 'amd64' } + my_naginator_regex: '^E: Couldn't download .*/Packages' - '{name}_{my_task}': my_task: @@ -588,6 +587,7 @@ my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org' my_gitrepo: 'git://git.debian.org/git/reproducible/{my_reponame}.git' my_hname: '' + my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - '{name}_{otherproject_artifacts}': otherproject_artifacts: @@ -679,6 +679,7 @@ my_gitbranches: 'master' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules' + my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - '{name}_{otherproject_git}': otherproject_git: @@ -718,6 +719,7 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules' my_hname: '' + my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - '{name}_{otherproject_git_junit_exports}': otherproject_git_junit_exports: |