Skip to content

Commit

Permalink
Enable external CI pipeline triggers (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jmacaran committed May 21, 2024
1 parent 71a527f commit 77d8f52
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .azuredevops/rocm-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
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:
- .githooks
- .github
- .gitlab
- .jenkins
- docs
- '.*.y*ml'
- '*.md'
- LICENSE.txt
- NOTICES.txt

pr:
autoCancel: true
branches:
include:
- develop
paths:
exclude:
- .githooks
- .github
- .gitlab
- .jenkins
- docs
- '.*.y*ml'
- '*.md'
- LICENSE.txt
- NOTICES.txt
drafts: false

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

0 comments on commit 77d8f52

Please sign in to comment.