summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-01-12 15:06:30 -0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-01-23 15:10:39 +0000
commit723dccf7b388cb0564f85cefa0103b67aa67fd2d (patch)
tree2acdcbde089f64631105c54fdac37131e1a0c8f1
parent2561a17a9816c40806b64efd49a6b030a0225d0c (diff)
pwrmgmt: Update install steps to use new LAVA args
Remove git checkout from install steps and use the new lava_test_shell arguments. Change-Id: I59598614477a30945442886197663e9edeaf622c Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--openembedded/pwrmgmt.yaml5
-rw-r--r--ubuntu/pwrmgmt.yaml5
2 files changed, 6 insertions, 4 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index fa64dfc..5ede999 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -17,10 +17,11 @@ metadata:
install:
git-repos:
- - git://git.linaro.org/power/pm-qa.git
+ - url: git://git.linaro.org/power/pm-qa.git
+ destination: pm-qa
+ branch: $RELEASE
steps:
- "cd pm-qa"
- - "git checkout $RELEASE"
- "make -C utils"
params:
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 81d1369..25716d3 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -28,10 +28,11 @@ install:
- build-essential
- git
git-repos:
- - git://git.linaro.org/power/pm-qa.git
+ - url: git://git.linaro.org/power/pm-qa.git
+ destination: pm-qa
+ branch: $RELEASE
steps:
- "cd pm-qa"
- - "git checkout $RELEASE"
- "make -C utils"
params: