Files
mongo/buildscripts/resmokeconfig/evg_task_doc/evg_task_doc.yml
Nick Zolnierz 2c6cf0d463 SERVER-87070 Remove CQF variant and CQF-specific suites (#19472)
GitOrigin-RevId: bb20927b7667999fef6ff8291ed99085fb88189d
2024-03-01 20:37:33 +00:00

23 lines
863 B
YAML

# Evergreen task documentation
#
# If you are adding/updating task documentation, please follow this syntax:
# evergreen_task_name: |-
# documentation line
# the next documentation line
#
# This will allow to print out the documentation nicely as a multiline string
# to stdout, which would show up in Evergreen task logs next to the verbatim
# resmoke invocation.
#
# Please limit each line to 80 characters.
jsCore: |-
Core set of lightweight tasks run against a standalone mongod.
noPassthrough: |-
"Passthrough" means running a test against different runtime Cluster
configurations, including topology, runtime flags, fault injections, and other
parameters. Most tests by default are able to run in "passthrough" suites.
NoPassthrough is an exception, where tests here only run in the exact
configuration predefined in the tests themselves.