Skip to content

Commit 8cd9ddc

Browse files
acmorrowEvergreen Agent
authored andcommitted
SERVER-48893 Remove outdated tasks from the commit queue variant
1 parent 217ce7d commit 8cd9ddc

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

etc/evergreen.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3570,19 +3570,6 @@ tasks:
35703570
files:
35713571
- src/artifacts.json
35723572

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-
35863573
- name: compile_ninja
35873574
commands:
35883575
- func: "scons compile"
@@ -8262,14 +8249,6 @@ tasks:
82628249
- func: "set up win mount script"
82638250
- func: "shared scons cache pruning"
82648251

8265-
- name: commit_queue_placeholder
8266-
commands:
8267-
- command: shell.exec
8268-
params:
8269-
script: |
8270-
echo "Commit Queue Placeholder"
8271-
exit 0
8272-
82738252
- name: validate_commit_message
82748253
commands:
82758254
- command: manifest.load
@@ -8323,11 +8302,6 @@ task_groups:
83238302
- compile
83248303
- package
83258304

8326-
- <<: *compile_task_group_template
8327-
name: compile_core_tools_TG
8328-
tasks:
8329-
- compile_core_tools
8330-
83318305
- <<: *compile_task_group_template
83328306
name: compile_ninja_TG
83338307
tasks:
@@ -12550,27 +12524,7 @@ buildvariants:
1255012524
- rhel62-small
1255112525
batchtime: 10080 # 7 days
1255212526
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
1256912527
tasks:
12570-
- name: commit_queue_placeholder
12571-
- name: compile_core_tools_TG
12572-
distros:
12573-
- rhel62-large
1257412528
- name: validate_commit_message
1257512529

1257612530
- name: live-record

0 commit comments

Comments
 (0)