Skip to content

Commit

Permalink
Enable external CI pipeline triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jmacaran committed May 24, 2024
1 parent e375996 commit 89c5af5
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:
- develop
paths:
exclude:
- .githooks
- .github
- docs
- '.*.y*ml'
- '*.md'

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

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

0 comments on commit 89c5af5

Please sign in to comment.