mirror of https://github.com/mongodb/mongo
SERVER-102116 [v8.0] Bump s390x concurrency to 16x (#33586)
GitOrigin-RevId: 04c6e73673b4ce9c2b93b52668fe6060670745e1
This commit is contained in:
parent
e63085c8ac
commit
5c01800d98
|
|
@ -164,7 +164,7 @@ buildvariants:
|
|||
compile_flags: >-
|
||||
--ssl
|
||||
MONGO_DISTMOD=rhel83
|
||||
-j3
|
||||
-j16
|
||||
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
|
||||
--linker=gold
|
||||
crypt_task_compile_flags: >-
|
||||
|
|
@ -184,6 +184,7 @@ buildvariants:
|
|||
multiversion_architecture: s390x
|
||||
multiversion_edition: enterprise
|
||||
compile_variant: enterprise-rhel-83-s390x
|
||||
exec_timeout_secs: 86400 # 24 hours exec timeout
|
||||
tasks:
|
||||
- name: small_compile_test_and_package_serial_no_unittests_TG
|
||||
distros:
|
||||
|
|
@ -231,7 +232,7 @@ buildvariants:
|
|||
compile_flags: >-
|
||||
--ssl
|
||||
MONGO_DISTMOD=rhel9
|
||||
-j3
|
||||
-j16
|
||||
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
|
||||
--linker=gold
|
||||
crypt_task_compile_flags: >-
|
||||
|
|
@ -251,6 +252,7 @@ buildvariants:
|
|||
multiversion_architecture: s390x
|
||||
multiversion_edition: enterprise
|
||||
compile_variant: enterprise-rhel-9-s390x
|
||||
exec_timeout_secs: 86400 # 24 hours exec timeout
|
||||
tasks:
|
||||
- name: small_compile_test_and_package_serial_no_unittests_TG
|
||||
distros:
|
||||
|
|
|
|||
Loading…
Reference in New Issue