aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-tested.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-08-11 09:01:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-08-11 11:32:35 +0000
commit5c30a697ceca2da0d918483f5a3ffdd44c20b119 (patch)
tree13f03d4f72f7f62afe6b8da211b7b234425da918 /tcwg-abe-tested.yaml
parent073775a0dd9e5ee095d7a9cf65a0c0564c8b644e (diff)
tcwg-abe-tested: Add update of jenkins-scripts:tested branch.
Change-Id: If56d23faf8aa1e86116ef412138749a543b235f4
Diffstat (limited to 'tcwg-abe-tested.yaml')
-rw-r--r--tcwg-abe-tested.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/tcwg-abe-tested.yaml b/tcwg-abe-tested.yaml
index c4cd96b066..562733e895 100644
--- a/tcwg-abe-tested.yaml
+++ b/tcwg-abe-tested.yaml
@@ -57,10 +57,6 @@
users:
- 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
builders:
- - shell: |
- #!/bin/bash
- env
- exit 1
- conditional-step:
condition-kind: strings-match
condition-string1: '${ENV,var="no_tests_just_update_tested"}'
@@ -73,7 +69,7 @@
- name: tcwg-abe-extended
predefined-parameters: |
abe_branch=$GIT_COMMIT
- scripts_branch=$GIT_COMMIT
+ scripts_branch=$GIT_COMMIT_1
- shell: |
#!/bin/bash
@@ -81,4 +77,5 @@
git config --global user.name "TCWG Buildslave"
git config --global user.email tcwg-buildslave@linaro.org
- git push gerrit $GIT_COMMIT:refs/heads/tested
+ git -C abe push gerrit $GIT_COMMIT:refs/heads/tested
+ git -C jenkins-scripts push gerrit $GIT_COMMIT_1:refs/heads/tested