Skip to content

Commit

Permalink
External CI: enable CI triggers (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Su <danielsu@amd.com>
  • Loading branch information
danielsu-amd authored Sep 23, 2024
1 parent 6bc1a3a commit bcac97c
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 bcac97c

Please sign in to comment.