SERVER-71518 Use S3 test stats in mongo-task-generator

(cherry picked from commit f590e94413)
This commit is contained in:
Mikhail Shchatko
2022-11-21 17:21:35 +00:00
committed by Evergreen Agent
parent 9a15a92ffb
commit 8683d7af18
3 changed files with 3 additions and 1 deletions

View File

@@ -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 \
$@

View File

@@ -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 \
$@

View File

@@ -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
}