mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
# All expansions in this file must be strings.
|
|
# Additionally, we assume that bools are "true" and "false", not "True" and
|
|
# "False" (note leading case) throughout the codebase.
|
|
# Always wrap the following words in quotes: "true", "false", "null"
|
|
report_file: src/report.json
|
|
archive_file: src/archive.json
|
|
decompress: tar xzvf
|
|
private_key_file: /dev/null
|
|
aws_profile_remote: default
|
|
resmoke_jobs_factor: "1"
|
|
resmoke_jobs_max: "0"
|
|
timeout_secs: "0"
|
|
exec_timeout_secs: "0"
|
|
multiversion_edition: base
|
|
multiversion_platform: linux_x86_64
|
|
multiversion_architecture: x86_64
|
|
disable_unit_tests: "false"
|
|
skip_tests: /dev/null
|
|
resmoke_jobs: "1"
|
|
should_shuffle: "true"
|
|
continue_on_failure: "true"
|
|
install_dir: dist-test/bin
|
|
is_patch: "false"
|
|
is_commit_queue: "false"
|
|
use_scons_cache: "false"
|
|
npm_command: jstestfuzz
|
|
tar: tar
|
|
cmake_path: /opt/cmake/bin/cmake
|
|
content_type: application/x-gzip
|
|
jstestfuzz_concurrent_num_files: "10"
|
|
curator_release: "latest"
|
|
ext: tgz
|
|
|
|
# SCons compile expansions.
|
|
compiling_for_test: "false"
|
|
install_directory: /data/mongo-install-directory
|
|
num_scons_link_jobs_available: "0.25"
|
|
num_scons_unit_cc_jobs_available: "0.75"
|
|
scons_cache_mode: nolinked
|
|
show_scons_timings: "true"
|
|
separate_debug: "on"
|