Skip to content

Commit

Permalink
Increase vdb concurrency in leg-4
Browse files Browse the repository at this point in the history
  • Loading branch information
roypaulin committed Oct 16, 2024
1 parent 3c8088f commit 80e9552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-e2e-leg/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ runs:
fi
fi
if [[ "${{ inputs.leg-identifier }}" == "leg-4" ]]; then
export CONCURRENCY_VERTICADB=10
fi
# Set BASE_VERTICA_IMG based on $VERTICA_IMG
# Some tests in some suites do an upgrade, so set the base image to upgrade from
if [[ "${{ inputs.need-base-vertica-image }}" == "true" ]]; then
Expand Down

0 comments on commit 80e9552

Please sign in to comment.