Enable external CI pipeline triggers (#1310)

[ROCm/composable_kernel commit: 02fa2c298b]
This commit is contained in:
Joseph Macaranas
2024-05-23 18:21:34 -04:00
committed by GitHub
parent 9bdae6116c
commit 548ddd0673

42
.azuredevops/rocm-ci.yml Normal file
View File

@@ -0,0 +1,42 @@
resources:
repositories:
- repository: pipelines_repo
type: github
endpoint: ROCm
name: ROCm/ROCm
variables:
- group: common
- template: /.azuredevops/variables-global.yml@pipelines_repo
trigger:
batch: true
branches:
include:
- develop
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- Jenkinsfile
- LICENSE
pr:
autoCancel: true
branches:
include:
- develop
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- Jenkinsfile
- LICENSE
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/composable_kernel.yml@pipelines_repo