SWDEV-458516 - Add support for external CI builds using Azure Pipelines
Change-Id: Ie3f75c74d07e69507517b0b22017ca571f6ba762
Este commit está contenido en:
cometido por
Joseph Macaranas
padre
4379b54cf3
commit
b0bbecfc17
@@ -0,0 +1,66 @@
|
||||
resources:
|
||||
repositories:
|
||||
- repository: pipelines_repo
|
||||
type: github
|
||||
endpoint: ROCm
|
||||
name: ROCm/ROCm
|
||||
- repository: matching_repo
|
||||
type: github
|
||||
endpoint: ROCm
|
||||
name: ROCm/clr
|
||||
ref: develop
|
||||
pipelines:
|
||||
- pipeline: rocr-runtime_pipeline
|
||||
source: rocr-runtime
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- pipeline: rocprofiler-register_pipeline
|
||||
source: rocprofiler-register
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- amd-mainline
|
||||
|
||||
variables:
|
||||
- group: common
|
||||
- template: /.azuredevops/variables-global.yml@pipelines_repo
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- develop
|
||||
paths:
|
||||
exclude:
|
||||
- docs
|
||||
- '.github'
|
||||
- '.jenkins'
|
||||
- '.*.yaml'
|
||||
- CODEOWNERS
|
||||
- Jenkinsfile
|
||||
- LICENSE.txt
|
||||
- '**/*.md'
|
||||
- VERSION
|
||||
|
||||
pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- develop
|
||||
paths:
|
||||
exclude:
|
||||
- docs
|
||||
- '.github'
|
||||
- '.jenkins'
|
||||
- '.*.yaml'
|
||||
- CODEOWNERS
|
||||
- Jenkinsfile
|
||||
- LICENSE.txt
|
||||
- '**/.md'
|
||||
- VERSION
|
||||
drafts: false
|
||||
|
||||
jobs:
|
||||
- template: ${{ variables.CI_COMPONENT_PATH }}/HIP.yml@pipelines_repo
|
||||
Referencia en una nueva incidencia
Block a user