mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 06:13:59 -05:00
43 lines
914 B
YAML
43 lines
914 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: aomp_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/aomp
|
|
ref: aomp-dev
|
|
- repository: aomp-extras_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/aomp-extras
|
|
ref: aomp-dev
|
|
- repository: flang_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/flang
|
|
ref: aomp-dev
|
|
- repository: llvm-project_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/llvm-project
|
|
ref: amd-staging
|
|
pipelines:
|
|
- pipeline: rocr-runtime_pipeline
|
|
source: \ROCR-Runtime
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- amd-staging
|
|
# this job will only be triggered after successful build sequence of llvm-project and ROCR-Runtime
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/aomp.yml
|
|
parameters:
|
|
checkoutRepo: aomp_repo
|