Skip to content

Commit

Permalink
automated/linux: Use tags for 2.x in workload-automation
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Aníbal Limón authored and mwasilew committed Oct 25, 2019
1 parent 3112324 commit b1e6151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automated/linux/workload-automation/workload-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ params:
SKIP_INSTALL: "false"
SKIP_UPGRADE_PIP_SETUPTOOLS: "false"
# Params for WA test run.
WA_TAG: "master"
WA_TAG: "v2.7.0"
WA_GIT_REPO: "https://github.com/ARM-software/workload-automation"
# Install devlib, which is WA depenency
DEVLIB_REPO: "https://github.com/ARM-software/devlib.git"
DEVLIB_TAG: "master"
DEVLIB_TAG: "v1.1.2"
WA_TEMPLATES_REPO: "https://git.linaro.org/qa/wa2-lava.git"
TEMPLATES_BRANCH: "wa-templates"
CONFIG: "config/generic-linux-localhost.py"
Expand Down

0 comments on commit b1e6151

Please sign in to comment.