aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-vixlpresubmit-native-armv8.yaml
blob: bbacd49c495e362dadbd1d32d9551c0dfc90efcf (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: linaro-art-vixlpresubmit-native-armv8
    project-type: freestyle
    defaults: global
    description: >
      Runs the
      <a href="https://github.com/Linaro/vixl/blog/master/tools/test.py">Vixl Presubmit Tests</a>
      using the
      <a href="https://github.com/Linaro/vixl">Linaro VIXL tree</a> on ARMv8 hardware.
    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
        - github:
            url: https://github.com/Linaro/vixl
    disabled: false
    node: docker-bionic-arm64
    display-name: 'VIXL: Presubmit Test on ARMv8 hardware'
    concurrent: true
    scm:
        - git:
            url: https://github.com/Linaro/vixl.git
            refspec: +refs/pull/*:refs/remotes/origin/pr/*
            name: origin
            branches:
                - ${sha1}
            basedir: vixl
            skip-tag: true
            shallow-clone: true
            wipe-workspace: true
    parameters:
      - string:
          name: VIXL_TEST_ARGS
          default: "--fail-early --compiler=g++"
    triggers:
        - github-pull-request:
            github-hooks: true
            permit-all: true
            white-list-target-branches:
                - 'main'
                - 'master'
                - 'mte'
            auth-id: 'GITHUB_TOKEN'
            status-context: 'VIXL ARMv8 Presubmit Test'
            success-status: 'presubmit armv8 test succeeded'
            failure-status: 'presubmit armv8 test failed'
            error-status: 'presubmit armv8 test error'
    wrappers:
        - timestamps
        - timeout:
            timeout: 480
    builders:
        - shell: !include-raw: linaro-art/vixl/presubmit.sh
    publishers:
        - groovy-postbuild:
            script:
              !include-raw:
                - linaro-art/global.groovy