Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ buildvariants:
display_name: e2e_om60_kind_ubi
tags: [ "e2e_test_suite" ]
run_on:
- ubuntu2204-large
- ubuntu2204-medium-high-memory
<<: *base_om6_dependency
tasks:
- name: e2e_ops_manager_kind_only_task_group
Expand All @@ -1387,7 +1387,7 @@ buildvariants:
display_name: e2e_static_om60_kind_ubi
tags: [ "e2e_test_suite" ]
run_on:
- ubuntu2204-large
- ubuntu2204-medium
<<: *base_om6_dependency
tasks:
- name: e2e_static_ops_manager_kind_only_task_group
Expand All @@ -1397,7 +1397,7 @@ buildvariants:
display_name: e2e_om70_kind_ubi
tags: [ "e2e_test_suite" ]
run_on:
- ubuntu2204-large
- ubuntu2204-medium-high-memory
<<: *base_om7_dependency
tasks:
- name: e2e_ops_manager_kind_only_task_group
Expand All @@ -1420,7 +1420,7 @@ buildvariants:
display_name: e2e_om80_kind_ubi
tags: [ "e2e_test_suite" ]
run_on:
- ubuntu2204-large
- ubuntu2204-medium-high-memory
<<: *base_om8_dependency
tasks:
- name: e2e_ops_manager_kind_only_task_group
Expand Down
Loading