This repository was archived by the owner on Dec 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ functions:
9898 command : subprocess.exec
9999 type : setup
100100 params :
101- command : virtualenv --python /opt/python/3.7 /bin/python3 ./venv
101+ command : virtualenv --python /opt/python/3.9 /bin/python3 ./venv
102102
103103 python_requirements : &python_requirements
104104 command : subprocess.exec
@@ -137,7 +137,7 @@ functions:
137137 - atlas_password
138138 - atlas_database
139139 - image_name
140- command : " ${workdir}/venv/bin/python scripts/ci/add_supported_release.py --c ${image_name}"
140+ command : " ${workdir}/venv/bin/python scripts/ci/add_supported_release.py --image ${image_name}"
141141
142142task_groups :
143143- name : e2e_test_group
@@ -399,7 +399,7 @@ buildvariants:
399399 expansions :
400400 distro : ubuntu
401401 run_on :
402- - ubuntu1604-build
402+ - ubuntu1804-large
403403 depends_on :
404404 - name : build_operator_image
405405 variant : init_test_run
@@ -419,7 +419,7 @@ buildvariants:
419419 expansions :
420420 distro : ubi
421421 run_on :
422- - ubuntu1604-build
422+ - ubuntu1804-large
423423 depends_on :
424424 - name : build_operator_image
425425 variant : init_test_run
@@ -437,7 +437,7 @@ buildvariants:
437437 - name : init_test_run
438438 display_name : init_test_run
439439 run_on :
440- - ubuntu1604-build
440+ - ubuntu1804-small
441441 tasks :
442442 - name : build_operator_image
443443 - name : build_e2e_image
@@ -467,7 +467,7 @@ buildvariants:
467467 - name : build_agent_image_ubi
468468 variant : init_test_run
469469 run_on :
470- - ubuntu1604-test
470+ - ubuntu1804-small
471471 tasks :
472472 - name : release_operator
473473 - name : release_version_upgrade_post_start_hook
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ black==20.8b1
77mypy == 0.782
88tqdm == v4.49.0
99boto3 == 1.16.21
10- pymongo == 3.11.2
10+ pymongo == 3.11.4
1111dnspython == 2.0.0
1212pyyaml == 5.4.1
1313rsa >= 4.7 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments