Skip to content

Commit

Permalink
DAOS-623 ci: Fix bug to disable hw tests
Browse files Browse the repository at this point in the history
Pipeline lib isn't reading any default that has -
rather than underscore.  After talking to Intel,
changing to _ is best path forward.

Required-githooks: true

Change-Id: Ie06711a82a344cbe6af581bf13f4c2d413a65ee0
Signed-off-by: Jeff Olivier <[email protected]>
  • Loading branch information
jolivier23 committed May 7, 2024
1 parent 6ab0729 commit 6672f2d
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 @@ -291,10 +291,10 @@ pipeline {
booleanParam(name: 'CI_medium_TEST',
defaultValue: false,
description: 'Run the Functional Hardware Medium test stage')
booleanParam(name: 'CI_medium-verbs-provider_TEST',
booleanParam(name: 'CI_medium_verbs_provider_TEST',
defaultValue: false,
description: 'Run the Functional Hardware Medium Verbs Provider test stage')
booleanParam(name: 'CI_medium-ucx-provider_TEST',
booleanParam(name: 'CI_medium_ucx_provider_TEST',
defaultValue: false,
description: 'Run the Functional Hardware Medium UCX Provider test stage')
booleanParam(name: 'CI_large_TEST',
Expand Down

0 comments on commit 6672f2d

Please sign in to comment.