aboutsummaryrefslogtreecommitdiff
path: root/tcwg-infra-update-home.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-11 13:02:52 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-11 13:04:32 +0000
commit85e5c870236c6ff275728e2db5cc5546c774d59c (patch)
treea4a9b84fa0c8071cc8956f1d0d5141eea64b3048 /tcwg-infra-update-home.yaml
parent006c104b4249cc28900fdc621ef0ea5d3401bcfa (diff)
tcwg-infra-update-home: Use git-us.linaro.org instead of review.linaro.org
The tcwg-buildslave-command job has keys of both tcwg-buildslave and tcwg-benchmark, and review.linaro.org is offered only one or the other. This causes review.linaro.org to fail in half the cases. Change-Id: Ib51d13be73818f936fcad924e3ae09d680c04a24
Diffstat (limited to 'tcwg-infra-update-home.yaml')
-rw-r--r--tcwg-infra-update-home.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-infra-update-home.yaml b/tcwg-infra-update-home.yaml
index b389aa13be..2bd5e1796e 100644
--- a/tcwg-infra-update-home.yaml
+++ b/tcwg-infra-update-home.yaml
@@ -49,12 +49,12 @@
- project: 'tcwg-buildslave-command'
predefined-parameters: |
machines_list=$machines_list
- command=ssh -o StrictHostKeyChecking=no -p29418 tcwg-buildslave@review.linaro.org true || true; git archive --remote ssh://tcwg-buildslave@review.linaro.org:29418/ci/dockerfiles.git HEAD | tar x --strip-components=3 -C /home/tcwg-buildslave tcwg-base/tcwg-build/tcwg-buildslave
+ command=ssh -o StrictHostKeyChecking=no git@git-us.linaro.org true || true; git archive --remote ssh://git@git-us.linaro.org/ci/dockerfiles.git HEAD | tar x --strip-components=3 -C /home/tcwg-buildslave tcwg-base/tcwg-build/tcwg-buildslave
target_user=tcwg-buildslave
block: true
- project: 'tcwg-buildslave-command'
predefined-parameters: |
machines_list=$machines_list
- command=ssh -o StrictHostKeyChecking=no -p29418 tcwg-benchmark@review.linaro.org true || true; git archive --remote ssh://tcwg-benchmark@review.linaro.org:29418/ci/dockerfiles.git HEAD | tar x --strip-components=3 -C /home/tcwg-benchmark tcwg-base/tcwg-build/tcwg-benchmark
+ command=ssh -o StrictHostKeyChecking=no git@git-us.linaro.org true || true; git archive --remote ssh://git@git-us.linaro.org/ci/dockerfiles.git HEAD | tar x --strip-components=3 -C /home/tcwg-benchmark tcwg-base/tcwg-build/tcwg-benchmark
target_user=tcwg-benchmark
block: true