Skip to content

Commit f457c5e

Browse files
committed
Remove obsolete sequential dependency for OpenShift variants
The sequential dependency was added as a workaround for webhook name conflicts between parallel OpenShift tests. PR #721 solved this by making webhook names namespace-unique, so the dependency is no longer needed.
1 parent e2d0822 commit f457c5e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.evergreen.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,6 @@ buildvariants:
13791379
- name: e2e_mdb_openshift_ubi_cloudqa_task_group
13801380

13811381
# We do not want to run openshift variants on every PR.
1382-
# NOTE: This variant depends on e2e_mdb_openshift_ubi_cloudqa to run sequentially
1383-
# because both variants share the same OpenShift cluster and cannot run in parallel.
13841382
- name: e2e_static_openshift_mdb_ubi_cloudqa
13851383
display_name: e2e_static_openshift_mdb_ubi_cloudqa
13861384
tags: [ "staging", "e2e_openshift_test_suite", "cloudqa", "static" ]
@@ -1391,10 +1389,6 @@ buildvariants:
13911389
variant: init_test_run
13921390
- name: build_init_database_image_ubi
13931391
variant: init_test_run
1394-
# Sequential dependency: wait for non-static OpenShift variant to complete first
1395-
# Both variants share the same OpenShift cluster, so they must run sequentially
1396-
- variant: e2e_mdb_openshift_ubi_cloudqa
1397-
name: '*'
13981392
run_on:
13991393
- ubuntu2404-small
14001394
tasks:

0 commit comments

Comments
 (0)