1ee63d0a15
Change-Id: I3f1fb1e2c2d32a22a144c5f85d1e34a7c95b29a6
[ROCm/hip-tests commit: c75ed97b6b]
49 라인
803 B
YAML
49 라인
803 B
YAML
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
|