mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -05:00
* Add hipBLAS-common pipeline * change task name - to _ * add hipblas-common pipeline id and default branch * Update MIOpen.yml * add variables for manual test * delete manual installation of hipblas-common * reorder dependencies, add hipblas-common * add variables for manual test * add hipBLAS-common to hipBLASLt * Change GPU target * revert variables from manual test * Update MIOpen.yml * Update MIOpen.yml * remove hipBLAS-common dependency * revert change to hipblaslt * remove an unused cmake flag
30 lines
587 B
YAML
30 lines
587 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
parameters:
|
|
- name: checkoutRef
|
|
type: string
|
|
default: develop
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: pipelines_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/ROCm
|
|
- repository: release_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/hipBLAS-common
|
|
ref: ${{ parameters.checkoutRef }}
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/hipBLAS-common.yml
|
|
parameters:
|
|
checkoutRepo: release_repo
|
|
checkoutRef: ${{ parameters.checkoutRef }}
|