summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2018-02-27 15:43:12 -0500
committerdalyd <david.daly@mongodb.com>2018-02-28 09:17:35 -0500
commit88a553287ab648d66e5ec96b328c6c1bbd88cc34 (patch)
treefc7ba98d90ac673b39d12d15648f722c8cb40a7a
parente59d00a7323cbe3c164ab41ef4c53a4638caba5d (diff)
downloadmongo-88a553287ab648d66e5ec96b328c6c1bbd88cc34.tar.gz
SERVER-32583: Sys-perf update bootstrap variables to use proper ConfigDict Names
(cherry picked from commit a0173c12306a457d3b653daea77966c6748e202a)
-rw-r--r--etc/longevity.yml6
-rw-r--r--etc/system_perf.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index d627fbdb300..0bcec55d0e5 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -57,11 +57,11 @@ functions:
working_dir: work
script: |
cat > bootstrap.yml <<EOF
- cluster_type: ${cluster}
+ infrastructure_provisioning: ${cluster}
platform: ${platform}
- setup: ${setup}
+ mongodb_setup: ${setup}
storageEngine: ${storageEngine}
- test: ${test}.longevity
+ test_control: ${test}.longevity
production: true
workloads_dir: ../src/workloads/workloads
ycsb_dir: ../src/YCSB/YCSB
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index e366819c94a..127a30de930 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -80,11 +80,11 @@ functions:
working_dir: work
script: |
cat > bootstrap.yml <<EOF
- cluster_type: ${cluster}
+ infrastructure_provisioning: ${cluster}
platform: ${platform}
- setup: ${setup}
+ mongodb_setup: ${setup}
storageEngine: ${storageEngine}
- test: ${test}
+ test_control: ${test}
production: true
mongodb_binary_archive: "https://s3.amazonaws.com/mciuploads/${project}/${version_id}/${revision}/${platform}/mongod-${version_id}.tar.gz"
workloads_dir: ../src/workloads/workloads