Arthur She | 2b06c75 | 2022-02-19 22:02:29 -0800 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
| 3 | description: |- |
| 4 | This job exists to schedule the nightly repository scans. |
| 5 | There appears to be an issue with automatically scanning if there are more than one multibranch pipelines on the same repo. |
Arthur She | 5cd5afd | 2022-11-14 22:24:01 -0800 | [diff] [blame] | 6 | disabled: true |
Arthur She | 2b06c75 | 2022-02-19 22:02:29 -0800 | [diff] [blame] | 7 | dsl: |- |
Arthur She | 5fb75dd | 2022-02-20 15:57:10 -0800 | [diff] [blame] | 8 | build job: "arthur-mbed-tls-pr-merge", wait: false, propagate: false |
| 9 | build job: "arthur-mbed-tls-pr-head", wait: false, propagate: false |
| 10 | build job: "arthur-mbed-tls-restricted-pr", wait: false, propagate: false |
Arthur She | 2b06c75 | 2022-02-19 22:02:29 -0800 | [diff] [blame] | 11 | name: arthur-repo-scan-scheduler.yaml |
| 12 | project-type: pipeline |
| 13 | sandbox: true |
| 14 | triggers: |
| 15 | - timed: 0 21 * * * |
| 16 | properties: |
| 17 | - build-blocker: |
| 18 | block-level: GLOBAL |
| 19 | blocking-jobs: [] |
| 20 | queue-scanning: DISABLED |
| 21 | use-build-blocker: false |