diff --git a/.azuredevops/components/rocWMMA.yml b/.azuredevops/components/rocWMMA.yml index 66d878fb4..dff9c00aa 100644 --- a/.azuredevops/components/rocWMMA.yml +++ b/.azuredevops/components/rocWMMA.yml @@ -98,7 +98,7 @@ jobs: gpuTarget: $(JOB_GPU_TARGET) - job: rocWMMA_testing - timeoutInMinutes: 90 + timeoutInMinutes: 120 dependsOn: rocWMMA condition: and(succeeded(), eq(variables.ENABLE_GFX942_TESTS, 'true'), not(containsValue(split(variables.DISABLED_GFX942_TESTS, ','), variables['Build.DefinitionName']))) variables: diff --git a/.azuredevops/components/rocm_smi_lib.yml b/.azuredevops/components/rocm_smi_lib.yml index c98529f6a..ebeb1ddbb 100644 --- a/.azuredevops/components/rocm_smi_lib.yml +++ b/.azuredevops/components/rocm_smi_lib.yml @@ -56,6 +56,9 @@ jobs: JOB_GPU_TARGET: gfx942 JOB_TEST_POOL: ${{ variables.GFX942_TEST_POOL }} steps: + - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/dependencies-other.yml + parameters: + aptPackages: ${{ parameters.aptPackages }} - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/preamble.yml - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/local-artifact-download.yml - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml diff --git a/.azuredevops/variables-global.yml b/.azuredevops/variables-global.yml index 67afad7e4..6ff1846ee 100644 --- a/.azuredevops/variables-global.yml +++ b/.azuredevops/variables-global.yml @@ -28,13 +28,13 @@ variables: - name: GFX942_TEST_POOL value: gfx942_test_pool - name: LATEST_RELEASE_VERSION - value: 6.3.3 + value: 6.3.4 - name: REPO_RADEON_VERSION - value: 6.3.3 + value: 6.3.4 - name: NEXT_RELEASE_VERSION value: 6.4.0 - name: LATEST_RELEASE_TAG - value: rocm-6.3.3 + value: rocm-6.3.4 - name: AMDMIGRAPHX_GFX942_TEST_PIPELINE_ID value: 197 - name: AMDMIGRAPHX_PIPELINE_ID