External CI: enable CI triggers (#426)

Signed-off-by: Daniel Su <danielsu@amd.com>
Tento commit je obsažen v:
Daniel Su
2024-09-23 12:28:23 -04:00
odevzdal Cole Ramos
rodič 812a7b7d08
revize 99680a7833
+46
Zobrazit soubor
@@ -0,0 +1,46 @@
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-staging
- amd-mainline
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- AUTHORS
- LICENSE
- VERSION
pr:
autoCancel: true
branches:
include:
- amd-staging
- amd-mainline
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- AUTHORS
- LICENSE
- VERSION
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/omniperf.yml@pipelines_repo