[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add two more armhf build job
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 31 01:27:28 UTC 2015
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 8e63dac8d0b8d8514e7dedffb55dbe1e99299825
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 31 03:27:05 2015 +0200
reproducible: add two more armhf build job
---
TODO | 2 --
job-cfg/reproducible.yaml | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
index 9fd6b3b..3ee50ac 100644
--- a/TODO
+++ b/TODO
@@ -254,8 +254,6 @@ properties:
** reproducible_builder_amd64_8 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64"
** reproducible_builder_amd64_9 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64"
** reproducible_builder_amd64_10 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64"
-** reproducible_builder_armhf_2 runs "reproducible_build.sh wbq0-armhf-rb:2225 cbxi4pro0-armhf-rb:2226"
-** reproducible_builder_armhf_4 runs "reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbq0-armhf-rb:2225"
* then we have a new script, reproducible_info.sh which just outputs key-value pairs, like "ARCH=armhf", DATETIME="Mo 10. Aug 11:56:22 CEST 2015" and "TZ=UTC" and whatever.
** this script is run on all nodes, via a for loop on the main node (jenkins atm), as part of dashboard.sh, and the results will be captured in /srv/reproducible-results/node-information/$NODE and then used by reproducible_html_dashboard.sh to create the table with the differences between 1st and 2nd build...
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 3fab3eb..a981485 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -426,9 +426,17 @@
- job-template:
defaults: reproducible_builder
+ name: '{name}_builder_armhf_2'
+
+- job-template:
+ defaults: reproducible_builder
name: '{name}_builder_armhf_3'
- job-template:
+ defaults: reproducible_builder
+ name: '{name}_builder_armhf_4'
+
+- job-template:
defaults: reproducible_other_projects
name: '{name}_coreboot'
@@ -840,12 +848,24 @@
my_shell: '/srv/jenkins/bin/reproducible_build.sh wbq0-armhf-rb:2225 bpi0-armhf-rb:2222'
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: ''
+ - '{name}_builder_armhf_2':
+ my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
+ my_timed: 'H/2 * * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_build.sh wbq0-armhf-rb:2225 cbxi4pro0-armhf-rb:2226"
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+ my_node: ''
- '{name}_builder_armhf_3':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/2 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 hb0-armhf-rb:2224'
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: ''
+ - '{name}_builder_armhf_4':
+ my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
+ my_timed: 'H/2 * * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbq0-armhf-rb:2225"
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+ my_node: ''
- '{name}_coreboot':
my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.'
my_timed: '23 42 23 * *'
--
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