Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .evergreen-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ variables:

- &setup_and_teardown_group_kind_code_snippets
setup_task_can_fail_task: true
setup_group_can_fail_task: true
setup_group:
- func: clone
- func: cleanup_exec_environment
- func: download_kube_tools
- func: configure_docker_auth
- func: setup_kubernetes_environment
- func: python_venv
- func: setup_cloud_qa
teardown_task:
- func: upload_e2e_logs
- func: upload_code_snippets_logs
- func: upload_code_snippets_outputs
- func: teardown_kubernetes_environment
- func: teardown_cloud_qa

# This variable is copied over from .evergreen.yml because anchors don't work for included files
- &base_om8_dependency
Expand Down Expand Up @@ -110,6 +115,12 @@ tasks:
- func: test_code_snippets
- func: sample_commit_output

- name: test_kind_search_enterprise_snippets.sh
tags: [ "code_snippets", "patch-run" ]
commands:
- func: test_code_snippets
- func: sample_commit_output

task_groups:
- name: gke_code_snippets_task_group
<<: *setup_and_teardown_group_gke_code_snippets
Expand All @@ -123,6 +134,7 @@ task_groups:
max_hosts: -1
tasks:
- test_kind_search_community_snippets.sh
- test_kind_search_enterprise_snippets.sh

buildvariants:
# These variants are used to test the code snippets and each one can be used in patches
Expand Down
8 changes: 7 additions & 1 deletion .evergreen-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ tasks:
- func: test_code_snippets
- func: sample_commit_output

- name: task_kind_community_search_snippets
- name: task_kind_search_community_snippets
tags: [ "code_snippets", "patch-run" ]
commands:
- func: test_code_snippets
- func: sample_commit_output

- name: task_kind_search_enterprise_snippets
tags: [ "code_snippets", "patch-run" ]
commands:
- func: test_code_snippets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# user used by MongoDB Search to connect to MongoDB database to synchronize data from.
# User used by MongoDB Search to connect to MongoDB database to synchronize data from.
# For MongoDB <8.2, the operator will be creating the searchCoordinator custom role automatically
# From MongoDB 8.2, searchCoordinator role will be a built-in role.
apiVersion: mongodb.com/v1
Expand Down
442 changes: 0 additions & 442 deletions docs/community-search/quick-start/README.md

This file was deleted.

206 changes: 0 additions & 206 deletions docs/community-search/quick-start/README.md.j2

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading