@@ -200,7 +200,7 @@ steps:
200200 poetry env use 3.11
201201 set -e
202202 if ! [[ "$APIGEE_ENVIRONMENT" == "prod" || "$APIGEE_ENVIRONMENT" == "int" || "$APIGEE_ENVIRONMENT" == *"sandbox" ]]; then
203- echo "Running E2E batch folder test cases (Parallel )"
203+ echo "Running E2E batch folder test cases (Serial) )"
204204
205205 export AWS_PROFILE="apim-dev"
206206 aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
@@ -217,7 +217,7 @@ steps:
217217
218218 poetry install --no-root # Install dependencies defined in pyproject.toml
219219
220- ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
220+ ENVIRONMENT="$workspace" time poetry run python -m unittest -v -c
221221 echo "E2E batch folder test cases executed successfully"
222222 else
223223 echo "Skipping E2E batch folder test cases as the environment is prod-int-sandbox"
@@ -232,7 +232,7 @@ steps:
232232 poetry env use 3.11
233233 set -e
234234 if ! [[ "$APIGEE_ENVIRONMENT" == "prod" || "$APIGEE_ENVIRONMENT" == "int" || "$APIGEE_ENVIRONMENT" == *"sandbox" ]]; then
235- echo "Running E2E batch folder test cases (Parallel)"
235+ echo "Running E2E batch test cases (Parallel x2 )"
236236
237237 export AWS_PROFILE="apim-dev"
238238 aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
@@ -266,7 +266,7 @@ steps:
266266 poetry env use 3.11
267267 set -e
268268 if ! [[ "$APIGEE_ENVIRONMENT" == "prod" || "$APIGEE_ENVIRONMENT" == "int" || "$APIGEE_ENVIRONMENT" == *"sandbox" ]]; then
269- echo "Running E2E batch folder test cases (Parallel )"
269+ echo "Running E2E batch test cases (Parallelx4 )"
270270
271271 export AWS_PROFILE="apim-dev"
272272 aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
0 commit comments