SWDEV-458516 - External CI: Align with branch naming convention.

Change-Id: Ie1d874742b804f02ceda68064fa54f5d59c092b7
This commit is contained in:
amd-jmacaran
2024-08-07 03:45:15 -04:00
committato da Joseph Macaranas
parent d69cc35750
commit cd4ed0916b
+10 -6
Vedi File
@@ -8,25 +8,27 @@ resources:
type: github
endpoint: ROCm
name: ROCm/HIP
ref: develop
ref: amd-staging
- repository: hipother_repo
type: github
endpoint: ROCm
name: ROCm/hipother
ref: develop
ref: amd-staging
pipelines:
- pipeline: hip_pipeline
source: \HIP
trigger:
branches:
include:
- develop
- amd-staging
- amd-mainline
- pipeline: hipother_pipeline
source: \hipother
trigger:
branches:
include:
- develop
- amd-staging
- amd-mainline
variables:
- group: common
@@ -36,7 +38,8 @@ trigger:
batch: true
branches:
include:
- develop
- amd-staging
- amd-mainline
paths:
exclude:
- CODEOWNERS
@@ -47,7 +50,8 @@ pr:
autoCancel: true
branches:
include:
- develop
- amd-staging
- amd-mainline
paths:
exclude:
- CODEOWNERS