Skip to content

Commit ae714f4

Browse files
authored
Replace ubuntu1804-build -> ubuntu1804-large (#1189)
1 parent df9dbea commit ae714f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.mci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ buildvariants:
18061806
build_type: "Release"
18071807
mongodb_version: "5.0"
18081808
run_on:
1809-
- ubuntu1804-build
1809+
- ubuntu1804-large
18101810
tasks:
18111811
- name: compile_and_test_with_shared_libs
18121812
- name: compile_and_test_with_shared_libs_extra_alignment
@@ -1842,7 +1842,7 @@ buildvariants:
18421842
disable_slow_tests: 1
18431843
use_mongocryptd: true
18441844
run_on:
1845-
- ubuntu1804-build
1845+
- ubuntu1804-large
18461846
tasks:
18471847
- name: compile_and_test_with_shared_libs
18481848
- name: compile_and_test_with_shared_libs_extra_alignment
@@ -1884,7 +1884,7 @@ buildvariants:
18841884
example_projects_cxxflags: -D_GLIBCXX_USE_CXX11_ABI=0 -fsanitize=address -fno-omit-frame-pointer
18851885
example_projects_ldflags: -fsanitize=address
18861886
run_on:
1887-
- ubuntu1804-build
1887+
- ubuntu1804-large
18881888
tasks:
18891889
- name: compile_and_test_with_shared_libs
18901890
- name: compile_and_test_with_shared_libs_extra_alignment
@@ -1927,7 +1927,7 @@ buildvariants:
19271927
example_projects_cxxflags: -D_GLIBCXX_USE_CXX11_ABI=0 -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer
19281928
example_projects_ldflags: -fsanitize=undefined -fno-sanitize-recover=undefined
19291929
run_on:
1930-
- ubuntu1804-build
1930+
- ubuntu1804-large
19311931
tasks:
19321932
# We currently don't run UBSAN on the shared library due to issues with UBSAN reporting
19331933
# numerous false positive instances of undefined behavior in the mock tests, when the

0 commit comments

Comments
 (0)