Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 1 | - job: |
| 2 | name: linaro-art-vixlpresubmit-macos |
| 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | description: > |
| 6 | Runs the |
Kelley Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 7 | <a href="https://github.com/Linaro/vixl/blob/master/tools/test.py">Vixl Presubmit Tests</a> |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 8 | using the |
Kelley Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 9 | <a href="https://github.com/Linaro/vixl/">Linaro VIXL tree</a> on mac os. |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 10 | properties: |
| 11 | - authorization: |
| 12 | anonymous: |
| 13 | - job-discover |
Julien Duraj | 087a499 | 2017-01-13 10:22:24 +0000 | [diff] [blame] | 14 | - job-read |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 15 | 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 Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 32 | - github: |
| 33 | url: https://github.com/Linaro/vixl |
Benjamin Copeland | e363154 | 2024-03-20 22:40:32 +0000 | [diff] [blame] | 34 | disabled: true |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 35 | node: macos |
Kelley Spoon | 9fc1caf | 2024-12-18 08:31:00 -0600 | [diff] [blame] | 36 | display-name: 'DELETE ME' |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 37 | concurrent: true |
Kelley Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 38 | 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 Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 49 | triggers: |
Kelley Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 50 | - github-pull-request: |
| 51 | github-hooks: true |
| 52 | permit-all: true |
| 53 | white-list-target-branches: |
| 54 | - 'main' |
| 55 | - 'master' |
Vishal Bhoj | 1c8c4a1 | 2022-04-04 14:14:47 +0530 | [diff] [blame] | 56 | - 'mte' |
Kelley Spoon | 25afcfb | 2021-02-01 08:23:12 -0600 | [diff] [blame] | 57 | auth-id: 'GITHUB_TOKEN' |
Kelley Spoon | c4e54bd | 2021-02-10 08:34:05 -0600 | [diff] [blame] | 58 | 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 Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 62 | wrappers: |
| 63 | - timestamps |
| 64 | - timeout: |
Julien Duraj | b160c4e | 2020-07-20 16:20:00 +0100 | [diff] [blame] | 65 | timeout: 300 |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 66 | builders: |
Julien Duraj | ce3cfdc | 2020-09-15 19:18:05 +0100 | [diff] [blame] | 67 | - shell: !include-raw: linaro-art/vixl/presubmit-macos.sh |
Vishal Bhoj | 6c463ed | 2016-11-18 11:45:06 +0530 | [diff] [blame] | 68 | publishers: |
Julien Duraj | 11091b7 | 2017-01-31 13:28:11 +0000 | [diff] [blame] | 69 | - groovy-postbuild: |
| 70 | script: |
| 71 | !include-raw: |
| 72 | - linaro-art/global.groovy |