Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ workflows:

- lumigo-orb/prep-it-resources:
context: common
docker_image: "lumigo/ci-ubuntu2204-node20:26.2.4-testing-add-python3.11.9-to-ci-image"
venv_python_version: "3.9"
requires:
- lumigo-orb/is_environment_available
Expand All @@ -46,6 +47,7 @@ workflows:

- lumigo-orb/integration-test-parallel:
context: common
docker_image: "lumigo/ci-ubuntu2204-node20:26.2.4-testing-add-python3.11.9-to-ci-image"
run_test_cleanup: false
tests_max_parallel: 20
requires:
Expand Down