ファイル
amd-jmacaran 3a1edf9a2d Enable ROCm External CI pipeline triggers
Change-Id: Ic025465136c9e8d36af5a67e9e0880671f59a329


[ROCm/rocprofiler commit: 654a8a27f8]
2024-05-21 12:37:49 -04:00

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