aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport-multijob.yaml
AgeCommit message (Collapse)Author
2017-06-07tcwg-*: Remove dead job files.Maxim Kuvyrkov
Change-Id: Ie6628ef56040f5492aa197a6422db057e823c8ca
2017-05-10tcwg-*: Prepare disabled jobs for removal.Maxim Kuvyrkov
Change-Id: I0648a932d54e16a87384846118197773cada24a2
2017-05-04tcwg-*: Switch all matrix and multijob jobs to tcwg-coordinatorMaxim Kuvyrkov
This change makes all TCWG matrix and multijob "coordination" jobs to run on tcwg-coordinator label. The "coordination" jobs do not consume significant resources and just wait for other jobs to finish. In case of matrix jobs these are "flyweight" jobs, and all TCWG multijobs behave similarly. Another benefit from this change is that git checkouts for "coordination" jobs will no longer be mixed with workspaces of matrix sub-builds of the same jobs, if sub-builds happen to start on the same node as coordination job. This has been auto-generated with the following script $ cat > tcwg-coordinator.sh <<EOF for f in tcwg-*.yaml; do type=$(grep "project-type" $f | sed -e "s/.*: //") case $f in tcwg-bkk16-buildfarm-benchmark.yaml) continue ;; esac case $type in freestyle) continue ;; matrix|multijob) sed -e "s/ node:.*/ node: tcwg-coordinator/" -i $f ;; *) echo "ERROR: Wrong job type: $type"; exit 1 ;; esac done EOF Change-Id: I216abbf903537da2c2bfd3f6d5a1fbf6b8fe4877
2017-04-19tcwg-buildfarm: Rework to use dynamic slave and target axes.Maxim Kuvyrkov
Change-Id: Ib5571449544f8c451a780a7947cca5781273d590
2017-04-11tcwg-buildfarm: Add displaytag parameter.Christophe Lyon
The goal is to make it easier to understand what a buildfarm run is related to in the Jenkins dashboard. tcwg-backport-multijob, tcwg-backport, tcwg-bkk16-trigger-extended, tcwg-buildfarm-cmp, tcwg-buildfarm-startcontainer, tcwg-regression-detection, tcwg-trigger-gcc-linaro-5, tcwg-trigger-gcc-linaro-6, tcwg-trigger-gcc-trunk-ubsan, tcwg-upstream-monitoring: Set the new parameter. Change-Id: Ib123aeca2365606df113a0756a3304be19a39e68
2017-03-21tcwg-buildfarm: Update description of targets field.Christophe Lyon
Replace native_armv8 with "native_aarch32 native_aarch64". tcwg-backport-multijob: Likewise. tcwg-buildfarm-cmp: Likewise. tcwg-buildfarm-startcontainer: Likewise. Change-Id: I99961ebb39952c28bd094413b30f53c896196ae5
2017-03-20tcwg-backport: Fix log name.Christophe Lyon
Use $builder_type instead of $(uname -m) as this is now computed in tcwg-buildfarm. Otherwise, we get logs for amd64_64 and i386 containers in the same x86_64 directory. Change-Id: Ic42df4ed45e7adccb887b3a105e358eb9a02c29d tcwg-backport-multijob: Likewise. tcwg-bkk16-trigger-extended-native: Likewise. tcwg-bkk16-trigger-extended: Likewise. tcwg-buildfarm-cmp: Likewise. tcwg-gcc-idle: Likewise. tcwg-trigger-gcc-linaro-5: Likewise. tcwg-trigger-gcc-linaro-6: Likewise.
2016-11-08tcwg-buildfarm: Update from tcwg-buildfarm-maximMaxim Kuvyrkov
This is a major update to switch buildfarm to docker. Builds are done in docker containers. Cross-tests are done on test-armv8-01.tcwglab for gcc-5 (and, temporarily, aarch64-linux-gnu gcc-6), and inside container on test-armv8-02.tcwglab for aarch32 linux toolchains. The updates to tcwg-backport-multijob.yaml and tcwg-bkk16-trigger-extended.yaml jobs preserve intended semantics of build matrix configuration. Change-Id: I9bd024ac988dc883ce80e637fb124fcc3c04c8b4
2016-10-14tcwg-*: Use build-discarder instead of logrotate.Christophe Lyon
Change-Id: I864b319706660d9fef1daa7b213c5488a7039d8e
2016-08-31tcwg-*: Merge and handle bkk16-buildfarm developments into main jobs.Yvan Roux
Change-Id: I1786660357d50d296983df8ed55655e3743730f8
2016-07-08tcwg-backport-multijob: Disable.Christophe Lyon
To avoid wasting resources while preparing the next snapshot. Change-Id: I703b51fea5e2a1b5c81d61315ba74d40aee95ee8
2016-06-22tcwg-backport-multijob: comparison is now a multijob phase.Christophe Lyon
Change-Id: I2e82f812512635cb98d59e445548a707336a808c
2016-06-22tcwg-backport-multijob: Do not ignore buildfarm failures.Christophe Lyon
Change-Id: Ie7fdd598243a0a25fb700fb1722b076f087ceaf2
2016-06-21tcwg-backport-multijob: New job.Christophe Lyon
This is a clone of tcwg-backport, but using multijob type. Change-Id: I4f95190066c3ab144de694542b53faf589f19812