Skip to content

Commit

Permalink
Remove performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed May 29, 2020
1 parent 5634570 commit 1ca6ab1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
30 changes: 0 additions & 30 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,21 +344,6 @@ functions:
${PREPARE_SHELL}
echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
"run perf tests":
- command: shell.exec
type: test
params:
working_dir: "src"
script: |
${PREPARE_SHELL}
PROJECT_DIRECTORY=${PROJECT_DIRECTORY} .evergreen/run-perf-tests.sh
"send dashboard data":
- command: json.send
params:
name: perf
file: src/results.json

# Anchors

hosts: &hosts
Expand Down Expand Up @@ -437,13 +422,6 @@ tasks:
commands:
- func: "publish snapshot"

- name: "perf"
tags: ["perf"]
commands:
- func: "bootstrap mongo-orchestration"
- func: "run perf tests"
- func: "send dashboard data"

- name: "mmapv1-storage-test"
commands:
- func: "bootstrap mongo-orchestration"
Expand Down Expand Up @@ -687,14 +665,6 @@ buildvariants:
tasks:
- name: "gssapi-auth-test"

- matrix_name: "perf"
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk9", version: "*", topology: "standalone", os: "linux" }
batchtime: 1440 # run once a day
display_name: "Perf Tests ${version} "
tags: ["perf-variant"]
tasks:
- name: "perf"

- matrix_name: "tests-embedded"
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "*", version: ["4.2"], topology: "standalone", os: "ubuntu" }
exclude_spec: { auth: "*", ssl: "*", jdk: "jdk6", version: "*", topology: "*", os: "*" }
Expand Down
23 changes: 0 additions & 23 deletions .evergreen/run-perf-tests.sh

This file was deleted.

0 comments on commit 1ca6ab1

Please sign in to comment.