Skip to content

Commit 27c96fd

Browse files
authored
CSHARP-4230: evergreen.yml cleanup (#874)
1 parent 3c1f0db commit 27c96fd

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -756,16 +756,6 @@ functions:
756756
cd ${DRIVERS_TOOLS}/.evergreen/csfle
757757
$PYTHON -u kms_kmip_server.py
758758
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-
769759
cleanup:
770760
- command: shell.exec
771761
params:
@@ -839,18 +829,6 @@ post:
839829

840830
tasks:
841831

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-
854832
- name: test-net472
855833
commands:
856834
- func: bootstrap-mongo-orchestration
@@ -1022,13 +1000,6 @@ tasks:
10221000
- func: bootstrap-mongohoused
10231001
- func: run-atlas-data-lake-test
10241002

1025-
- name: publish-snapshot
1026-
depends_on:
1027-
- variant: ".tests-variant"
1028-
name: test
1029-
commands:
1030-
- func: publish-snapshot
1031-
10321003
- name: test-serverless-net472
10331004
exec_timeout_secs: 2700 # 45 minutes: 15 for setup + 30 for tests
10341005
commands:
@@ -1498,25 +1469,6 @@ axes:
14981469

14991470
buildvariants:
15001471

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-
15201472
- matrix_name: "secure-tests"
15211473
matrix_spec: { version: "*", topology: "*", auth: "auth", ssl: "ssl", os: "windows-64" }
15221474
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
@@ -1658,7 +1610,7 @@ buildvariants:
16581610

16591611
- matrix_name: plain-auth-tests
16601612
matrix_spec: { os: "*" }
1661-
display_name: "PLAIN (LDAP) Auth Tests"
1613+
display_name: "PLAIN (LDAP) Auth Tests ${os}"
16621614
tasks:
16631615
- name: plain-auth-tests
16641616

evergreen/publish.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)