Skip to content

Commit

Permalink
comgr-default(04) [TEMP][CI] disable static checks & packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
atamazov committed Oct 29, 2021
1 parent 737dc03 commit ac70214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pipeline {
parameters {
booleanParam(
name: "BUILD_STATIC_CHECKS",
defaultValue: true,
defaultValue: false,
description: "")
booleanParam(
name: "BUILD_SMOKE_FP32",
Expand Down Expand Up @@ -277,7 +277,7 @@ pipeline {
description: "")
booleanParam(
name: "BUILD_PACKAGES",
defaultValue: true,
defaultValue: false,
description: "")
booleanParam(
name: "TARGET_NOGPU",
Expand Down

0 comments on commit ac70214

Please sign in to comment.