aboutsummaryrefslogtreecommitdiff
path: root/lkft-staging-no-skiplist.yaml
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-04-12 11:15:26 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2018-04-12 17:56:20 +0000
commitfbf2c7be74479df77b774fa7d16ff1511a6a3182 (patch)
tree2a0340c05a3cb667c0f3e51ee0f2cfd20513c2fa /lkft-staging-no-skiplist.yaml
parent0f5bceab8252cc3a55a828f28074e526df0b0545 (diff)
LKFT: Allow configs repo override in staging
Modify submit_for_testing.sh to allow the configs repo url to be overridden using the variable named 'CONFIGS_REPO_URL_OVERRIDE'. If the variable isn't set, the default behavior remains the same. Likewise, allow a git revision to be specified using variable 'CONFIGS_REPO_REV_OVERRIDE'. When not specified, the 'master' branch is used, as is the current default behavior. These changes are then allowed to be used as parameters in the lkft-staging-no-skiplist job so that we can test changes to the configs repo (especially lava template changes). Change-Id: I219d19f95e583805e072fd56b0dda1e22c2bf7ab Signed-off-by: Dan Rue <dan.rue@linaro.org>
Diffstat (limited to 'lkft-staging-no-skiplist.yaml')
-rw-r--r--lkft-staging-no-skiplist.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/lkft-staging-no-skiplist.yaml b/lkft-staging-no-skiplist.yaml
index b2203b91c5..3aef69e930 100644
--- a/lkft-staging-no-skiplist.yaml
+++ b/lkft-staging-no-skiplist.yaml
@@ -18,6 +18,14 @@
num-to-keep: 30
artifact-num-to-keep: 1
parameters:
+ - string:
+ name: CONFIGS_REPO_URL_OVERRIDE
+ default: http://git.linaro.org/ci/job/configs.git
+ description: URL to configs repository
+ - string:
+ name: CONFIGS_REPO_REV_OVERRIDE
+ default: master
+ description: Git revision to checkout. May be branch, tag, or sha.
- matrix-combinations:
name: MATRIX_COMBINATIONS
disabled: false