aboutsummaryrefslogtreecommitdiff
path: root/odp/lava-job-definitions/juno
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-06-28 09:58:36 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-07 05:47:14 +0000
commit50e6419cb60be7bf178576f7d0766cd79a5bd1cc (patch)
tree21c4f656ecddc45c84fe5965890ca7e2dddfffe6 /odp/lava-job-definitions/juno
parent86166bb825e7845bbd804fb4cb562ef62ff61705 (diff)
odp-debian-validation: enable other tests
Make it possible to build and run other tests than the validation tests. Change-Id: I01e353cca5892f12acc82888d1962c62845f0038 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp/lava-job-definitions/juno')
-rw-r--r--odp/lava-job-definitions/juno/template-base-nfs.yaml4
-rw-r--r--odp/lava-job-definitions/juno/template-base-ramdisk.yaml4
2 files changed, 6 insertions, 2 deletions
diff --git a/odp/lava-job-definitions/juno/template-base-nfs.yaml b/odp/lava-job-definitions/juno/template-base-nfs.yaml
index c8345d34a5..ad988f753c 100644
--- a/odp/lava-job-definitions/juno/template-base-nfs.yaml
+++ b/odp/lava-job-definitions/juno/template-base-nfs.yaml
@@ -22,7 +22,9 @@ actions:
skip_install: '${SKIP_INSTALL}'
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: common/odp-validation.yaml
+ parameters:
+ CONFIG_OPTIONS: ${CONFIG_OPTIONS}
+ testdef: ${TESTDEF_FILE}.yaml
- command: submit_results
parameters:
server: 'http://${LAVA_SERVER}'
diff --git a/odp/lava-job-definitions/juno/template-base-ramdisk.yaml b/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
index ee86c92f14..8bcad66806 100644
--- a/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
+++ b/odp/lava-job-definitions/juno/template-base-ramdisk.yaml
@@ -22,7 +22,9 @@ actions:
skip_install: '${SKIP_INSTALL}'
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: common/odp-validation.yaml
+ parameters:
+ CONFIG_OPTIONS: ${CONFIG_OPTIONS}
+ testdef: ${TESTDEF_FILE}.yaml
- command: submit_results
parameters:
server: 'http://${LAVA_SERVER}'