From 585a6a20484bc188c2646c246da9da3fc64e615d Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:06:41 -0800 Subject: [PATCH] disable CI on gfx1010 by default (#3280) [ROCm/composable_kernel commit: e857e26bf64ab54dc6dcef0d89203982873a5fa8] --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ffed40d191..b21dd86f30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1077,7 +1077,7 @@ pipeline { description: "Build CK and run tests on gfx950 (default: ON)") booleanParam( name: "BUILD_GFX101", - defaultValue: true, + defaultValue: false, description: "Build CK and run tests on gfx101 (default: OFF)") booleanParam( name: "BUILD_GFX103",