-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable external CI pipeline triggers (#361)
- Loading branch information
1 parent
3c2885f
commit efdb718
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
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: | ||
- .githooks | ||
- .github | ||
- .gitlab | ||
- .jenkins | ||
- docs | ||
- '.*.y*ml' | ||
- '*.md' | ||
- LICENSE.txt | ||
- NOTICES.txt | ||
|
||
pr: | ||
autoCancel: true | ||
branches: | ||
include: | ||
- develop | ||
paths: | ||
exclude: | ||
- .githooks | ||
- .github | ||
- .gitlab | ||
- .jenkins | ||
- docs | ||
- '.*.y*ml' | ||
- '*.md' | ||
- LICENSE.txt | ||
- NOTICES.txt | ||
drafts: false | ||
|
||
jobs: | ||
- template: ${{ variables.CI_COMPONENT_PATH }}/hipCUB.yml@pipelines_repo |