disable CI on gfx1010 by default (#3280)

[ROCm/composable_kernel commit: e857e26bf6]
This commit is contained in:
Illia Silin
2025-11-24 07:06:41 -08:00
committed by GitHub
parent 8ec85b7617
commit 585a6a2048

2
Jenkinsfile vendored
View File

@@ -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",