summaryrefslogtreecommitdiff
path: root/etc/longevity.yml
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41038 Guarantee that git describe returns the same number of digits ↵Mathew Robinson2019-05-071-1/+1
| | | | regardless of version
* SERVER-39455: Lint yaml filesDavid Bradford2019-02-211-2/+1
|
* SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 ↵Andrew Morrow2019-01-301-4/+4
| | | | everywhere
* SERVER-37425 Change batchtime to 1 year for longevity builder.Max Hirschhorn2018-10-081-1/+3
|
* SERVER-37437: longevity missing platform expansion. TIG-1094Jim OLeary2018-10-031-0/+1
|
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-37/+0
|
* SERVER-35207 Don't use json.get_history in system_perf.ymlHenrik Ingo2018-05-251-13/+1
|
* SERVER-32583: Sys-perf update bootstrap variables to use proper ConfigDict Namesdalyd2018-02-281-3/+3
|
* SERVER-32891: Sys-perf change order of mongodb_setup and workload_setup callsdalyd2018-01-301-1/+1
|
* SERVER-32896 system_perf.yml: Don't run make_artifacts.sh twiceHenrik Ingo2018-01-291-10/+0
|
* SERVER-32896 Upload dsi-artifacts.yml in system_perf.ymlHenrik Ingo2018-01-261-4/+4
|
* SERVER-32740: Set ycsb_dir and workloads_dir in longevity.yml.julianedwards2018-01-251-0/+2
|
* SERVER-32260 Call workload_setup.py from system_perf.yml and longevity.ymlHenrik Ingo2018-01-181-0/+1
|
* SERVER-30770: system_perf.yml: Use new DSI interface and cleanupVick Mena2017-11-221-67/+26
|
* SERVER-32044: Use parameterized branch_name in performance projectsdalyd2017-11-201-1/+1
|
* SERVER-31957: remove timeseries from longevityJim OLeary2017-11-151-10/+0
|
* SERVER-29422 Respect version.json in patch buildsBrian Samek2017-08-151-1/+1
|
* SERVER-29524: Use infrastructure provisioning python script instead of bash ↵Rushil Kumar2017-08-041-5/+6
| | | | | | script. Signed-off-by: dalyd <david.daly@mongodb.com>
* SERVER-29485: Remove YCSB module from sys-perf.ymldalyd2017-06-091-9/+0
|
* SERVER-29527 Use infrastructure_provisioning.sh and infrastructure_teardown.shHenrik Ingo2017-06-091-25/+15
| | | | | | | | | | | | | | | | | | ...in etc/system_perf.yml and etc/longevity.yml: * Use infrastructure_provisioning.sh instead of setup_cluster.sh. * The code to save and reuse terraform.tfstate in /data/infrastructure_provisioning/ goes into infrastructure_provisioning.sh. (From there, the good old setup_cluster.sh is called too.) * Rename destroy_cluster.sh to infrastructure_teardown.sh * In etc/longevity.yml, this introduces the saving of terraform.tfstate under /data/infrastructure_provisioning/. However, we still call infrastructure_teardown.sh at the end. The distro used in mongo-longevity doesn't currently specify a teardown hook, so there's nobody there to actually use the data from /data/infrastructure_provisioning/.
* Revert SERVER-29485: Use vendorized YCSB in sys-perf.ymldalyd2017-06-081-1/+1
| | | | This reverts commit 137354a530f24487a89166ef13c3fc2bdf2535df.
* SERVER-29485: Use vendorized YCSB in sys-perf.ymldalyd2017-06-071-1/+1
|
* SERVER-28426 Update etc/longevity.yml to use run_test.pyHenrik Ingo2017-03-311-3/+3
|
* SERVER-28539: Update perf.yml, system-perf.yml, longevity.yml to use python2 ↵dalyd2017-03-291-3/+3
| | | | for compile
* SERVER-28067: Update sys-perf.yml to copy over cluster.jsondalyd2017-02-211-4/+4
|
* SERVER-28000 sys-perf: Organize all dsi yaml config files under configurations/Henrik Ingo2017-02-141-7/+13
|
* SERVER-24348 Remove git.apply_patch from Evergreen project filesJonathan Abrahams2017-01-041-3/+0
|
* SERVER-25729 Remove shell.cleanup and shell.track calls from Evergreen ↵Jonathan Abrahams2017-01-041-1/+0
| | | | project files
* SERVER-27275 Longevity: Fix upload url for compile task so it's the same as ↵Henrik Ingo2016-12-051-1/+1
| | | | used in system_perf.yml
* SERVER-27183 sys-perf: Add runtime.yml, runtime_secret.yml and bootstrap.yml ↵Henrik Ingo2016-11-251-7/+55
| | | | modules to the ConfigDict system
* SERVER-21260: Sys-perf and longevity project to always upload logdalyd2016-11-031-49/+33
| | | | files even when there is a system failure
* SERVER-26689: Updated system-perf.yml and longevity.yml to use updated ↵dalyd2016-10-191-1/+1
| | | | setup-cluster.sh
* SERVER-26467: Increase longevity timeout for MMAP from 8 hours to match ↵dalyd2016-10-051-1/+1
| | | | wiredTiger
* SERVER-26201: Update longevity.yml calls of setup_work_env.py, ↵dalyd2016-09-211-9/+16
| | | | mongodb_setup.py, and other cleanup.
* SERVER-26074: Remove reference to variables.tf, ips.sh, and ips.py from ↵dalyd2016-09-121-2/+0
| | | | system_perf.yml and longevity.yml.
* SERVER-25395: use scons cache for perf projectsSam Kleinman2016-08-021-7/+39
|
* SERVER-25302: expand analysis phase of longevity tests to fail on spiky ↵Severyn Kozak2016-07-281-1/+1
| | | | throughput
* SERVER-25194: Update longevity.yml to copy over appropriate test_control.yml ↵dalyd2016-07-271-0/+2
| | | | file
* SERVER-24073: Updated longevity project to use dedicated work directorydalyd2016-07-121-41/+61
|
* SERVER-24750 Remove RHEL5 supportAndrew Morrow2016-06-241-2/+2
|
* SERVER-24669 Use configuration files for mongodb_setupShane Harvey2016-06-201-2/+3
|
* SERVER-24504 Always use objcopy from custom toolchainErnie Hershey2016-06-101-2/+2
|
* SERVER-24361: Fix longevity.yml syntax errordalyd2016-06-021-1/+1
|
* SERVER-24243: Turn on manifest in system_perf.yml, longevity.yml anddalyd2016-06-011-0/+2
| | | | distributed_correctness.yml
* SERVER-24260 Update system_perf.yml to use mongodb setup scriptShane Harvey2016-05-251-1/+3
|
* SERVER-24228: Change ycsb to YCSB in sytem_perf.yml and longevity.yml modulesdalyd2016-05-201-3/+3
|
* SERVER-23964: Clone all DP repos directly from Evergreen usingdalyd2016-05-091-25/+49
| | | | modules, for longevity and distributed correctness
* SERVER-23867 system_perf.yml: Refactor deployment of perf test clustersHenrik Ingo2016-04-251-6/+1
|
* SERVER-23642 system_perf.yml refactoringHenrik Ingo2016-04-181-12/+4
| | | | | | | | | | | - Collapse dsi/bin/run-*.sh scripts so that there's one each for ycsb, benchRun initialSync. - Push some "plumbing" bash code from .yml files to dsi files. - Remove dsi/bin/run-distributed_correctness_suite_2.sh It was 100% duplicate of suite_1.
* SERVER-23652 etc/system_perf.yml: Fix git clone of dsi repoHenrik Ingo2016-04-131-1/+1
|