Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@ tasks:
depends_on:
- name: check
variant: darwin
# Remove the !.mlatest when this issue is resolved
# https://jira.mongodb.org/browse/MONGOSH-592
- name: ".unit-test !.mlatest"
- name: ".unit-test"
variant: darwin
- name: compile_artifact
variant: darwin
Expand Down Expand Up @@ -550,7 +548,7 @@ tasks:
vars:
node_js_version: "14.15.1"
distribution_build_variant: win32msi

# VERIFICATION
- name: test_linux_artifact
depends_on:
Expand All @@ -567,7 +565,7 @@ tasks:
- func: test_linux_artifact
vars:
node_js_version: "14.15.1"

# SMOKE TESTS
- name: pkg_test_ssh_win32
tags: ["smoke-test"]
Expand Down Expand Up @@ -696,7 +694,7 @@ tasks:
source_distribution_build_variant: darwin
- func: write_preload_script
- func: test_artifact_macos

# RELEASE TASKS
- name: release_draft
git_tag_only: true
Expand Down