587e4287f4
Change-Id: Ic9189c012024c59cf5bad9daf25f6c2575a100fd
33 rindas
510 B
YAML
33 rindas
510 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:
|
|
- master
|
|
paths:
|
|
exclude:
|
|
- '*.md'
|
|
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- master
|
|
paths:
|
|
exclude:
|
|
- '*.md'
|
|
drafts: false
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/ROCT-Thunk-Interface.yml@pipelines_repo
|