summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2015-01-27 17:48:57 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-01-28 08:38:35 +0000
commit7814a658c63c76b8506d89bfb7f78914cfce80d1 (patch)
tree0325681d12f4f5ad3574f8ba979c0aa0908bb22b /openembedded
parent24c96ec10cadca2326942179fa591df6f3fe89da (diff)
Ubuntu: Fix pwrmgmt test to have the correct tag reference.
Fix bug #1141 - Failure to clone PM-QA repo by tag using new ... Change-Id: I9228ab7557c1077245f00beb77744ca8eb4aace1 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/pwrmgmt.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index 5ede999..fc3cf54 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -19,14 +19,14 @@ install:
git-repos:
- url: git://git.linaro.org/power/pm-qa.git
destination: pm-qa
- branch: $RELEASE
+ branch: RELEASE
steps:
- "cd pm-qa"
- "make -C utils"
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'tags/pm-qa-v0.4.15'
+ RELEASE: 'pm-qa-v0.4.15'
run:
steps: