@@ -344,21 +344,6 @@ functions:
344
344
${PREPARE_SHELL}
345
345
echo '{"results": [{ "status": "FAIL", "test_file": "Build", "log_raw": "No test-results.json found was created" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
346
346
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
-
362
347
# Anchors
363
348
364
349
hosts : &hosts
@@ -437,13 +422,6 @@ tasks:
437
422
commands :
438
423
- func : " publish snapshot"
439
424
440
- - name : " perf"
441
- tags : ["perf"]
442
- commands :
443
- - func : " bootstrap mongo-orchestration"
444
- - func : " run perf tests"
445
- - func : " send dashboard data"
446
-
447
425
- name : " mmapv1-storage-test"
448
426
commands :
449
427
- func : " bootstrap mongo-orchestration"
@@ -687,14 +665,6 @@ buildvariants:
687
665
tasks :
688
666
- name : " gssapi-auth-test"
689
667
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
-
698
668
- matrix_name : " tests-embedded"
699
669
matrix_spec : { auth: "noauth", ssl: "nossl", jdk: "*", version: ["4.2"], topology: "standalone", os: "ubuntu" }
700
670
exclude_spec : { auth: "*", ssl: "*", jdk: "jdk6", version: "*", topology: "*", os: "*" }
0 commit comments