SERVER-71518 Use S3 test stats in mongo-task-generator
(cherry picked from commit f590e94413)
This commit is contained in:
committed by
Evergreen Agent
parent
9a15a92ffb
commit
8683d7af18
@@ -13,4 +13,5 @@ PATH=$PATH:$HOME:/ ./mongo-task-generator \
|
||||
--evg-auth-file ./.evergreen.yml \
|
||||
--evg-project-file ${evergreen_config_file_path} \
|
||||
--generate-sub-tasks-config etc/generate_subtasks_config.yml \
|
||||
--s3-test-stats-endpoint https://mongo-test-stats.s3.amazonaws.com \
|
||||
$@
|
||||
|
||||
@@ -13,5 +13,6 @@ PATH=$PATH:$HOME:/ ./mongo-task-generator \
|
||||
--evg-auth-file ./.evergreen.yml \
|
||||
--evg-project-file ${evergreen_config_file_path} \
|
||||
--generate-sub-tasks-config etc/generate_subtasks_config.yml \
|
||||
--s3-test-stats-endpoint https://mongo-test-stats.s3.amazonaws.com \
|
||||
--burn-in \
|
||||
$@
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
function setup_mongo_task_generator {
|
||||
if [ ! -f mongo-task-generator ]; then
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.6.2/mongo-task-generator --output mongo-task-generator
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.6.7/mongo-task-generator --output mongo-task-generator
|
||||
chmod +x mongo-task-generator
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user