From 00a326ef78cae6b71961a4c1229370efbaf234e6 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Thu, 20 Aug 2026 00:03:52 -0400 Subject: [PATCH] [CI] (MG_IntegrationTest): enable iterationRP repairs in the integration gate Run the lavapipe Program 203 golden test with the same subgroup scratch, derived topology, and missing-barrier repairs as the iterationRP retrace matrix. This keeps the prerequisite integration job from failing before retrace jobs can start. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c977505f..329d0b2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -265,6 +265,9 @@ jobs: # crash stack without burning a CI round on an in-workflow debugger. env: MOBILEGL_ITEST_REQUIRE_GPU: "1" + MOBILEGL_FIX_ITERATIONRP_SUBGROUP_SCRATCH: "1" + MOBILEGL_DERIVE_NUM_SUBGROUPS: "1" + MOBILEGL_ITERATIONRP_FIX_BARRIER: "1" run: | ulimit -c unlimited sudo sysctl -w kernel.core_pattern='/tmp/core.%e.%p'