Skip to content

Commit 307fc49

Browse files
authored
Disable e2e_om_ops_manager_queryable_backup in OM8 e2e variant (#466)
This pull request introduces a temporary workaround in the `.evergreen.yml` configuration to address an issue with the queryable backup task in OM8. A new task group is added that excludes the problematic task, and the build variant is updated to use this new group until the issue is resolved in: https://jira.mongodb.org/browse/CLOUDP-346008.
1 parent 88ad168 commit 307fc49

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.evergreen.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,17 @@ task_groups:
11101110
- e2e_om_ops_manager_backup
11111111
<<: *teardown_group
11121112

1113+
# TODO (CLOUDP-346008): Remove this task group once the issue with queryable backup task is resolved in OM8
1114+
- name: e2e_ops_manager_kind_5_0_only_task_group_without_queryable_backup
1115+
max_hosts: -1
1116+
<<: *setup_group
1117+
<<: *setup_and_teardown_task
1118+
tasks:
1119+
- e2e_om_remotemode
1120+
- e2e_om_ops_manager_backup_restore
1121+
- e2e_om_ops_manager_backup
1122+
<<: *teardown_group
1123+
11131124
# Tests features only supported on OM60
11141125
- name: e2e_ops_manager_kind_6_0_only_task_group
11151126
max_hosts: -1
@@ -1325,7 +1336,8 @@ buildvariants:
13251336
<<: *base_om8_dependency
13261337
tasks:
13271338
- name: e2e_ops_manager_kind_only_task_group
1328-
- name: e2e_ops_manager_kind_5_0_only_task_group
1339+
# TODO (CLOUDP-346008): Replace this task group with e2e_ops_manager_kind_5_0_only_task_group once the issue with queryable backup task is resolved in OM8
1340+
- name: e2e_ops_manager_kind_5_0_only_task_group_without_queryable_backup
13291341
- name: e2e_ops_manager_kind_6_0_only_task_group
13301342
- name: e2e_ops_manager_upgrade_only_task_group
13311343

0 commit comments

Comments
 (0)