Skip to content

Commit 18a5bd2

Browse files
committed
Enterprise Search snippets
1 parent eb64e78 commit 18a5bd2

File tree

65 files changed

+1631
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1631
-7
lines changed

.evergreen-tasks.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ tasks:
8484
- func: test_code_snippets
8585
- func: sample_commit_output
8686

87-
- name: task_kind_community_search_snippets
87+
- name: task_kind_search_community_snippets
88+
tags: [ "code_snippets", "patch-run" ]
89+
commands:
90+
- func: test_code_snippets
91+
- func: sample_commit_output
92+
93+
- name: task_kind_search_enterprise_snippets
8894
tags: [ "code_snippets", "patch-run" ]
8995
commands:
9096
- func: test_code_snippets

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,8 @@ task_groups:
669669
<<: *setup_and_teardown_group_kind_code_snippets
670670
max_hosts: -1
671671
tasks:
672-
- task_kind_community_search_snippets
672+
- task_kind_search_community_snippets
673+
- task_kind_search_enterprise_snippets
673674

674675
# Task group for deploying mongodbcommunity resources and testing the (former) MCO
675676
- name: e2e_mdb_community_task_group

0 commit comments

Comments
 (0)