aboutsummaryrefslogtreecommitdiff
path: root/odp-api-dpdk-check-test-definitions.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-02-26 11:30:22 +0100
committerAnders Roxell <anders.roxell@linaro.org>2016-03-01 13:56:31 +0100
commit30ebd4b9d82e99f4e0979aec82b2ba53e48abef3 (patch)
tree3bae99110ce442888c06fbbc5cd7aafff91de7da /odp-api-dpdk-check-test-definitions.yaml
parent38f7d59648a8adfb965401828241c796ed9eda8a (diff)
add odp-api-dpdk-check-test-definitions
Change-Id: I36fa46bd5f3589a9a2dc0af97ad20cdd8ec085cc Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-api-dpdk-check-test-definitions.yaml')
-rw-r--r--odp-api-dpdk-check-test-definitions.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/odp-api-dpdk-check-test-definitions.yaml b/odp-api-dpdk-check-test-definitions.yaml
new file mode 100644
index 0000000000..635500fd7a
--- /dev/null
+++ b/odp-api-dpdk-check-test-definitions.yaml
@@ -0,0 +1,43 @@
+- job:
+ name: odp-api-dpdk-check-test-definitions
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ disabled: false
+ node: master
+ display-name: 'LNG ODP-DPDK API check test definitions'
+ scm:
+ - git:
+ url: https://git.linaro.org/lng/odp-dpdk.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - refs/heads/master
+ basedir: odp
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ triggers:
+ - timed: '@weekly'
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ builders:
+ - shell: |
+ cat << EOF > post_build_lava_parameters
+ DEVICE_TYPE=x86
+ BUNDLE_STREAM_NAME=/public/team/lng/odp/
+ CUSTOM_JSON_URL=https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/odp/lava-job-definitions/${DEVICE_TYPE}/api-check-odp-dpdk.json
+ LAVA_SERVER=lng.validation.linaro.org/RPC2/
+ EOF
+ - trigger-builds:
+ - project: 'post-build-lava'
+ property-file: post_build_lava_parameters
+ block: true