summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 43a8185ce83..e8d250c512c 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -433,31 +433,6 @@ functions:
https_validate_certificates = False
EOF
- "call BF Suggestion service":
- command: shell.exec
- params:
- working_dir: src
- shell: bash
- silent: true
- script: |
- report_file="report.json"
- # Check if the report file exists and has failures.
- if [ -f $report_file ] && grep -Eq "\"failures\": [1-9]" $report_file; then
- # Calling the BF Suggestion server endpoint to start feature extraction.
- payload="{\"task_id\": \"${task_id}\", \"execution\": ${execution}}"
- echo "Sending task info to the BF suggestion service"
- # The --user option is passed through stdin to avoid showing in process list.
- user_option="--user ${bfsuggestion_user}:${bfsuggestion_password}"
- curl --header "Content-Type: application/json" \
- --data "$payload" \
- --max-time 10 \
- --silent \
- --show-error \
- --config - \
- https://bfsuggestion.corp.mongodb.com/tasks <<< $user_option
- echo "Request to BF Suggestion service status: $?"
- fi
-
"upload debugsymbols" : &upload_debugsymbols
command: s3.put
params:
@@ -2068,7 +2043,6 @@ post:
- src/archive.json
- func: "save ec2 task artifacts"
- - func: "call BF Suggestion service"
- func: "kill processes"
- func: "save local client logs"
# Print out any Out of Memory killed process messages.