aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-tested.yaml
AgeCommit message (Collapse)Author
2017-11-17tcwg-abe-tested: use multiscm syntaxFathi Boudra
Change-Id: I71e54af593a47b2aedb5e5087b50dcdb2b195a22 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-11tcwg-abe-tested: Print out environment for debug purposes.Maxim Kuvyrkov
Change-Id: Ia5e397a273fd114f125dcecb717be01c58aecda2
2017-08-11tcwg-abe-tested: Add update of jenkins-scripts:tested branch.Maxim Kuvyrkov
Change-Id: If56d23faf8aa1e86116ef412138749a543b235f4
2017-08-11tcwg-abe-tested: Experiment with 2 repositories.Maxim Kuvyrkov
Change-Id: Ic5016ed9cae778af909607f298da1d0275d471a4
2017-06-20tcwg-abe-tested: Add credentials-id for ssh:// git url.Maxim Kuvyrkov
Change-Id: I4af6c69e3122e9e9f66857b194a0df3bd32836fd
2017-05-16tcwg-abe-tested, tcwg-buildslave-command, tcwg-publish-files: Update name.Maxim Kuvyrkov
Change-Id: I45a54e4781caa94fabda9cb30b73a46326e06016
2017-05-11tcwg-abe-tested: Disable shallow-cloneMaxim Kuvyrkov
In attempt to fix "git push", which complanes about: === To ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/abe.git ! [rejected] 0baa492f3bc8bd0016e91bfe1afc0ad3eba52126 -> tested (non-fast-forward) error: failed to push some refs to 'ssh://maxim.kuvyrkov@review.linaro.org:29418/toolchain/abe.git' hint: Updates were rejected because a pushed branch tip is behind its remote hint: counterpart. Check out this branch and integrate the remote changes hint: (e.g. 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. === Change-Id: Ie86aa8785c40b1994091fc2ef187b6b2ae6f4586
2017-05-11tcwg-abe-tested: Fix typo.Maxim Kuvyrkov
Change-Id: If348c119e24c9f5fe3c24490b36e8ff0f6dc41ec
2017-05-11tcwg-abe-tested: Fix push to the repo.Maxim Kuvyrkov
The local view of the repo needs to be up-to-date, and easiest thing is to have jenkins handle it. Change-Id: Ib95031e1d437b2ac11cb304abb0631ab82d3f80f
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-28tcwg-abe-tested: Simplify.Maxim Kuvyrkov
Change-Id: I1c95a4c2f0f4ff477e5966fdcd0130aac842aad2
2017-04-28tcwg-abe-tested: Fix typo.Maxim Kuvyrkov
Change-Id: I5a0ed7b4ad3f0ff9e43f5e2c63962c1fa9b1d01e
2017-04-28tcwg-abe-tested: Fix.Maxim Kuvyrkov
Change-Id: I7a8b28d35b2ecef754bd73f5c77a70c5d7829a45
2017-04-28tcwg-abe-tested: Troubleshoot environmentMaxim Kuvyrkov
Change-Id: Icb24179ad90bc72a87f9ce3727c9776641775164
2017-04-28tcwg-abe-tested: Fix.Maxim Kuvyrkov
Change-Id: I0c186ea0a169df70482aec51942cd70614fca7c2
2017-04-28tcwg-abe-tested: Add debug parameter.Maxim Kuvyrkov
Change-Id: Id85c71dac2edf5a24fe4aa15434c16a4cbb05741
2017-04-28tcwg-abe-tested: Improve, and handle ABE revision explicitlyMaxim Kuvyrkov
Change-Id: I72b2665e6979490bb86420eed5f2fdd1d5c2e641
2017-04-21tcwg-abe-tested: Remove experiment with docker.Maxim Kuvyrkov
tcwg-trigger-abe-extended: Disable and prepare for removal ... since tcwg-abe-tested is now triggering extended validation. Change-Id: I9927cff44cb592487f7ce2009694762579f1ea6a
2017-04-20tcwg-abe-tested: Make more robustMaxim Kuvyrkov
Change-Id: I987365e350b6e71b547e07b67a283f06f32e18bd
2017-04-18tcwg-abe-tested: Fix. $USER is not expanded for some reason.Maxim Kuvyrkov
Change-Id: I980e84911f4b0f64e78addae26b2a76941f560b0
2017-04-18tcwg-abe-tested: Don't depend on git-reviewMaxim Kuvyrkov
... which is missing from "master" node. Also experiment with docker. Change-Id: Ied1c79938983533a0db39eec72507cf6a368e3f3
2017-04-17tcwg-abe-tested: New jobMaxim Kuvyrkov
... to daily test ABE and update abe:tested branch Change-Id: I2e14d6809a85ee5a8ae4ff235255f5381bfd5bb8