summaryrefslogtreecommitdiff
path: root/automated/linux/workload-automation/workload-automation.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/workload-automation/workload-automation.yaml')
-rw-r--r--automated/linux/workload-automation/workload-automation.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/automated/linux/workload-automation/workload-automation.yaml b/automated/linux/workload-automation/workload-automation.yaml
index 57818bf..38895eb 100644
--- a/automated/linux/workload-automation/workload-automation.yaml
+++ b/automated/linux/workload-automation/workload-automation.yaml
@@ -22,6 +22,7 @@ params:
SKIP_INSTALL: "false"
# Params for WA test run.
WA_TAG: "master"
+ WA_GIT_REPO: "https://github.com/ARM-software/workload-automation"
WA_TEMPLATES_REPO: "https://git.linaro.org/qa/wa2-lava.git"
TEMPLATES_BRANCH: "wa-templates"
CONFIG: "config/generic-linux-localhost.py"
@@ -46,7 +47,7 @@ run:
- if [ -z "${OUTPUT}" ]; then OUTPUT="./output"; fi
- echo ${OUTPUT}
# Test run.
- - ./workload-automation.sh -s "${SKIP_INSTALL}" -t "${WA_TAG}" -r "${WA_TEMPLATES_REPO}" -T "${TEMPLATES_BRANCH}" -c "${CONFIG}" -a "${AGENDA}" -o "${OUTPUT}"
+ - ./workload-automation.sh -s "${SKIP_INSTALL}" -t "${WA_TAG}" -r "${WA_TEMPLATES_REPO}" -T "${TEMPLATES_BRANCH}" -c "${CONFIG}" -a "${AGENDA}" -R "${WA_GIT_REPO}" -o "${OUTPUT}"
# Upload test output to artifactorial.
- tar caf "wa-output.tar.xz" "${OUTPUT}"
- ../../utils/upload-to-artifactorial.sh -a "wa-output.tar.xz" -u "${ARTIFACTORIAL_URL}" -t "${ARTIFACTORIAL_TOKEN}"