summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded/pwrmgmt.yaml6
-rw-r--r--ubuntu/pwrmgmt.yaml2
2 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index 64d98de..1718f41 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -27,11 +27,11 @@ install:
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'pm-qa-v0.5.0'
-
+ RELEASE: 'pm-qa-v0.5.1'
+
run:
steps:
- - cd pm-qa
+ - cd pm-qa
- for testset in $PWR_TESTARG; do make -C $testset check; done
parse:
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 86024bc..f1f170b 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -36,7 +36,7 @@ install:
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'pm-qa-v0.5.0'
+ RELEASE: 'pm-qa-v0.5.1'
run:
steps: