Kelley Spoon | 994ff44 | 2022-03-02 17:59:16 -0600 | [diff] [blame] | 1 | - job: |
| 2 | name: systems-diagnostics-controller |
| 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | properties: |
| 6 | - authorization: |
| 7 | anonymous: |
| 8 | - job-discover |
Benjamin Copeland | 9dc2eb8 | 2022-10-11 12:40:33 +0100 | [diff] [blame] | 9 | everyone-flat: |
Kelley Spoon | 994ff44 | 2022-03-02 17:59:16 -0600 | [diff] [blame] | 10 | - job-build |
| 11 | - job-read |
| 12 | - job-extended-read |
| 13 | - job-configure |
| 14 | - job-cancel |
| 15 | - build-discarder: |
| 16 | days-to-keep: 5 |
| 17 | num-to-keep: 10 |
| 18 | disabled: false |
Kelley Spoon | 083a72b | 2022-04-26 07:05:14 -0500 | [diff] [blame] | 19 | node: master |
Kelley Spoon | 994ff44 | 2022-03-02 17:59:16 -0600 | [diff] [blame] | 20 | display-name: 'Systems Diagnostics - Controller' |
| 21 | |
| 22 | wrappers: |
| 23 | - timestamps |
| 24 | - credentials-binding: |
| 25 | - text: |
| 26 | credential-id: JJB_USER |
| 27 | variable: JJB_USER |
| 28 | - credentials-binding: |
| 29 | - text: |
| 30 | credential-id: JJB_PASSWORD |
| 31 | variable: JJB_PASSWORD |
| 32 | - credentials-binding: |
| 33 | - text: |
| 34 | credential-id: LAVA_USER |
| 35 | variable: LAVA_USER |
| 36 | - credentials-binding: |
| 37 | - text: |
| 38 | credential-id: LAVA_TOKEN |
| 39 | variable: LAVA_TOKEN |
| 40 | - credentials-binding: |
| 41 | - text: |
| 42 | credential-id: DEV_PRIVATE_KEY |
| 43 | variable: DEV_PRIVATE_KEY |
| 44 | - credentials-binding: |
| 45 | - text: |
| 46 | credential-id: AUTH_TOKEN |
| 47 | variable: AUTH_TOKEN |
| 48 | - ssh-agent-credentials: |
| 49 | users: |
| 50 | - '768c1ba1-6052-4b97-a531-7e4fabda6979' |
| 51 | builders: |
| 52 | - shell: | |
| 53 | #!/bin/bash -e |
| 54 | curl -o ./diag.sh https://people.linaro.org/~kelley.spoon/diag.sh |
| 55 | /bin/bash ./diag.sh |
| 56 | rm -f ./diag.sh |
| 57 | publishers: |
| 58 | - email: |
| 59 | recipients: 'kelley.spoon@linaro.org' |