summaryrefslogtreecommitdiff
path: root/ubuntu/pwrmgmt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/pwrmgmt.yaml')
-rw-r--r--ubuntu/pwrmgmt.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 25716d3..8c8503a 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -30,18 +30,18 @@ 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:
- - cd pm-qa
+ - cd pm-qa
- for testset in $PWR_TESTARG; do make -C $testset check; done
parse: