From 5b41fe01947727d81e55483e01d94926f6480b59 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Thu, 28 Aug 2025 08:31:41 -0700 Subject: [PATCH] [ci] Move gfx1151 builds and tests to presubmit. --- .../github_actions/amdgpu_family_matrix.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build_tools/github_actions/amdgpu_family_matrix.py b/build_tools/github_actions/amdgpu_family_matrix.py index 5ca596fe686..b033dd6950a 100644 --- a/build_tools/github_actions/amdgpu_family_matrix.py +++ b/build_tools/github_actions/amdgpu_family_matrix.py @@ -25,16 +25,6 @@ "bypass_tests_for_releases": True, }, }, -} - -# The 'postsubmit' matrix runs on 'push' triggers (for every commit to the default branch). -amdgpu_family_info_matrix_postsubmit = { - "gfx950": { - "linux": { - "test-runs-on": "linux-mi355-1gpu-ossci-rocm", - "family": "gfx950-dcgpu", - } - }, "gfx115x": { "linux": { "test-runs-on": "", @@ -46,6 +36,16 @@ "family": "gfx1151", }, }, +} + +# The 'postsubmit' matrix runs on 'push' triggers (for every commit to the default branch). +amdgpu_family_info_matrix_postsubmit = { + "gfx950": { + "linux": { + "test-runs-on": "linux-mi355-1gpu-ossci-rocm", + "family": "gfx950-dcgpu", + } + }, "gfx120x": { "linux": { "test-runs-on": "", # removed due to machine issues, label is "linux-rx9070-gpu-rocm"