0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00

SERVER-53992: Remove calls to detect-outliers

This commit is contained in:
David Bradford 2021-01-22 16:23:18 -05:00 committed by Evergreen Agent
parent ca9f854ac4
commit 9c8fde5220
2 changed files with 0 additions and 34 deletions

View File

@ -189,23 +189,6 @@ functions:
set -o verbose
source ./signal_processing_venv/bin/activate
detect-changes --config .signal-processing.yml --mongo-repo=./src/mongo -v
- command: shell.exec
params:
script: |
set -o verbose
source ./signal_processing_venv/bin/activate
detect-outliers --config .signal-processing.yml
- command: shell.exec
type: setup
params:
script: |
set -o verbose
filename=rejects.json
if [ -s "$filename" ]; then
echo "Rejecting task due to the following outliers:"
cat "$filename"
exit ${detected_outlier_exit_code|0}
fi
- command: shell.exec
type: test
params:

View File

@ -194,23 +194,6 @@ functions:
set -o verbose
source ./signal_processing_venv/bin/activate
detect-changes --config .signal-processing.yml --mongo-repo=./src/mongo
- command: shell.exec
params:
script: |
set -o verbose
source ./signal_processing_venv/bin/activate
detect-outliers --config .signal-processing.yml
- command: shell.exec
type: setup
params:
script: |
set -o verbose
filename=rejects.json
if [ -s "$filename" ]; then
echo "Rejecting task due to the following outliers:"
cat "$filename"
exit ${detected_outlier_exit_code|0}
fi
- command: shell.exec
type: test
params: