Skip to content

Commit

Permalink
External CI: enable Azure CI (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsu-amd authored Oct 15, 2024
1 parent c022bff commit 8a8813a
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:
- amd-staging
- amd-mainline
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- LICENSE
- VERSION

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

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

0 comments on commit 8a8813a

Please sign in to comment.