aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-tested.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-17 09:14:48 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-17 11:12:38 +0000
commitd43f3d3d6d01bc6dcd6e37f4257014775c5f16ec (patch)
treea064f539a6715859d943ced53e773aa01c5a4c2c /tcwg-abe-tested.yaml
parentd80cb877be6a4aec3cf36e89aec012fa16896ae9 (diff)
tcwg-abe-tested: use multiscm syntax
Change-Id: I71e54af593a47b2aedb5e5087b50dcdb2b195a22 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'tcwg-abe-tested.yaml')
-rw-r--r--tcwg-abe-tested.yaml57
1 files changed, 33 insertions, 24 deletions
diff --git a/tcwg-abe-tested.yaml b/tcwg-abe-tested.yaml
index 3c5cbdef51..f5a34d9a10 100644
--- a/tcwg-abe-tested.yaml
+++ b/tcwg-abe-tested.yaml
@@ -1,3 +1,31 @@
+- scm:
+ name: abe
+ scm:
+ - git:
+ url: ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/abe.git
+ # tcwg-buildslave user id
+ credentials-id: 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
+ name: abe
+ branches:
+ - refs/remotes/gerrit/master
+ basedir: abe
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
+- scm:
+ name: jenkins-scripts
+ scm:
+ - git:
+ url: ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/jenkins-scripts.git
+ # tcwg-buildslave user id
+ credentials-id: 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
+ name: jenkins-scripts
+ branches:
+ - refs/remotes/gerrit/master
+ basedir: jenkins-scripts
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
- job:
name: tcwg-abe-tested
project-type: multijob
@@ -23,31 +51,12 @@
concurrent: true
display-name: 'TCWG BBB Trigger ABE extended validation'
scm:
- - git:
- url: ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/abe.git
- # tcwg-buildslave user id
- credentials-id: 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
- name: gerrit
- branches:
- - refs/remotes/gerrit/master
- basedir: abe
- skip-tag: true
- shallow-clone: false
- wipe-workspace: false
- - git:
- url: ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/jenkins-scripts.git
- # tcwg-buildslave user id
- credentials-id: 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
- name: gerrit
- branches:
- - refs/remotes/gerrit/master
- basedir: jenkins-scripts
- skip-tag: true
- shallow-clone: false
- wipe-workspace: false
+ - abe
+ - jenkins-scripts
triggers:
# Every day at 1:01am
- - pollscm: '1 1 * * *'
+ - pollscm:
+ cron: '1 1 * * *'
wrappers:
- timeout:
timeout: 600
@@ -60,7 +69,7 @@
- shell: |
#!/bin/bash
# Print out environment for debug purposes.
- env
+ env | grep "^GIT"
- conditional-step:
condition-kind: strings-match
condition-string1: '${ENV,var="no_tests_just_update_tested"}'