aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerfiles-sanity-check.yaml
blob: 10b49aeea6d691600bd3179ed26966296c87e03b (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
- job:
    name: ci-dockerfiles-sanity-check
    project-type: matrix
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            everyone-flat:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 200
        - build-blocker:
            use-build-blocker: true
            blocking-jobs:
              - "ci-docker.*"
            block-level: 'NODE'
    disabled: false
    node: master
    concurrent: false
    display-name: 'CI Dockerfiles sanity check'
    scm:
        - git:
            url: https://review.linaro.org/${GERRIT_PROJECT}
            refspec: ${GERRIT_REFSPEC}
            branches:
                - ${GERRIT_BRANCH}
            skip-tag: true
            clean:
                before: true
            choosing-strategy: gerrit
            basedir: dockerfiles
    triggers:
        - gerrit:
            server-name: 'review.linaro.org'
            trigger-on:
                - patchset-created-event
            projects:
                - project-compare-type: 'PLAIN'
                  project-pattern: 'ci/dockerfiles'
                  branches:
                    - branch-compare-type: 'PLAIN'
                      branch-pattern: 'master'
                    - branch-compare-type: 'ANT'
                      branch-pattern: 'tcwg**'
            silent-start: true
    axes:
        - axis:
            type: slave
            name: label
            values:
                - build-amd64
                - build-arm64
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
    builders:
        - shell: |
            #!/bin/bash -e
            echo "#${BUILD_NUMBER}-${GERRIT_PATCHSET_REVISION:0:8}" > ${WORKSPACE}/version.txt
        - shell: |
            #!/bin/bash -e
            curl -L -o ${WORKSPACE}/config.json https://ci.linaro.org/userContent/config.json --fail
        - build-name-setter:
            name: 'version.txt'
            file: true
        - shell:
            !include-raw: ci-dockerfiles-deployment/builders.sh
        - shell:
            !include-raw: ci-dockerfiles-deployment/report.sh
    publishers:
        - email:
            recipients: linaro-infrastructure-errors@lists.linaro.org