aboutsummaryrefslogtreecommitdiff
path: root/tcwg-trigger-gcc-linaro-6.yaml
AgeCommit message (Collapse)Author
2017-06-06tcwg-*: Send mails to tcwg-validation@linaro.org.Christophe Lyon
Applies to: tcwg-abe-extended tcwg-make-and-test-release tcwg-make-release tcwg-test-release-matrix tcwg-test-release tcwg-trigger-gcc-linaro-5 tcwg-trigger-gcc-linaro-6 tcwg-trigger-gcc-linaro-7 tcwg-upstream-monitoring Change-Id: I99d28c413036e26f39bd645b8e2c7c016991b92d
2017-05-10tcwg-trigger-gcc-linaro-6: Update binutils branchChristophe Lyon
to linaro-local/linaro_binutils-2_27-branch Change-Id: I0c0f09f4c46716c9cae3b323b8ba0eb8e6d1f68c
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-21tcwg-trigger-gcc-linaro-[56]: Fix target_list when calling tcwg-buildfarm.Christophe Lyon
Change-Id: Ibb4fe81e800576afe669e6c1c0d8d76eeb17c886
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-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.
2017-03-16tcwg-trigger-gcc-linaro-6: New jobChristophe Lyon
Monitors changes in repos involved in gcc-linaro-6 toolchains: binutils-2.27 glibc-2.23 Change-Id: Iafa67619b6434a5dacc8c504b63d6508d8cb7a7b