@@ -756,16 +756,6 @@ functions:
756
756
cd ${DRIVERS_TOOLS}/.evergreen/csfle
757
757
$PYTHON -u kms_kmip_server.py
758
758
759
- publish-snapshot :
760
- - command : shell.exec
761
- type : test
762
- params :
763
- silent : true
764
- working_dir : mongo-csharp-driver
765
- script : |
766
- # DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
767
- PROJECT_DIRECTORY=${PROJECT_DIRECTORY} evergreen/publish.sh
768
-
769
759
cleanup :
770
760
- command : shell.exec
771
761
params :
@@ -839,18 +829,6 @@ post:
839
829
840
830
tasks :
841
831
842
- - name : compile
843
- commands :
844
- - func : exec-script
845
- vars :
846
- file : " evergreen/compile.sh"
847
- # - func: upload-build
848
-
849
- - name : test
850
- commands :
851
- - func : bootstrap-mongo-orchestration
852
- - func : run-tests
853
-
854
832
- name : test-net472
855
833
commands :
856
834
- func : bootstrap-mongo-orchestration
@@ -1022,13 +1000,6 @@ tasks:
1022
1000
- func : bootstrap-mongohoused
1023
1001
- func : run-atlas-data-lake-test
1024
1002
1025
- - name : publish-snapshot
1026
- depends_on :
1027
- - variant : " .tests-variant"
1028
- name : test
1029
- commands :
1030
- - func : publish-snapshot
1031
-
1032
1003
- name : test-serverless-net472
1033
1004
exec_timeout_secs : 2700 # 45 minutes: 15 for setup + 30 for tests
1034
1005
commands :
@@ -1498,25 +1469,6 @@ axes:
1498
1469
1499
1470
buildvariants :
1500
1471
1501
- - name : windows-64-compile
1502
- display_name : " Windows 64-bit compile"
1503
- run_on :
1504
- - windows-64-vs2017-compile
1505
- tasks :
1506
- - name : compile
1507
- - name : ubuntu1804-compile
1508
- display_name : " Ubuntu 18.04 compile"
1509
- run_on :
1510
- - ubuntu1804-test
1511
- tasks :
1512
- - name : compile
1513
- - name : macos1100-compile
1514
- display_name : " macOS 11.00 compile"
1515
- run_on :
1516
- - macos-1100
1517
- tasks :
1518
- - name : compile
1519
-
1520
1472
- matrix_name : " secure-tests"
1521
1473
matrix_spec : { version: "*", topology: "*", auth: "auth", ssl: "ssl", os: "windows-64" }
1522
1474
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
@@ -1658,7 +1610,7 @@ buildvariants:
1658
1610
1659
1611
- matrix_name : plain-auth-tests
1660
1612
matrix_spec : { os: "*" }
1661
- display_name : " PLAIN (LDAP) Auth Tests"
1613
+ display_name : " PLAIN (LDAP) Auth Tests ${os} "
1662
1614
tasks :
1663
1615
- name : plain-auth-tests
1664
1616
0 commit comments