Skip to content

Commit

Permalink
External CI: enable CI triggers (ROCm#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Su <[email protected]>
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
danielsu-amd authored and xuchen-amd committed Oct 19, 2024
1 parent 957ce4a commit bf1ee4f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .azuredevops/rocm-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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-staging
- amd-mainline
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- AUTHORS
- LICENSE
- VERSION

pr:
autoCancel: true
branches:
include:
- amd-staging
- amd-mainline
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- AUTHORS
- LICENSE
- VERSION
drafts: false

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

0 comments on commit bf1ee4f

Please sign in to comment.