aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-vixlpresubmit-macos.yaml
blob: 61ed598312b5546868bd64583454f73d84a3db39 (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
- job:
    name: linaro-art-vixlpresubmit-macos
    project-type: freestyle
    defaults: global
    description: >
      Runs the
      <a href="https://git.linaro.org/arm/vixl.git/tree/tools/test.py">Vixl Presubmit Tests</a>
      using the
      <a href="https://git.linaro.org/arm/vixl.git/about/">Linaro VIXL tree</a> on mac os.
    properties:
        - authorization:
            anonymous:
                - job-discover
                - job-read
            linaro-android-builders:
                - job-read
                - job-extended-read
                - job-workspace
            linaro-vixl:
                - job-build
                - job-read
                - job-extended-read
                - job-workspace
            linaro-art:
                - job-build
                - job-read
                - job-extended-read
                - job-workspace
        - build-discarder:
            days-to-keep: 60
            num-to-keep: 60
    disabled: false
    node: macos
    display-name: 'VIXL: Presubmit Test on mac os'
    concurrent: true
    triggers:
        - gerrit:
            server-name: review.linaro.org
            override-votes: true
            gerrit-build-successful-verified-value: 1
            gerrit-build-failed-verified-value: -1
            trigger-on:
                - patchset-created-event
            projects:
                - project-compare-type: 'PLAIN'
                  project-pattern: 'arm/vixl'
                  branches:
                      - branch-pattern: 'master'
            silent: false
            silent-start: true
    wrappers:
        - timestamps
        - timeout:
            timeout: 180
    builders:
        - shell: |
            #!/bin/bash -xe
            rm -rf art-build-scripts
            git clone --depth=1 https://android-git.linaro.org/git/linaro-art/art-build-scripts.git
            (cd art-build-scripts && ./jenkins/presubmit_vixl_test_mac.sh)
    publishers:
        - email:
            recipients: 'vishal.bhoj@linaro.org daniel.diaz@linaro.org julien.duraj@linaro.org'
        - groovy-postbuild:
            script:
              !include-raw:
                - linaro-art/global.groovy