aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leg-openstack-tempest.yaml10
-rw-r--r--leg-openstack-tempest/lava-job-definitions/mustang/template-tempest.yaml2
2 files changed, 2 insertions, 10 deletions
diff --git a/leg-openstack-tempest.yaml b/leg-openstack-tempest.yaml
index 7aaea91045..a7c3af2734 100644
--- a/leg-openstack-tempest.yaml
+++ b/leg-openstack-tempest.yaml
@@ -56,7 +56,7 @@
execution-strategy:
sequential: true
triggers:
- - timed: '@daily'
+ - timed: '0 22 * * *'
wrappers:
- timestamps
- matrix-tie-parent:
@@ -67,14 +67,6 @@
set -ex
- # IMPORTANT: specify the exact target device (required by the LAVA job
- # template) to use for the specified device type
- case "${DEVICE_TYPE}" in
- mustang)
- export DEVICE_TARGET=osmustang03
- ;;
- esac
-
rm -rf configs lci-build-tools
git clone --depth 1 http://git.linaro.org/ci/lci-build-tools.git
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
diff --git a/leg-openstack-tempest/lava-job-definitions/mustang/template-tempest.yaml b/leg-openstack-tempest/lava-job-definitions/mustang/template-tempest.yaml
index 0105905994..66ed414180 100644
--- a/leg-openstack-tempest/lava-job-definitions/mustang/template-tempest.yaml
+++ b/leg-openstack-tempest/lava-job-definitions/mustang/template-tempest.yaml
@@ -83,6 +83,6 @@ actions:
parameters:
server: 'http://${LAVA_SERVER}'
stream: '${BUNDLE_STREAM_NAME}'
-target: '${DEVICE_TARGET}'
+device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 28800