Skip to content

Commit 05b06cd

Browse files
fealebenpaelsierant
authored andcommitted
Enterprise Search snippets
1 parent ef4880a commit 05b06cd

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
@@ -635,7 +635,8 @@ task_groups:
635635
<<: *setup_and_teardown_group_kind_code_snippets
636636
max_hosts: -1
637637
tasks:
638-
- task_kind_community_search_snippets
638+
- task_kind_search_community_snippets
639+
- task_kind_search_enterprise_snippets
639640

640641
# Task group for deploying mongodbcommunity resources and testing the (former) MCO
641642
- name: e2e_mdb_community_task_group
File renamed without changes.

docs/community-search/quick-start/code_snippets/0045_create_namespaces.sh renamed to docs/search/community/quick-start/code_snippets/0045_create_namespaces.sh

File renamed without changes.

docs/community-search/quick-start/code_snippets/0046_create_image_pull_secrets.sh renamed to docs/search/community/quick-start/code_snippets/0046_create_image_pull_secrets.sh

File renamed without changes.

docs/community-search/quick-start/code_snippets/0100_install_operator.sh renamed to docs/search/community/quick-start/code_snippets/0100_install_operator.sh

File renamed without changes.

docs/community-search/quick-start/code_snippets/0305_create_mongodb_community_user_secrets.sh renamed to docs/search/community/quick-start/code_snippets/0305_create_mongodb_community_user_secrets.sh

File renamed without changes.

docs/community-search/quick-start/code_snippets/0310_create_mongodb_community_resource.sh renamed to docs/search/community/quick-start/code_snippets/0310_create_mongodb_community_resource.sh

File renamed without changes.

docs/community-search/quick-start/code_snippets/0315_wait_for_community_resource.sh renamed to docs/search/community/quick-start/code_snippets/0315_wait_for_community_resource.sh

File renamed without changes.

0 commit comments

Comments
 (0)