[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: add jobs to test strip-nondeterminism and disorderfs on every commit, one job each for the master branch, another (each) for the rest
Holger Levsen
holger at layer-acht.org
Tue Aug 30 14:36:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 03a71f316b4302751d3344125f2f9081591948e1
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 30 16:36:22 2016 +0200
reproducible Debian: add jobs to test strip-nondeterminism and disorderfs on every commit, one job each for the master branch, another (each) for the rest
---
job-cfg/reproducible.yaml | 41 +++++++++++++++++++---
...debian-diffoscope.rules => debian-pkg-ci.rules} | 0
2 files changed, 37 insertions(+), 4 deletions(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 7dea26b..17fafe7 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -698,11 +698,13 @@
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks3'
my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git'
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
- 'setup_fdroid_build_environment_profitbricks4':
my_description: 'Setup a build environment for F-Droid.'
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks4'
my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git'
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
- 'diffoscope_from_git_master':
my_description: 'Build diffoscope Debian package from git branch master.'
my_timed: '42 23 1 1 *'
@@ -710,8 +712,7 @@
my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
my_gitbranches: 'origin/master'
my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
- my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
- my_parse_rules: '/srv/jenkins/logparse/debian-diffoscope.rules'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
- 'diffoscope_from_git_branches':
my_description: 'Build diffoscope Debian package from git branches other than master.'
my_timed: '42 23 1 1 *'
@@ -719,9 +720,41 @@
my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
my_gitbranches: ':^(?!origin/master$).*'
my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
- my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
- my_parse_rules: '/srv/jenkins/logparse/debian-diffoscope.rules'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
+ - 'strip-nondeterminism_from_git_master':
+ my_description: 'Build strip-nondeterminism Debian package from git branch master.'
+ my_timed: '42 23 1 1 *'
+ my_hname: ''
+ my_gitrepo: 'git://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+ my_gitbranches: 'origin/master'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
+ - 'strip-nondeterminism_from_git_branches':
+ my_description: 'Build strip-nondeterminism Debian package from git branches other than master.'
+ my_timed: '42 23 1 1 *'
+ my_hname: ''
+ my_gitrepo: 'git://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+ my_gitbranches: ':^(?!origin/master$).*'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
+ - 'disorderfs_from_git_master':
+ my_description: 'Build disorderfs Debian package from git branch master.'
+ my_timed: '42 23 1 1 *'
+ my_hname: ''
+ my_gitrepo: 'git://anonscm.debian.org/git/reproducible/disorderfs.git'
+ my_gitbranches: 'origin/master'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
+ - 'disorderfs_from_git_branches':
+ my_description: 'Build disorderfs Debian package from git branches other than master.'
+ my_timed: '42 23 1 1 *'
+ my_hname: ''
+ my_gitrepo: 'git://anonscm.debian.org/git/reproducible/disorderfs.git'
+ my_gitbranches: ':^(?!origin/master$).*'
+ my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
+ my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
my_gitbranches: 'master'
+ my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules'
my_hname: ''
diff --git a/logparse/debian-diffoscope.rules b/logparse/debian-pkg-ci.rules
similarity index 100%
rename from logparse/debian-diffoscope.rules
rename to logparse/debian-pkg-ci.rules
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list