Enable ROCm External CI pipeline triggers

Change-Id: Ic025465136c9e8d36af5a67e9e0880671f59a329
Este commit está contenido en:
amd-jmacaran
2024-05-21 11:44:11 -04:00
cometido por Ammar Elwazir
padre 7c45264e00
commit 654a8a27f8
+40
Ver fichero
@@ -0,0 +1,40 @@
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:
- amd-master
- amd-staging
paths:
exclude:
- .github
- doc
- LICENSE
- '*.md'
pr:
autoCancel: true
branches:
include:
- amd-master
- amd-staging
paths:
exclude:
- .github
- doc
- LICENSE
- '*.md'
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rocprofiler.yml@pipelines_repo