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

Change-Id: I3f1fb1e2c2d32a22a144c5f85d1e34a7c95b29a6
Šī revīzija ir iekļauta:
amd-jmacaran
2024-08-07 03:51:27 -04:00
revīziju iesūtīja Rakesh Roy
vecāks 9ec381b401
revīzija c75ed97b6b
+48
Parādīt failu
@@ -0,0 +1,48 @@
resources:
repositories:
- repository: pipelines_repo
type: github
endpoint: ROCm
name: ROCm/ROCm
pipelines:
- pipeline: hip_pipeline
source: \HIP
trigger:
branches:
include:
- amd-staging
- amd-mainline
variables:
- group: common
- template: /.azuredevops/variables-global.yml@pipelines_repo
trigger:
batch: true
branches:
include:
- amd-staging
- amd-mainline
paths:
exclude:
- '.jenkins'
- CODEOWNERS
- LICENSE.txt
- '**/.md'
pr:
autoCancel: true
branches:
include:
- amd-staging
- amd-mainline
paths:
exclude:
- '.jenkins'
- CODEOWNERS
- LICENSE.txt
- '**/.md'
drafts: false
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/hip-tests.yml@pipelines_repo