Files
rocm-systems/.azuredevops/rocm-ci.yml
T

41 lines
616 B
YAML
Raw Normal View History

2024-05-15 12:53:43 -05:00
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:
2024-07-23 17:04:15 -05:00
- amd-staging
2024-05-15 12:53:43 -05:00
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- LICENSE
pr:
autoCancel: true
branches:
include:
2024-07-23 17:04:15 -05:00
- amd-staging
2024-05-15 12:53:43 -05:00
paths:
exclude:
- .github
- docs
- '.*.y*ml'
- '*.md'
- LICENSE
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/amdsmi.yml@pipelines_repo