Add support for external CI builds using Azure Pipelines
Change-Id: Ie6fa59d635b5e942e72844d24f529cb363e89421
[ROCm/rocm-core commit: c6a543aa20]
This commit is contained in:
committed by
Nirmal Unnikrishnan
parent
a462406388
commit
f2c4290100
@@ -0,0 +1,38 @@
|
||||
resources:
|
||||
repositories:
|
||||
- repository: pipelines_repo
|
||||
type: github
|
||||
endpoint: External-CI-Token
|
||||
name: ROCm/ROCm
|
||||
|
||||
variables:
|
||||
- group: common
|
||||
- template: /.azuredevops/variables-global.yml@pipelines_repo
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
exclude:
|
||||
- 'CHANGELOG.md'
|
||||
- 'CODEOWNERS'
|
||||
- 'copyright'
|
||||
- 'README.txt'
|
||||
|
||||
pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
exclude:
|
||||
- 'CHANGELOG.md'
|
||||
- 'CODEOWNERS'
|
||||
- 'copyright'
|
||||
- 'README.txt'
|
||||
drafts: false
|
||||
|
||||
jobs:
|
||||
- template: ${{ variables.CI_COMPONENT_PATH }}/rocm-core.yml@pipelines_repo
|
||||
Reference in New Issue
Block a user