Skip to content

Commit ea47a41

Browse files
committed
CSHARP-3044: Remove compile task from evergreen configuration
1 parent 44fff3f commit ea47a41

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

evergreen/evergreen.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -596,31 +596,19 @@ tasks:
596596
# - func: upload-build
597597

598598
- name: test
599-
depends_on:
600-
- variant: windows-64-compile
601-
name: compile
602599
commands:
603600
- func: bootstrap-mongo-orchestration
604601
- func: run-tests
605602

606603
- name: atlas-connectivity-tests
607-
depends_on:
608-
- variant: windows-64-compile
609-
name: compile
610604
commands:
611605
- func: run-atlas-connectivity-tests
612606

613607
- name: plain-auth-tests
614-
depends_on:
615-
- variant: windows-64-compile
616-
name: compile
617608
commands:
618609
- func: run-plain-auth-tests
619610

620611
- name: aws-auth-tests
621-
depends_on:
622-
- variant: windows-64-compile
623-
name: compile
624612
commands:
625613
- func: bootstrap-mongo-orchestration
626614
vars:

0 commit comments

Comments
 (0)