External CI: Add support for ROCR+Thunk combined repo.
Change-Id: Ib2305d6ed81f29d146c73a4063e08671c8a8273a
Этот коммит содержится в:
@@ -13,20 +13,26 @@ trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- amd-staging
|
||||
- amd-master
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
- LICENSE.txt
|
||||
- '*.md'
|
||||
|
||||
pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- amd-staging
|
||||
- amd-master
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
- LICENSE.txt
|
||||
- '*.md'
|
||||
drafts: false
|
||||
|
||||
jobs:
|
||||
- template: ${{ variables.CI_COMPONENT_PATH }}/ROCT-Thunk-Interface.yml@pipelines_repo
|
||||
- template: ${{ variables.CI_COMPONENT_PATH }}/ROCR-Runtime.yml@pipelines_repo
|
||||
|
||||
Ссылка в новой задаче
Block a user