Files
rocm-systems/.azuredevops/rocm-ci.yml
T
Joseph Macaranas be31cca4df External CI: Add support for ROCR+Thunk combined repo.
Change-Id: Ib2305d6ed81f29d146c73a4063e08671c8a8273a
2024-08-22 12:40:28 -04:00

39 baris
610 B
YAML

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-master
paths:
exclude:
- .github
- LICENSE.txt
- '*.md'
pr:
autoCancel: true
branches:
include:
- amd-staging
- amd-master
paths:
exclude:
- .github
- LICENSE.txt
- '*.md'
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/ROCR-Runtime.yml@pipelines_repo