From 7814a658c63c76b8506d89bfb7f78914cfce80d1 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran S Date: Tue, 27 Jan 2015 17:48:57 +0530 Subject: 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 --- openembedded/pwrmgmt.yaml | 4 ++-- ubuntu/pwrmgmt.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 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: 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: -- cgit v1.2.3