aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp-christophe.yaml
AgeCommit message (Collapse)Author
2018-06-07tcwg-buildapp-christophe: Delete obsolete job.Christophe Lyon
Change-Id: Iff109869f1f3e4c807143700ee265e1236d75f01
2018-06-07tcwg-buildapp-christophe: Disable and mark DEAD before deletion.Christophe Lyon
Change-Id: Ifeb018581435c0dd7b6c6e41e97499003b8cc1d5
2018-06-04Revert "Revert "tcwg-*: Switch to use *-tcwg-tested docker images.""Maxim Kuvyrkov
This reverts commit 54ea52ee9700f8e188507e05bd64ea818c4e6822. Change-Id: I6e637741d45fd395ff505b0477ae93f54eb4e48c
2018-06-04Revert "tcwg-*: Switch to use *-tcwg-tested docker images."Maxim Kuvyrkov
This reverts commit f04dc8eca53ec3f42fb21c47aa1f13499ac29ef8. Change-Id: I24619fc1f89b7bf5d50186a9620aa129d7f3ed98
2018-06-04tcwg-*: Switch to use *-tcwg-tested docker images.Maxim Kuvyrkov
Where start-container-docker.sh is called with hard-code "--distro trusty" it is better to remove this setting, since it is default anyway. Change-Id: Ia33e01e4b4b48ae221ab36e85a4c96c2b3f62865
2018-02-09tcwg-buildapp-christophe: Do not pass BUILD_NUMBER in environment.Christophe Lyon
The build script does not need it. Change-Id: I10a4a4e0622df7dbd085c5b694682b2499b7a5d6
2018-02-08tcwg-buildapp-christophe: Update to use new lava scheme.Christophe Lyon
Change-Id: I25d6f17a669877b2f473dd2d0f919e2979e659f2
2017-06-14tcwg-buildapp{,-christophe}: use jenkins-helpers.shCharles Baylis
Replace internal implementation of print_arch_for_label() with call to same. Use print_host_for_node() instead of nodename2hostname.sh. Change-Id: Icab068fc1dbff0a3c4c8c65ce3f424692c9684e1
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-20tcwg-buildapp, tcwg-buildapp-christophe, tcwg-binutils-docker: Remove ↵Christophe Lyon
ssh-agent workaround. Change-Id: I1a76a8979a3d0f8b81dece8a1e748347d54e035c
2017-04-20tcwg-*: Remove ssh-agent workaroundMaxim Kuvyrkov
Change-Id: Ia54509e922fcf067897833133f40eb4a8c75d0ae
2017-04-20tcwg-buildapp-christophe: use credentials binding instead of password parametersFathi Boudra
There's an existing bot account to submit lava job definitions. Avoid to use users credentials as password parameters. Change-Id: Ibb9da9f44a480fe3a66e4a133b4807ea913360fd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-04-11tcwg-buildapp: Use new --no-ssh-agent option for start-container-docker.shChristophe Lyon
Change-Id: Ic70ff598ff2e48413c523c12eb7ddbcc36654998 tcwg-buildapp-christophe: Likewise.
2017-04-03tcwg-buildapp-christophe: Make build_container_tag a job parameter.Christophe Lyon
To make it easier to check the behaviour with different versions. Change-Id: Ia01a11f515f38ce205323683f030d7678b1cca0e
2017-03-31tcwg-buildapp-christophe: Add LAVA_USER and LAVA_TOKEN parameters.Christophe Lyon
Change-Id: I07c3ac7316817dcd20043652b2750f443f3e134c
2017-03-31tcwg-buildapp-christophe: Add missing linaro-publish-token.Christophe Lyon
Change-Id: Ib2a9d851294d3f27a04d9e6dcb3b276b368b07dd
2017-03-31tcwg-buildapp-christophe: Add ssh-agent cleanup.Christophe Lyon
Change-Id: Iff55963de4a24ff630376136463824ef911ebd70
2017-03-31tcwg-buildapp-christophe: Use xenial if boot is requested.Christophe Lyon
lava-tool is not available under trusty, but it is under xenial. Change-Id: Ia5ec85661a3be6b0d0f901c36477ccbe5730e77f
2017-03-31tcwg-buildapp-christophe: Add support to boot kernel.Christophe Lyon
Change-Id: I1783577543f38fe164f1fa3603f8d9427d81e4eb
2017-03-27tcwg-buildapp-christophe: LAVA_SERVER is now a parameter.Christophe Lyon
Change-Id: Iacd49631023c129a64b72e834ece1c38c3ffe173
2017-03-27tcwg-buildapp-christophe: Add device_type.Christophe Lyon
Change-Id: I0c74897aa546c3e4762a28f02127f8f8e3bdf7e9
2017-03-27tcwg-buildapp-christophe: New job.Christophe Lyon
To experiment with lava. Change-Id: I52349fdb533a2066fe1fc730f150e5d1365c7d84
2016-12-01tcwg-*: Remove files for "TCWG DEAD" jobs.Maxim Kuvyrkov
Change-Id: Ia9baa0aa41d35a87e67f13b021baa6ac2e0bee9e
2016-11-29tcwg-buildapp: Merge with tcwg-buildapp-christophe.Christophe Lyon
tcwg-buildapp-christophe, tcwg-trigger-buildapp: Disable. Change-Id: I825998c947200b328331a0d5898503f53db7995e
2016-11-25tcwg-buildapp-christophe: Add app_list and target_list parameters.Christophe Lyon
Change-Id: Ie88049f22aed4c7c5033624fa60c7e38ae07b67e
2016-10-14tcwg-*: Use build-discarder instead of logrotate.Christophe Lyon
Change-Id: I864b319706660d9fef1daa7b213c5488a7039d8e
2016-10-13tcwg-buildapp-christophe: Send an email in case of failure.Christophe Lyon
Change-Id: I9b28b9137b3e19105742b1b37de0c82716248a22
2016-09-22tcwg-buildapp-christophe: Workspace name depends on $app.Christophe Lyon
To avoid race conditions. Change-Id: I18ca582cac5bb869c71428d16799b93e9268e1f7
2016-06-30tcwg-buildapp-christophe: Use docker slave.Christophe Lyon
Change-Id: I30309ecfdd9ed2a4001abeeeb2daa3ae355d006c
2016-06-30tcwg-buildapp-christophe: enable builds.Christophe Lyon
Change-Id: Ibce62cb4d8b5f09a3c4977bcb36505497eb898f2
2016-06-29tcwg-trigger-buildapp tcwg-buildapp-christophe: New jobsChristophe Lyon
Change-Id: I8d9436ab1310d88125391c10730eba9b9a7d9cd5