@@ -3570,19 +3570,6 @@ tasks:
3570
3570
files :
3571
3571
- src/artifacts.json
3572
3572
3573
- # # compile_core_tools - minimal version of compile used for commit queue ##
3574
- - name : compile_core_tools
3575
- depends_on : []
3576
- commands :
3577
- - func : " scons compile"
3578
- vars :
3579
- # The targets here should be the install analogues of whatever
3580
- # archive targets the 'compile' task builds, excluding -debug targets.
3581
- targets : install-dist-test
3582
- compiling_for_test : true
3583
- task_compile_flags : >-
3584
- --separate-debug
3585
-
3586
3573
- name : compile_ninja
3587
3574
commands :
3588
3575
- func : " scons compile"
@@ -8262,14 +8249,6 @@ tasks:
8262
8249
- func : " set up win mount script"
8263
8250
- func : " shared scons cache pruning"
8264
8251
8265
- - name : commit_queue_placeholder
8266
- commands :
8267
- - command : shell.exec
8268
- params :
8269
- script : |
8270
- echo "Commit Queue Placeholder"
8271
- exit 0
8272
-
8273
8252
- name : validate_commit_message
8274
8253
commands :
8275
8254
- command : manifest.load
@@ -8323,11 +8302,6 @@ task_groups:
8323
8302
- compile
8324
8303
- package
8325
8304
8326
- - << : *compile_task_group_template
8327
- name : compile_core_tools_TG
8328
- tasks :
8329
- - compile_core_tools
8330
-
8331
8305
- << : *compile_task_group_template
8332
8306
name : compile_ninja_TG
8333
8307
tasks :
@@ -12550,27 +12524,7 @@ buildvariants:
12550
12524
- rhel62-small
12551
12525
batchtime : 10080 # 7 days
12552
12526
stepback : false
12553
- expansions :
12554
- additional_package_targets : archive-mh archive-mh-debug
12555
- compile_flags : --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
12556
- multiversion_platform : rhel62
12557
- multiversion_edition : enterprise
12558
- has_packages : true
12559
- packager_script : packager_enterprise.py
12560
- packager_arch : x86_64
12561
- packager_distro : rhel62
12562
- repo_edition : enterprise
12563
- scons_cache_scope : shared
12564
- jstestfuzz_num_generated_files : 40
12565
- jstestfuzz_concurrent_num_files : 10
12566
- target_resmoke_time : 10
12567
- large_distro_name : rhel62-large
12568
- burn_in_tag_buildvariants : enterprise-rhel-62-64-bit-majority-read-concern-off enterprise-rhel-62-64-bit-inmem linux-64-duroff
12569
12527
tasks :
12570
- - name : commit_queue_placeholder
12571
- - name : compile_core_tools_TG
12572
- distros :
12573
- - rhel62-large
12574
12528
- name : validate_commit_message
12575
12529
12576
12530
- name : live-record
0 commit comments