Skip to content

Commit

Permalink
DAOS-623 ci: Fix bug to disable hw tests (#14328)
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.

Signed-off-by: Jeff Olivier <[email protected]>
jolivier23 authored May 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ab0729 commit d438ace
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
@@ -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',

0 comments on commit d438ace

Please sign in to comment.