0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-32583: Sys-perf update bootstrap variables to use proper ConfigDict Names

This commit is contained in:
dalyd 2018-02-27 15:43:12 -05:00
parent cfe9d2477f
commit a0173c1230
2 changed files with 6 additions and 6 deletions

View File

@ -55,11 +55,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

View File

@ -78,11 +78,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