summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-11-20 07:05:57 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-11-20 08:52:07 -0800
commitfc36dec8e9234f9f8d83d1f86c48f117e73bf781 (patch)
tree863fb87a6faadf1eb7ba2f0c501f1af6c20cbeac
parenta936db1e3a4f0f79796089b3d706a4958ef950a7 (diff)
pwrmgmt: Update the release number
Update the release number for PM-QA to v0.5.1. Change-Id: Ie03fc35e01179b923a5388e1995f29f66850dc40 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-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: