Skip to content

Commit a0f778a

Browse files
committed
SWDEV-458516 Add hipother to external CI
Change-Id: I747c52c78a1d3be6b1f2a8cc0aab60b33b52c6b5
1 parent 2406b8c commit a0f778a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.azuredevops/rocm-ci.yml

+15-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,20 @@ resources:
99
endpoint: ROCm
1010
name: ROCm/HIP
1111
ref: develop
12+
- repository: hipother_repo
13+
type: github
14+
endpoint: ROCm
15+
name: ROCm/hipother
16+
ref: develop
1217
pipelines:
1318
- pipeline: hip_pipeline
14-
source: HIP
19+
source: \HIP
20+
trigger:
21+
branches:
22+
include:
23+
- develop
24+
- pipeline: hipother_pipeline
25+
source: \hipother
1526
trigger:
1627
branches:
1728
include:
@@ -45,11 +56,11 @@ pr:
4556
drafts: false
4657

4758
jobs:
48-
# if the build reason is a resource trigger, it means trigger is HIP repo build
49-
# HIP repo build would have just built runtime, just copy their build products
59+
# if the build reason is a resource trigger, it means trigger is HIP or hipother repo build
60+
# HIP/hipother repo build would have just built runtime, just copy their build products
5061
# this is to ensure clr has latest good package for combined-packaging jobs
5162
# combined-packaging jobs only have to look at clr pipeline for latest runtime
52-
# to remove logic of comparing build products from both clr and hip triggers
63+
# to remove logic of comparing build products from both clr, hip, hipother triggers
5364
- ${{ if eq(variables['Build.Reason'], 'ResourceTrigger') }}:
5465
- template: ${{ variables.CI_COMPONENT_PATH }}/copyHIP.yml@pipelines_repo
5566
- ${{ if ne(variables['Build.Reason'], 'ResourceTrigger') }}:

0 commit comments

Comments
 (0)