Add support for external CI builds using Azure Pipelines

Change-Id: I7658fbc8c52bef551dae8c13413825507a0d8c0a


[ROCm/rocminfo commit: 9a91005354]
이 커밋은 다음에 포함됨:
amd-jmacaran
2024-04-23 21:34:06 -04:00
커밋한 사람 David Yat Sin
부모 5257adde87
커밋 fa521f727a
+43
파일 보기
@@ -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