SWDEV-458516 - Add support for external CI builds using Azure Pipelines

Change-Id: Ie3f75c74d07e69507517b0b22017ca571f6ba762
Este commit está contenido en:
amd-jmacaran
2024-04-23 23:19:43 -04:00
cometido por Joseph Macaranas
padre 4379b54cf3
commit b0bbecfc17
+66
Ver fichero
@@ -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