From a4f2a067bd892aa2d1b0297bdb04dd40b7eebc5c Mon Sep 17 00:00:00 2001 From: Zituo Jin Date: Thu, 7 Oct 2021 19:05:06 +0000 Subject: SERVER-60345 Remove STM Hourly Cron job --- evergreen/gen_patch_test_tags.sh | 2 +- evergreen/update_patch_failure_history.sh | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 evergreen/update_patch_failure_history.sh (limited to 'evergreen') diff --git a/evergreen/gen_patch_test_tags.sh b/evergreen/gen_patch_test_tags.sh index b473cfc2dbc..d1656f6475e 100644 --- a/evergreen/gen_patch_test_tags.sh +++ b/evergreen/gen_patch_test_tags.sh @@ -17,7 +17,7 @@ git clone git@github.com:10gen/coredb-patchbuild-optimizer.git pushd coredb-patchbuild-optimizer # Reusing bfsuggestion's password here to avoid having to # go through the process of adding a new Evergreen project expansion. -$python tagfilegenerator.py "${bfsuggestion_password}" +$python tagfilegenerator.py "${coredb_patchbuild_optimizer_password}" mv failedtesttags .. popd diff --git a/evergreen/update_patch_failure_history.sh b/evergreen/update_patch_failure_history.sh deleted file mode 100644 index 697fb55a3d8..00000000000 --- a/evergreen/update_patch_failure_history.sh +++ /dev/null @@ -1,19 +0,0 @@ -DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)" -. "$DIR/prelude.sh" - -cd src - -set -o errexit - -activate_venv -git clone git@github.com:10gen/coredb-patchbuild-optimizer.git - -pushd coredb-patchbuild-optimizer -# Copy the Evergreen config file into the working directory. -cp ../.evergreen.yml . - -$python -m pip install tornado==6.1 motor==2.4 -# Reusing bfsuggestion's password here to avoid having to -# go through the process of adding a new Evergreen project expansion. -$python -m patchbuild_optimizer "${bfsuggestion_password}" -popd -- cgit v1.2.1