Skip to content

Commit 25d0a65

Browse files
authored
chore(ci): depend on all unit test runs again (#689)
Since https://jira.mongodb.org/browse/SERVER-54508 has been fixed, the macos + latest combination works fine again.
1 parent cd51702 commit 25d0a65

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.evergreen.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,7 @@ tasks:
450450
depends_on:
451451
- name: check
452452
variant: darwin
453-
# Remove the !.mlatest when this issue is resolved
454-
# https://jira.mongodb.org/browse/MONGOSH-592
455-
- name: ".unit-test !.mlatest"
453+
- name: ".unit-test"
456454
variant: darwin
457455
- name: compile_artifact
458456
variant: darwin
@@ -550,7 +548,7 @@ tasks:
550548
vars:
551549
node_js_version: "14.15.1"
552550
distribution_build_variant: win32msi
553-
551+
554552
# VERIFICATION
555553
- name: test_linux_artifact
556554
depends_on:
@@ -567,7 +565,7 @@ tasks:
567565
- func: test_linux_artifact
568566
vars:
569567
node_js_version: "14.15.1"
570-
568+
571569
# SMOKE TESTS
572570
- name: pkg_test_ssh_win32
573571
tags: ["smoke-test"]
@@ -696,7 +694,7 @@ tasks:
696694
source_distribution_build_variant: darwin
697695
- func: write_preload_script
698696
- func: test_artifact_macos
699-
697+
700698
# RELEASE TASKS
701699
- name: release_draft
702700
git_tag_only: true

0 commit comments

Comments
 (0)