mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-07 22:03:58 -05:00
To best determine hardware specs per repo, added more build pool options with varying number of vCPUs, RAM size, etc. and will kick off builds with test targets enabled to determine long-term cost values. Co-authored-by: alexxu-amd <alexxu12@amd.com>
30 lines
595 B
YAML
30 lines
595 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
parameters:
|
|
- name: checkoutRef
|
|
type: string
|
|
default: refs/tags/$(LATEST_RELEASE_TAG)
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: pipelines_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/ROCm
|
|
- repository: release_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/hipFFT
|
|
ref: ${{ parameters.checkoutRef }}
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/hipFFT.yml
|
|
parameters:
|
|
checkoutRepo: release_repo
|
|
checkoutRef: ${{ parameters.checkoutRef }}
|