Skip to content

Commit

Permalink
SRE-2329 build: Fix checkout 'null' from version control (#15367)
Browse files Browse the repository at this point in the history
Explicitly specify the base_branch for Functional HW test stages.

Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender authored Oct 31, 2024
1 parent 50128bd commit e052cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ pipeline {
'Functional Hardware Medium': getFunctionalTestStage(
name: 'Functional Hardware Medium',
pragma_suffix: '-hw-medium',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_LABEL,
next_version: next_version,
stage_tags: 'hw,medium,-provider',
Expand All @@ -1179,6 +1180,7 @@ pipeline {
'Functional Hardware Medium MD on SSD': getFunctionalTestStage(
name: 'Functional Hardware Medium MD on SSD',
pragma_suffix: '-hw-medium-md-on-ssd',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_LABEL,
next_version: next_version,
stage_tags: 'hw,medium,-provider',
Expand All @@ -1192,6 +1194,7 @@ pipeline {
'Functional Hardware Medium VMD': getFunctionalTestStage(
name: 'Functional Hardware Medium VMD',
pragma_suffix: '-hw-medium-vmd',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_VMD_LABEL,
next_version: next_version,
stage_tags: 'hw_vmd,medium',
Expand All @@ -1205,6 +1208,7 @@ pipeline {
'Functional Hardware Medium Verbs Provider': getFunctionalTestStage(
name: 'Functional Hardware Medium Verbs Provider',
pragma_suffix: '-hw-medium-verbs-provider',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_VERBS_PROVIDER_LABEL,
next_version: next_version,
stage_tags: 'hw,medium,provider',
Expand All @@ -1218,6 +1222,7 @@ pipeline {
'Functional Hardware Medium Verbs Provider MD on SSD': getFunctionalTestStage(
name: 'Functional Hardware Medium Verbs Provider MD on SSD',
pragma_suffix: '-hw-medium-verbs-provider-md-on-ssd',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_VERBS_PROVIDER_LABEL,
next_version: next_version,
stage_tags: 'hw,medium,provider',
Expand All @@ -1232,6 +1237,7 @@ pipeline {
'Functional Hardware Medium UCX Provider': getFunctionalTestStage(
name: 'Functional Hardware Medium UCX Provider',
pragma_suffix: '-hw-medium-ucx-provider',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_MEDIUM_UCX_PROVIDER_LABEL,
next_version: next_version,
stage_tags: 'hw,medium,provider',
Expand All @@ -1245,6 +1251,7 @@ pipeline {
'Functional Hardware Large': getFunctionalTestStage(
name: 'Functional Hardware Large',
pragma_suffix: '-hw-large',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_LARGE_LABEL,
next_version: next_version,
stage_tags: 'hw,large',
Expand All @@ -1257,6 +1264,7 @@ pipeline {
'Functional Hardware Large MD on SSD': getFunctionalTestStage(
name: 'Functional Hardware Large MD on SSD',
pragma_suffix: '-hw-large-md-on-ssd',
base_branch: 'master',
label: params.FUNCTIONAL_HARDWARE_LARGE_LABEL,
next_version: next_version,
stage_tags: 'hw,large',
Expand Down

0 comments on commit e052cb0

Please sign in to comment.