summaryrefslogtreecommitdiff
path: root/ubuntu/aapits.yaml
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-03-06 22:25:42 -0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-03-24 08:25:17 +0000
commit35b0474cee5f3f4aea1e2b5196c721793523a1d1 (patch)
treef625f52e961f0df627042ca011e26dbc75baf734 /ubuntu/aapits.yaml
parentacf8da4f666a54c7eceb55491b3d90454e8349d0 (diff)
Using 'branch' statement in git-repos session to checkout
specific branch of test code Change-Id: Ifacd74079b1999709e0c34d5bac7bb09891a5a7c
Diffstat (limited to 'ubuntu/aapits.yaml')
-rw-r--r--ubuntu/aapits.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ubuntu/aapits.yaml b/ubuntu/aapits.yaml
index d3efb60..c34f978 100644
--- a/ubuntu/aapits.yaml
+++ b/ubuntu/aapits.yaml
@@ -15,11 +15,10 @@ metadata:
install:
git-repos:
- - git://git.linaro.org/leg/acpica/acpica.git
+ - url: git://git.linaro.org/leg/acpica/acpica.git
+ branch: BRANCH
steps:
- 'cd acpica'
- - 'git branch linaro origin/linaro'
- - 'git checkout linaro'
- 'make iasl'
- 'cd tests/aapits && make all'
deps:
@@ -28,7 +27,10 @@ install:
- bison
- build-essential
- make
- - git
+
+params:
+ BRANCH: linaro
+
run:
steps:
- 'cd acpica/tests/aapits/bin'