aboutsummaryrefslogtreecommitdiff
path: root/odp-api-dpdk-check-test-definitions.yaml
blob: 365bb0ebb50854ed281782ff3a8c12f5463b6468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- job:
    name: odp-api-dpdk-check-test-definitions
    project-type: freestyle
    defaults: global
    description: |
        * Send a job to LAVA to build and run ODP-DPDK's validation suite.
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
        - build-discarder:
            num-to-keep: 30
            days-to-keep: 30
    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/x86/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