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:
parent
cfe9d2477f
commit
a0173c1230
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user