@@ -344,21 +344,6 @@ functions:
344344 ${PREPARE_SHELL}
345345 echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
346346
347- " run perf tests " :
348- - command : shell.exec
349- type : test
350- params :
351- working_dir : " src"
352- script : |
353- ${PREPARE_SHELL}
354- PROJECT_DIRECTORY=${PROJECT_DIRECTORY} .evergreen/run-perf-tests.sh
355-
356- " send dashboard data " :
357- - command : json.send
358- params :
359- name : perf
360- file : src/results.json
361-
362347# Anchors
363348
364349hosts : &hosts
@@ -437,13 +422,6 @@ tasks:
437422 commands :
438423 - func : " publish snapshot"
439424
440- - name : " perf"
441- tags : ["perf"]
442- commands :
443- - func : " bootstrap mongo-orchestration"
444- - func : " run perf tests"
445- - func : " send dashboard data"
446-
447425 - name : " mmapv1-storage-test"
448426 commands :
449427 - func : " bootstrap mongo-orchestration"
@@ -687,14 +665,6 @@ buildvariants:
687665 tasks :
688666 - name : " gssapi-auth-test"
689667
690- - matrix_name : " perf"
691- matrix_spec : { auth: "noauth", ssl: "nossl", jdk: "jdk9", version: "*", topology: "standalone", os: "linux" }
692- batchtime : 1440 # run once a day
693- display_name : " Perf Tests ${version} "
694- tags : ["perf-variant"]
695- tasks :
696- - name : " perf"
697-
698668- matrix_name : " tests-embedded"
699669 matrix_spec : { auth: "noauth", ssl: "nossl", jdk: "*", version: ["4.2"], topology: "standalone", os: "ubuntu" }
700670 exclude_spec : { auth: "*", ssl: "*", jdk: "jdk6", version: "*", topology: "*", os: "*" }
0 commit comments