2
0

Add support for external CI builds using Azure Pipelines

Change-Id: I7658fbc8c52bef551dae8c13413825507a0d8c0a
Este cometimento está contido em:
amd-jmacaran
2024-04-23 21:34:06 -04:00
cometido por David Yat Sin
ascendente 7e159e6d76
cometimento 9a91005354
+43
Ver ficheiro
@@ -0,0 +1,43 @@
resources:
repositories:
- repository: pipelines_repo
type: github
endpoint: External-CI-Token
name: ROCm/ROCm
pipelines:
- pipeline: rocr-runtime_pipeline
source: rocr-runtime
trigger:
branches:
include:
- master
variables:
- group: common
- template: /.azuredevops/variables-global.yml@pipelines_repo
trigger:
batch: true
branches:
include:
- master
paths:
exclude:
- .github
- License.txt
- README.md'
pr:
autoCancel: true
branches:
include:
- master
paths:
exclude:
- .github
- License.txt
- README.md'
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rocminfo.yml@pipelines_repo