From 723dccf7b388cb0564f85cefa0103b67aa67fd2d Mon Sep 17 00:00:00 2001 From: Lisa Nguyen Date: Mon, 12 Jan 2015 15:06:30 -0800 Subject: 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 --- openembedded/pwrmgmt.yaml | 5 +++-- ubuntu/pwrmgmt.yaml | 5 +++-- 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: -- cgit v1.2.3