blob: 94d1c6bf152595fe94282959d50b5344ef8a3f4b [file] [log] [blame]
Vishal Bhoj6c463ed2016-11-18 11:45:06 +05301- job:
2 name: linaro-art-vixlpresubmit-macos
3 project-type: freestyle
4 defaults: global
5 description: >
6 Runs the
Kelley Spoon25afcfb2021-02-01 08:23:12 -06007 <a href="https://github.com/Linaro/vixl/blob/master/tools/test.py">Vixl Presubmit Tests</a>
Vishal Bhoj6c463ed2016-11-18 11:45:06 +05308 using the
Kelley Spoon25afcfb2021-02-01 08:23:12 -06009 <a href="https://github.com/Linaro/vixl/">Linaro VIXL tree</a> on mac os.
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053010 properties:
11 - authorization:
12 anonymous:
13 - job-discover
Julien Duraj087a4992017-01-13 10:22:24 +000014 - job-read
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053015 linaro-android-builders:
16 - job-read
17 - job-extended-read
18 - job-workspace
19 linaro-vixl:
20 - job-build
21 - job-read
22 - job-extended-read
23 - job-workspace
24 linaro-art:
25 - job-build
26 - job-read
27 - job-extended-read
28 - job-workspace
29 - build-discarder:
30 days-to-keep: 60
31 num-to-keep: 60
Kelley Spoon25afcfb2021-02-01 08:23:12 -060032 - github:
33 url: https://github.com/Linaro/vixl
Benjamin Copelande3631542024-03-20 22:40:32 +000034 disabled: true
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053035 node: macos
Kelley Spoon9fc1caf2024-12-18 08:31:00 -060036 display-name: 'DELETE ME'
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053037 concurrent: true
Kelley Spoon25afcfb2021-02-01 08:23:12 -060038 scm:
39 - git:
40 url: https://github.com/Linaro/vixl.git
41 refspec: +refs/pull/*:refs/remotes/origin/pr/*
42 name: origin
43 branches:
44 - ${sha1}
45 basedir: vixl
46 skip-tag: true
47 shallow-clone: true
48 wipe-workspace: true
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053049 triggers:
Kelley Spoon25afcfb2021-02-01 08:23:12 -060050 - github-pull-request:
51 github-hooks: true
52 permit-all: true
53 white-list-target-branches:
54 - 'main'
55 - 'master'
Vishal Bhoj1c8c4a12022-04-04 14:14:47 +053056 - 'mte'
Kelley Spoon25afcfb2021-02-01 08:23:12 -060057 auth-id: 'GITHUB_TOKEN'
Kelley Spoonc4e54bd2021-02-10 08:34:05 -060058 status-context: 'VIXL Presubmit MacOS Test'
59 success-status: 'presubmit macos test succeeded'
60 failure-status: 'presubmit macos test failed'
61 error-status: 'presubmit macos test error'
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053062 wrappers:
63 - timestamps
64 - timeout:
Julien Durajb160c4e2020-07-20 16:20:00 +010065 timeout: 300
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053066 builders:
Julien Durajce3cfdc2020-09-15 19:18:05 +010067 - shell: !include-raw: linaro-art/vixl/presubmit-macos.sh
Vishal Bhoj6c463ed2016-11-18 11:45:06 +053068 publishers:
Julien Duraj11091b72017-01-31 13:28:11 +000069 - groovy-postbuild:
70 script:
71 !include-raw:
72 - linaro-art/global.groovy