Files
ROCm/.azuredevops/variables-global.yml
2025-08-13 17:27:05 -04:00

48 lines
1.2 KiB
YAML

# specify non-secret global variables reused across pipelines here
variables:
- name: RESOURCES_REPOSITORIES
value: $[ convertToJson(resources.repositories) ]
- name: CCACHE_DIR
value: $(Pipeline.Workspace)/ccache
- name: CI_ROOT_PATH
value: /.azuredevops
- name: CI_COMPONENT_PATH
value: ${{ variables.CI_ROOT_PATH }}/components
- name: CI_TEMPLATE_PATH
value: ${{ variables.CI_ROOT_PATH }}/templates
- name: CI_DEPENDENCIES_PATH
value: ${{ variables.CI_ROOT_PATH }}/dependencies
- name: BASE_BUILD_POOL
value: ubuntu-22.04
- name: LOW_BUILD_POOL
value: rocm-ci_low_build_pool
- name: MEDIUM_BUILD_POOL
value: rocm-ci_medium_build_pool
- name: HIGH_BUILD_POOL
value: rocm-ci_high_build_pool
- name: ULTRA_BUILD_POOL
value: rocm-ci_ultra_build_pool
- name: GFX942_TEST_POOL
value: gfx942_test_pool
- name: GFX90A_TEST_POOL
value: gfx90a_test_pool
- name: LATEST_RELEASE_VERSION
value: 6.4.3
- name: REPO_RADEON_VERSION
value: 6.4.3
- name: NEXT_RELEASE_VERSION
value: 7.0.0
- name: LATEST_RELEASE_TAG
value: rocm-6.4.3
- name: DOCKER_SKIP_GFX
value: gfx90a
- name: COMPOSABLE_KERNEL_PIPELINE_ID
value: 86
- name: HALF560_PIPELINE_ID
value: 68
- name: HALF560_BUILD_ID
value: 621
- name: HIP_PIPELINE_ID
value: 93