summaryrefslogtreecommitdiff
path: root/ubuntu/pwrmgmt.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-06-17 10:19:17 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-06-17 10:19:17 +0100
commit862cd396dff1453d6193dc46b1ffaefabb293438 (patch)
tree23a3cc837017050211778a07bcd05d2e1041a729 /ubuntu/pwrmgmt.yaml
parenta24d57995fc0decb682e5548dbf3faca270987c3 (diff)
pwrmgmt: fixed RELEASE variable
It is now possible to use RELEASE variable to checkout any version of the pm-qa code. 'tags/' were moved to default value. Change-Id: I3658a190fb48f91a89b80fcca74b8cd21d24c639 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'ubuntu/pwrmgmt.yaml')
-rw-r--r--ubuntu/pwrmgmt.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index a19129c..f990178 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -26,12 +26,12 @@ install:
- git://git.linaro.org/power/pm-qa.git
steps:
- "cd pm-qa"
- - "git checkout tags/$RELEASE"
+ - "git checkout $RELEASE"
- "make -C utils"
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'pm-qa-v0.4.10'
+ RELEASE: 'tags/pm-qa-v0.4.10'
run:
steps: