mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-50560 Add Ubuntu 18.04 Container
This commit is contained in:
parent
1c31a547eb
commit
146311aeb4
@ -10803,6 +10803,26 @@ buildvariants:
|
|||||||
- name: .stitch
|
- name: .stitch
|
||||||
- name: unittest_shell_hang_analyzer_gen
|
- name: unittest_shell_hang_analyzer_gen
|
||||||
|
|
||||||
|
- name: ubuntu1804-container
|
||||||
|
display_name: "Ubuntu 18.04 Container"
|
||||||
|
run_on:
|
||||||
|
- ubuntu1804-container-server
|
||||||
|
expansions:
|
||||||
|
resmoke_jobs_factor: 1
|
||||||
|
disable_shared_scons_cache: true
|
||||||
|
compile_flags: MONGO_DISTMOD=ubuntu1804 --opt=on -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
|
||||||
|
tooltags: ""
|
||||||
|
build_mongoreplay: true
|
||||||
|
test_flags: >-
|
||||||
|
--excludeWithAnyTags=requires_os_access
|
||||||
|
tasks:
|
||||||
|
- name: compile_and_archive_dist_test_then_package_TG
|
||||||
|
distros:
|
||||||
|
- ubuntu1804-build
|
||||||
|
- name: jsCore
|
||||||
|
- name: sharding_gen
|
||||||
|
- name: replica_sets
|
||||||
|
|
||||||
- name: rhel70
|
- name: rhel70
|
||||||
display_name: RHEL 7.0
|
display_name: RHEL 7.0
|
||||||
run_on:
|
run_on:
|
||||||
|
@ -37,6 +37,7 @@ build_variant_large_distro_exceptions:
|
|||||||
- suse15
|
- suse15
|
||||||
- ubi8
|
- ubi8
|
||||||
- ubuntu1604-container
|
- ubuntu1604-container
|
||||||
|
- ubuntu1804-container
|
||||||
- ubuntu1604-debug
|
- ubuntu1604-debug
|
||||||
- ubuntu1804-debug-asan
|
- ubuntu1804-debug-asan
|
||||||
- ubuntu1804-debug-asan-all-feature-flags
|
- ubuntu1804-debug-asan-all-feature-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user