summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorAlexander Costas <alexander.costas@mongodb.com>2019-11-06 21:40:43 +0000
committerevergreen <evergreen@mongodb.com>2019-11-06 21:40:43 +0000
commita86ca08c2e7c385821c8bf0eabef16f10e6f4cec (patch)
tree4c8aa3105bdb98fd9e1d7e05e71098b60ac2dd82 /etc/perf.yml
parent43aed8a9d1edcca0ea95c8b27efaf595fa1f7776 (diff)
downloadmongo-a86ca08c2e7c385821c8bf0eabef16f10e6f4cec.tar.gz
SERVER-44140: Use signal processing without DSI
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml24
1 files changed, 11 insertions, 13 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index a1d67267f3f..b7d7e920e05 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -170,19 +170,16 @@ functions:
working_dir: src
silent: true
script: |
- set -o errexit
-
- # Create the Evergreen API credentials
- cat > .evergreen.yml <<END_OF_CREDS
- api_server_host: https://evergreen.mongodb.com/api
- api_key: "${evergreen_api_key}"
- user: "${evergreen_api_user}"
- END_OF_CREDS
- - command: shell.exec
- params:
- working_dir: src
- script: |
- ./dsi/run-dsi detect-changes --evergreen-api-config .evergreen.yml
+ is_patch=${is_patch}
+ task_id=${task_id}
+ perf_jira_user=${perf_jira_user}
+ perf_jira_pw=${perf_jira_pw}
+ dsi_analysis_atlas_user=${dsi_analysis_atlas_user}
+ dsi_analysis_atlas_pw=${dsi_analysis_atlas_pw}
+ evergreen_api_key=${evergreen_api_key}
+ evergreen_api_user=${evergreen_api_user}
+ source ./buildscripts/signal_processing_setup.sh
+ detect-changes --evergreen-api-config .evergreen.yml
- command: shell.exec
type: test
params:
@@ -190,6 +187,7 @@ functions:
script: |
set -o errexit
set -o verbose
+ ./dsi/run-dsi setup
source ./dsi/dsi_venv/bin/activate
# Any tasks that want the analysis scripts to analyze mongod.log files should pass in