Public CI - Enable external CI pipeline triggers (#356)
[ROCm/rocdecode commit: 897472e644]
This commit is contained in:
@@ -0,0 +1,42 @@
|
|||||||
|
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:
|
||||||
|
- develop
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- .github
|
||||||
|
- .jenkins
|
||||||
|
- docs
|
||||||
|
- '.*.y*ml'
|
||||||
|
- '*.md'
|
||||||
|
- LICENSE
|
||||||
|
|
||||||
|
pr:
|
||||||
|
autoCancel: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- develop
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- .github
|
||||||
|
- .jenkins
|
||||||
|
- docs
|
||||||
|
- '.*.y*ml'
|
||||||
|
- '*.md'
|
||||||
|
- LICENSE
|
||||||
|
drafts: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- template: ${{ variables.CI_COMPONENT_PATH }}/rocDecode.yml@pipelines_repo
|
||||||
Reference in New Issue
Block a user