Merge pull request #1188 from ROCm/amd/jmacaran/externalCIEnablement

Enable external CI pipeline triggers
Этот коммит содержится в:
Joseph Macaranas
2024-05-27 15:52:49 -04:00
коммит произвёл GitHub
родитель b06e617bea 125f841c5f
Коммит e4c10e4438
+44
Просмотреть файл
@@ -0,0 +1,44 @@
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
- .jenkins
- docs
- '.*.y*ml'
- '*.md'
- LICENSE.txt
- NOTICES.txt
pr:
autoCancel: true
branches:
include:
- develop
paths:
exclude:
- .github
- .jenkins
- docs
- '.*.y*ml'
- '*.md'
- LICENSE.txt
- NOTICES.txt
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rccl.yml@pipelines_repo