2021-04-05 13:34:26 -04:00
|
|
|
# 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"
|
2024-12-05 11:01:13 -05:00
|
|
|
skip_symbolization: "false"
|
2021-04-05 13:34:26 -04:00
|
|
|
install_dir: dist-test/bin
|
|
|
|
|
is_patch: "false"
|
|
|
|
|
is_commit_queue: "false"
|
|
|
|
|
npm_command: jstestfuzz
|
|
|
|
|
tar: tar
|
|
|
|
|
cmake_path: /opt/cmake/bin/cmake
|
|
|
|
|
content_type: application/x-gzip
|
2026-01-21 10:18:47 -08:00
|
|
|
mciuploads_binary_permissions: private
|
|
|
|
|
mciuploads_binary_visibility: signed
|
2026-01-20 09:29:39 -08:00
|
|
|
mciuploads_binary_permissions_push: private
|
|
|
|
|
mciuploads_binary_visibility_push: signed
|
2021-04-05 13:34:26 -04:00
|
|
|
jstestfuzz_concurrent_num_files: "10"
|
|
|
|
|
curator_release: "latest"
|
2021-05-15 09:58:40 -04:00
|
|
|
ext: tgz
|
2025-12-10 16:16:51 -05:00
|
|
|
resmoke_tests_tag_filter: resmoke_tests_tag_filter_not_set
|
2021-08-05 02:05:50 +00:00
|
|
|
|
2025-03-27 10:17:17 -07:00
|
|
|
# Bazel compile expansions.
|
2021-08-05 02:05:50 +00:00
|
|
|
compiling_for_test: "false"
|
|
|
|
|
install_directory: /data/mongo-install-directory
|
2024-12-29 18:42:28 -08:00
|
|
|
skip_archive: "off"
|