0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-94785 Detect file changes in the commit-queue for burn-in (#27359)

GitOrigin-RevId: 361fc5b4d5226dc37373a9990749456be3c38a90
This commit is contained in:
Mikhail Shchatko 2024-09-23 18:16:52 +03:00 committed by MongoDB Bot
parent de3dcf9e26
commit 96fa87fe79

View File

@ -8,7 +8,12 @@ set -o verbose
setup_mongo_task_generator
activate_venv
base_revision="$(git merge-base ${revision} HEAD)"
echo "Base patch revision: $base_revision"
$python buildscripts/burn_in_tests.py generate-test-membership-map-file-for-ci
RUST_BACKTRACE=full PATH=$PATH:$HOME:/ ./mongo-task-generator \
--expansion-file ../expansions.yml \
--evg-auth-file ./.evergreen.yml \
@ -16,4 +21,5 @@ RUST_BACKTRACE=full PATH=$PATH:$HOME:/ ./mongo-task-generator \
--generate-sub-tasks-config etc/generate_subtasks_config.yml \
--s3-test-stats-endpoint https://mongo-test-stats.s3.amazonaws.com \
--burn-in \
--burn-in-tests-command "python buildscripts/burn_in_tests.py run --origin-rev=$base_revision" \
$@