mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 09:17:17 -04:00
Add private CI trigger
The ci/azp-private.yml file is a skeleton and only used to trigger an Azure Pipelines run which integrates into the ibex repository. All real job description is in a private repository for licensing reasons.
This commit is contained in:
parent
d534af7c84
commit
e145a49b32
1 changed files with 31 additions and 0 deletions
31
ci/azp-private.yml
Normal file
31
ci/azp-private.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Copyright lowRISC contributors.
|
||||||
|
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Private CI trigger. Used to run tooling that can't currently be shared
|
||||||
|
# publicly.
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- "*"
|
||||||
|
pr:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
# The runner used for private CI enforces the use of the template below. All
|
||||||
|
# build steps need to be placed into the template.
|
||||||
|
resources:
|
||||||
|
repositories:
|
||||||
|
- repository: lowrisc-private-ci
|
||||||
|
type: github
|
||||||
|
endpoint: lowRISC
|
||||||
|
name: lowrisc/lowrisc-private-ci
|
||||||
|
|
||||||
|
extends:
|
||||||
|
template: jobs-ibex.yml@lowrisc-private-ci
|
Loading…
Add table
Add a link
Reference in a new issue