Skip to content

Commit

Permalink
[CI][Jenkins] Disabling smoke stages for CI branch runs (#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
reidkwja authored Oct 3, 2023
1 parent 2e2b37a commit 2065081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -431,15 +431,15 @@ pipeline {
description: "")
booleanParam(
name: "BUILD_SMOKE_FP32",
defaultValue: true,
defaultValue: false,
description: "")
booleanParam(
name: "BUILD_SMOKE_AUX1",
defaultValue: true,
defaultValue: false,
description: "")
booleanParam(
name: "BUILD_SMOKE_FP16_BF16_INT8",
defaultValue: true,
defaultValue: false,
description: "")
booleanParam(
name: "BUILD_FULL_TESTS",
Expand Down

0 comments on commit 2065081

Please sign in to comment.