Sam Elliott | 45fb1c6 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | # |
Philipp Wagner | 7b6a086 | 2020-02-28 22:18:45 +0000 | [diff] [blame] | 5 | # Private CI trigger. Used to run tooling that can't currently be shared |
| 6 | # publicly. |
| 7 | |
Philipp Wagner | dd1706e | 2020-03-15 14:39:59 +0000 | [diff] [blame] | 8 | trigger: |
| 9 | batch: true |
| 10 | branches: |
| 11 | include: |
| 12 | - '*' |
| 13 | tags: |
| 14 | include: |
| 15 | - "*" |
| 16 | pr: |
| 17 | branches: |
| 18 | include: |
| 19 | - '*' |
| 20 | |
Philipp Wagner | 7b6a086 | 2020-02-28 22:18:45 +0000 | [diff] [blame] | 21 | # The runner used for private CI enforces the use of the template below. All |
| 22 | # build steps need to be placed into the template. |
| 23 | resources: |
| 24 | repositories: |
| 25 | - repository: opentitan-private-ci |
| 26 | type: github |
| 27 | endpoint: lowRISC |
| 28 | name: lowrisc/opentitan-private-ci |
| 29 | |
| 30 | extends: |
| 31 | template: jobs.yml@opentitan-private-ci |