Skip to content

Commit 687c4df

Browse files
committed
Enterprise Search snippets
1 parent 7dedfee commit 687c4df

File tree

65 files changed

+1630
-6
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

+1630
-6
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
@@ -676,7 +676,8 @@ task_groups:
676676
<<: *setup_and_teardown_group_kind_code_snippets
677677
max_hosts: -1
678678
tasks:
679-
- task_kind_community_search_snippets
679+
- task_kind_search_community_snippets
680+
- task_kind_search_enterprise_snippets
680681

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

0 commit comments

Comments
 (0)