Skip to content

Commit b1e6151

Browse files
Aníbal Limónmwasilew
Aníbal Limón
authored and
mwasilew
committed
automated/linux: Use tags for 2.x in workload-automation
We have a workload-automation3 testdef so this one is target to use the version 2 of the tool use proper tags by default. Change-Id: I9121a14772fe59d750c68d97c59fb2f3ab481004 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
1 parent 3112324 commit b1e6151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automated/linux/workload-automation/workload-automation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ params:
2222
SKIP_INSTALL: "false"
2323
SKIP_UPGRADE_PIP_SETUPTOOLS: "false"
2424
# Params for WA test run.
25-
WA_TAG: "master"
25+
WA_TAG: "v2.7.0"
2626
WA_GIT_REPO: "https://github.com/ARM-software/workload-automation"
2727
# Install devlib, which is WA depenency
2828
DEVLIB_REPO: "https://github.com/ARM-software/devlib.git"
29-
DEVLIB_TAG: "master"
29+
DEVLIB_TAG: "v1.1.2"
3030
WA_TEMPLATES_REPO: "https://git.linaro.org/qa/wa2-lava.git"
3131
TEMPLATES_BRANCH: "wa-templates"
3232
CONFIG: "config/generic-linux-localhost.py"

0 commit comments

Comments
 (0)