summaryrefslogtreecommitdiff
path: root/automated/linux/workload-automation/workload-automation.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-02 19:35:37 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-02 19:35:37 +0000
commit3d9438bfa2f06b89c1894ec32e1fe089066027a6 (patch)
treefbc8ec4c42fbf3ee595003f0402243bceb9f5349 /automated/linux/workload-automation/workload-automation.yaml
parent4f6be21b68cf024e07585658d91a47a66ca7c3f5 (diff)
automated: workload-automation: allow extra WA modules
Add support for WA_EXTENSION_PATHS variable to allow extra modules. The modules have to be available in the system before workload-automation.sh is executed. Change-Id: I045e5c5095a582000676214ad838e917d79dece4 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'automated/linux/workload-automation/workload-automation.yaml')
-rw-r--r--automated/linux/workload-automation/workload-automation.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/automated/linux/workload-automation/workload-automation.yaml b/automated/linux/workload-automation/workload-automation.yaml
index 4aa1da3..5c7a3bb 100644
--- a/automated/linux/workload-automation/workload-automation.yaml
+++ b/automated/linux/workload-automation/workload-automation.yaml
@@ -26,6 +26,8 @@ params:
TEMPLATES_BRANCH: "wa-templates"
CONFIG: "config/generic-linux-localhost.py"
AGENDA: "agenda/linux-dhrystone.yaml"
+ # allow extra extenstions for WA
+ WA_EXTENSION_PATHS: ""
# Specify url and token for publishing artifacts.
# For safety reasons, please set 'ARTIFACTORIAL_TOKEN' variable in job definition with
# 'secrets' dictionary, and set job visibility to personal or group.
@@ -35,6 +37,7 @@ params:
run:
steps:
+ - export WA_EXTENSION_PATHS=$WA_EXTENSION_PATHS
- cd ./automated/linux/workload-automation
# Test run.
- ./workload-automation.sh -s "${SKIP_INSTALL}" -t "${WA_TAG}" -r "${WA_TEMPLATES_REPO}" -T "${TEMPLATES_BRANCH}" -c "${CONFIG}" -a "${AGENDA}"