aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-tested.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-28 07:22:02 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-28 07:22:02 +0000
commit56c3598ef9af57e2c054ec3fbb57deac0cf8bbba (patch)
tree60141421787bf582a1f71c14fd8e2a92c0ec9582 /tcwg-abe-tested.yaml
parentc2a059a93e8975b71c7f33df2fc421beb39f2a02 (diff)
tcwg-abe-tested: Simplify.
Change-Id: I1c95a4c2f0f4ff477e5966fdcd0130aac842aad2
Diffstat (limited to 'tcwg-abe-tested.yaml')
-rw-r--r--tcwg-abe-tested.yaml16
1 files changed, 5 insertions, 11 deletions
diff --git a/tcwg-abe-tested.yaml b/tcwg-abe-tested.yaml
index 61bbce1c1e..f6350363b6 100644
--- a/tcwg-abe-tested.yaml
+++ b/tcwg-abe-tested.yaml
@@ -44,24 +44,18 @@
users:
- 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
builders:
- - shell: |
- #!/bin/bash
-
- set -ex
-
- rm -f params
- if ! $no_tests_just_update_tested; then
- echo "abe_branch=$GIT_COMMIT" > params
- fi
- conditional-step:
- condition-kind: file-exists
- condition-filename: params
+ condition-kind: strings-match
+ condition-string1: '${ENV,var="no_tests_just_update_tested"}'
+ condition-string2: 'false'
steps:
- multijob:
name: 'ABE extended tests'
condition: SUCCESSFUL
projects:
- name: tcwg-abe-extended
+ predefined-parameters: |
+ abe_branch=$GIT_COMMIT
- shell: |
#!/bin/bash