Skip to content

Commit a4e1b7b

Browse files
committed
Update upgrade workflows
1 parent d4bdc1a commit a4e1b7b

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.github/workflows/upgrade-bootstrap-single-v2.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,6 @@ jobs:
603603
if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
604604
extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
605605
fi
606-
if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
607-
extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
608-
fi
609606
# Always force single-node for this workflow
610607
extra_args+=( --is-single-node true )
611608
if [[ "${{ inputs.BOOTSTRAP_ENABLE_NODE_AFFINITY }}" == "true" ]]; then

.github/workflows/upgrade-bootstrap-single.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,6 @@ jobs:
546546
if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
547547
extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
548548
fi
549-
if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
550-
extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
551-
fi
552549
# Always force single-node for this workflow
553550
extra_args+=( --is-single-node true )
554551
if [[ "${{ inputs.BOOTSTRAP_ENABLE_NODE_AFFINITY }}" == "true" ]]; then

.github/workflows/upgrade-bootstrap-v2.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,6 @@ jobs:
612612
if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
613613
extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
614614
fi
615-
if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
616-
extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
617-
fi
618615
if [[ "${{ inputs.BOOTSTRAP_IS_SINGLE_NODE }}" == "true" ]]; then
619616
extra_args+=( --is-single-node true )
620617
fi

.github/workflows/upgrade-bootstrap.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,6 @@ jobs:
554554
if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
555555
extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
556556
fi
557-
if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
558-
extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
559-
fi
560557
if [[ "${{ inputs.BOOTSTRAP_IS_SINGLE_NODE }}" == "true" ]]; then
561558
extra_args+=( --is-single-node true )
562559
fi

0 commit comments

Comments
 (0)