Skip to content

Commit

Permalink
Enable ROCm External CI pipeline triggers
Browse files Browse the repository at this point in the history
Change-Id: Ibb246bb12ed5b0d36447b7a310cff95ade359b78
  • Loading branch information
amd-jmacaran authored and ammarwa committed May 21, 2024
1 parent f3cad4c commit 228cd05
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .azuredevops/rocm-ci.yml
Original file line number Diff line number Diff line change
@@ -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
- README.md

pr:
autoCancel: true
branches:
include:
- amd-master
- amd-staging
paths:
exclude:
- .github
- doc
- LICENSE
- README.md
drafts: false

jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/roctracer.yml@pipelines_repo

0 comments on commit 228cd05

Please sign in to comment.