Skip to content

Commit

Permalink
Merge pull request #224 from ROCm/amd/jmacaran/externalCIEnablement
Browse files Browse the repository at this point in the history
Enable external CI pipeline triggers
  • Loading branch information
amd-jmacaran authored May 27, 2024
2 parents dda31ba + 9e12f14 commit 1db57ed
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .azuredevops/rocm-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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
- .jenkins
- docs
- '.*.y*ml'
- LICENSE
- '*.md'

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

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

0 comments on commit 1db57ed

Please sign in to comment.