Skip to content

Commit dc88c90

Browse files
committed
Try out reduced parallelism to avoid acceptance-test-issues;
1 parent 8949340 commit dc88c90

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/acceptance_tests_reusable.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ env:
2626
DEPLOYMENT_NAME: "${{ inputs.deployment_name }}"
2727
BBL_STATE_PATH: "${{ github.workspace }}/bbl/bbl-state"
2828
GINKGO_OPTS: "--fail-fast"
29-
NODES: 8
29+
30+
# # 🚧 To-do: Solve parallelism-issues as mentioned in file:../../acceptance/README.md::154
31+
# # or use '1'.
32+
# #
33+
# # Falls back to the default (= 4 as defined in file:../../scripts/run-mta-acceptance-tests.sh::18)
34+
# NODES: 8
35+
3036
AUTOSCALER_DIR: "${{ github.workspace }}/app-autoscaler"
3137
CPU_UPPER_THRESHOLD: 200
3238

0 commit comments

Comments
 (0)