[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible Debian: add six new armhf builder jobs

Holger Levsen holger at layer-acht.org
Thu Feb 16 15:28:22 UTC 2017


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 5852c56b92908dd89a34193caaa15b6534dc242c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Feb 16 15:36:46 2017 +0100

    reproducible Debian: add six new armhf builder jobs
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 README                    |  2 +-
 job-cfg/reproducible.yaml | 20 +++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/README b/README
index d9a6cdd..78e31cc 100644
--- a/README
+++ b/README
@@ -135,7 +135,7 @@ Installation tests inside chroot environments.
 
 * The (current) purpose of https://tests.reproducible-builds.org is to show the potential of reproducible builds for Debian - and six other projects currently. This is research, showing what could (and should) be done... check https://wiki.debian.org/ReproducibleBuilds for the real status of the project for Debian!
 
-* Currently, three suites are tested on 'amd64', 'i386', 'arm64' and 'armhf' architectures: 'testing', 'unstable' and 'experimental'. The tests are done using 'pbuilder' using link:https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain[our toolchain] through concurrent builder jobs, 40 for 'amd64', 24 for 'i386', 32 for 'arm64' and 60 for 'armhf', which are each constantly testing packages and saving the results of these tests.
+* Currently, three suites are tested on 'amd64', 'i386', 'arm64' and 'armhf' architectures: 'testing', 'unstable' and 'experimental'. The tests are done using 'pbuilder' using link:https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain[our toolchain] through concurrent builder jobs, 40 for 'amd64', 24 for 'i386', 32 for 'arm64' and 66 for 'armhf', which are each constantly testing packages and saving the results of these tests.
 
 * These builds on remote nodes run on very different hardware:
 ** for 'amd64' we are using four virtual machines, profitbricks-build(1+5+11+15)-amd64, which have 15 or 16 cores and 48gb ram each. These nodes are sponsored by link:https://jenkins.debian.net/userContent/thanks.html[Profitbricks].
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 05f6e1e..8ff3b00 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -687,7 +687,7 @@
 
         # could have all archs in one block, but it seems cleaner this way
         # to choose new jobs:
-        #       for i in bbx15 bpi0 cbxi4a cbxi4b cbxi4pro0 cb3a ff2a ff2b ff4a hb0 jtk1a odxu4 odxu4b odxu4c odu3a opi2a opi2b opi2c rpi2b rpi2c wbd0 wbq0 ; do echo "$i: " ; grep my_node1 job-cfg/reproducible.yaml|grep armhf|grep $i-armhf ; done
+        #       for i in bbx15 bpi0 cbxi4a cbxi4b cbxi4pro0 cb3a ff2a ff2b ff4a hb0 jtk1a odxu4 odxu4b odxu4c odu3a opi2a opi2b opi2c p64b p64c rpi2b rpi2c wbd0 wbq0 ; do echo "$i: " ; grep my_node1 job-cfg/reproducible.yaml|grep armhf|grep $i-armhf ; done
         #       8 jobs for quad-cores with 4 gb ram
         #       6 jobs for octo-cores with 2 gb ram
         #       6 jobs for quad-cores with 2 gb ram
@@ -698,8 +698,8 @@
             my_arch: 'armhf'
             my_num:
                 -  '1': { my_node1: 'bbx15-armhf-rb',     my_node2: 'odxu4-armhf-rb'     }
-                -  '2': { my_node1: 'wbq0-armhf-rb',      my_node2: 'cbxi4pro0-armhf-rb' }
-                -  '3': { my_node1: 'hb0-armhf-rb',       my_node2: 'odxu4-armhf-rb'     }
+                -  '2': { my_node1: 'wbq0-armhf-rb',      my_node2: 'p64c-armhf-rb'      }
+                -  '3': { my_node1: 'hb0-armhf-rb',       my_node2: 'p64b-armhf-rb'      }
                 -  '4': { my_node1: 'ff4a-armhf-rb',      my_node2: 'wbq0-armhf-rb'      }
                 -  '5': { my_node1: 'cbxi4pro0-armhf-rb', my_node2: 'bpi0-armhf-rb'      }
                 -  '6': { my_node1: 'ff4a-armhf-rb',      my_node2: 'cbxi4pro0-armhf-rb' }
@@ -741,10 +741,10 @@
                 - '42': { my_node1: 'cbxi4b-armhf-rb',    my_node2: 'cbxi4a-armhf-rb'    }
                 - '43': { my_node1: 'cbxi4a-armhf-rb',    my_node2: 'opi2c-armhf-rb'     }
                 - '44': { my_node1: 'bbx15-armhf-rb',     my_node2: 'ff4a-armhf-rb'      }
-                - '45': { my_node1: 'ff4a-armhf-rb',      my_node2: 'bbx15-armhf-rb'     }
+                - '45': { my_node1: 'ff4a-armhf-rb',      my_node2: 'p64b-armhf-rb'      }
                 - '46': { my_node1: 'wbq0-armhf-rb',      my_node2: 'bbx15-armhf-rb'     }
                 - '47': { my_node1: 'cbxi4pro0-armhf-rb', my_node2: 'bbx15-armhf-rb'     }
-                - '48': { my_node1: 'bbx15-armhf-rb',     my_node2: 'ff4a-armhf-rb'      }
+                - '48': { my_node1: 'bbx15-armhf-rb',     my_node2: 'p64c-armhf-rb'      }
                 - '49': { my_node1: 'bpi0-armhf-rb',      my_node2: 'ff4a-armhf-rb'      }
                 - '50': { my_node1: 'odxu4-armhf-rb',     my_node2: 'odu3a-armhf-rb'     }
                 - '51': { my_node1: 'odu3a-armhf-rb',     my_node2: 'cb3a-armhf-rb'      }
@@ -754,9 +754,15 @@
                 - '55': { my_node1: 'opi2c-armhf-rb',     my_node2: 'odu3a-armhf-rb'     }
                 - '56': { my_node1: 'odu3a-armhf-rb',     my_node2: 'ff2a-armhf-rb'      }
                 - '57': { my_node1: 'opi2c-armhf-rb',     my_node2: 'ff2a-armhf-rb'      }
-                - '58': { my_node1: 'cbxi4a-armhf-rb',    my_node2: 'opi2a-armhf-rb'     }
-                - '59': { my_node1: 'jtk1a-armhf-rb',     my_node2: 'opi2a-armhf-rb'     }
+                - '58': { my_node1: 'cbxi4a-armhf-rb',    my_node2: 'p64b-armhf-rb'      }
+                - '59': { my_node1: 'jtk1a-armhf-rb',     my_node2: 'p64c-armhf-rb'      }
                 - '60': { my_node1: 'cbxi4b-armhf-rb',    my_node2: 'opi2a-armhf-rb'     }
+                - '61': { my_node1: 'p64c-armhf-rb',      my_node2: 'opi2a-armhf-rb'     }
+                - '62': { my_node1: 'p64b-armhf-rb',      my_node2: 'opi2a-armhf-rb'     }
+                - '63': { my_node1: 'p64b-armhf-rb',      my_node2: 'ff4a-armhf-rb'      }
+                - '64': { my_node1: 'p64c-armhf-rb',      my_node2: 'bbx15-armhf-rb'     }
+                - '65': { my_node1: 'p64b-armhf-rb',      my_node2: 'cbxi4pro0-armhf-rb' }
+                - '66': { my_node1: 'p64c-armhf-rb',      my_node2: 'odxu4-armhf-rb'     }
             my_shell: '/srv/jenkins/bin/reproducible_build.sh {my_node1} {my_node2}'
             my_timed: '* * * * *'
             my_hname: ''

-- 
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