diff options
author | dalyd <david.daly@mongodb.com> | 2018-01-29 17:43:45 -0500 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2018-01-30 10:31:29 -0500 |
commit | 78b96cbd2d39f3ceff2ecb8e0029e95c18d6506d (patch) | |
tree | c71fd093233dfb779a26f6b9d60209466aa53481 /etc/longevity.yml | |
parent | 7cbd64fba871bf8543ec0f9b7c6429dd30b978c9 (diff) | |
download | mongo-78b96cbd2d39f3ceff2ecb8e0029e95c18d6506d.tar.gz |
SERVER-32891: Sys-perf change order of mongodb_setup and workload_setup calls
Diffstat (limited to 'etc/longevity.yml')
-rw-r--r-- | etc/longevity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml index 068bf572b2f..df7bc7f6775 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -134,8 +134,8 @@ functions: source ./dsienv.sh source ./venv/bin/activate infrastructure_provisioning.py - mongodb_setup.py workload_setup.py + mongodb_setup.py "run test": - command: shell.exec |