Skip to content

Commit

Permalink
Add support for triggering external CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jmacaran authored May 15, 2024
2 parents 6f538dd + 0d86e64 commit 1ddada2
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:
- rocm
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- LICENSE.txt
- README.txt

pr:
autoCancel: true
branches:
include:
- rocm
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- LICENSE.txt
- README.txt
drafts: false

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

0 comments on commit 1ddada2

Please sign in to comment.