From dbe18d47b7a660f8f54044c08a6414d816600fac Mon Sep 17 00:00:00 2001 From: Marcus Rosen Date: Mon, 29 Jun 2026 07:29:23 -0700 Subject: [PATCH] [CI] Re-enable performance test job Revert the temporary `if: false` guard added in 2df6c40c6b. The noneng runner pool is restored. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Marcus Rosen --- .github/workflows/build-rocm-wheels.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-rocm-wheels.yml b/.github/workflows/build-rocm-wheels.yml index 5ffc51fb174b..0ba0fe2451eb 100644 --- a/.github/workflows/build-rocm-wheels.yml +++ b/.github/workflows/build-rocm-wheels.yml @@ -187,9 +187,6 @@ jobs: tests/models/multimodal/processing/test_openvla.py test-kernels-performance: - # TEMPORARILY DISABLED: noneng runners are offline (since 2026-06-23). - # Remove `if: false` once the runner pool is restored. - if: false name: test-kernels (performance) needs: build-wheel uses: ./.github/workflows/test-rocm-kernels.yml