From 28fcb30a8fa1f1c27bee5599716394251487c02e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 3 Mar 2021 10:50:14 +0100 Subject: [PATCH] chore(ci): depend on all unit test runs again Since https://jira.mongodb.org/browse/SERVER-54508 has been fixed, the macos + latest combination works fine again. --- .evergreen.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index 501b39dd61..7ab23f1bc7 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -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 @@ -550,7 +548,7 @@ tasks: vars: node_js_version: "14.15.1" distribution_build_variant: win32msi - + # VERIFICATION - name: test_linux_artifact depends_on: @@ -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"] @@ -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