disable CI on gfx1010 by default (#3280)

This commit is contained in:
Illia Silin
2025-11-24 07:06:41 -08:00
committed by GitHub
parent 81042ea574
commit e857e26bf6

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