blob: 4657e396c5a1904903bbdb7316d5218357e9ac52 [file] [log] [blame]
Sam Elliott45fb1c62020-06-02 18:18:54 +01001# 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 Wagner7b6a0862020-02-28 22:18:45 +00005# Private CI trigger. Used to run tooling that can't currently be shared
6# publicly.
7
Philipp Wagnerdd1706e2020-03-15 14:39:59 +00008trigger:
9 batch: true
10 branches:
11 include:
12 - '*'
13 tags:
14 include:
15 - "*"
16pr:
17 branches:
18 include:
19 - '*'
20
Philipp Wagner7b6a0862020-02-28 22:18:45 +000021# The runner used for private CI enforces the use of the template below. All
22# build steps need to be placed into the template.
23resources:
24 repositories:
25 - repository: opentitan-private-ci
26 type: github
27 endpoint: lowRISC
28 name: lowrisc/opentitan-private-ci
29
30extends:
31 template: jobs.yml@opentitan-private-ci