Skip to content

Commit 38106ea

Browse files
authored
Merge branch 'master' into fealebenpae/search-helm-values
2 parents f0e4b70 + c4502f6 commit 38106ea

File tree

146 files changed

+4363
-1078
lines changed

Some content is hidden

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

146 files changed

+4363
-1078
lines changed

.evergreen-snippets.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,21 @@ variables:
1414

1515
- &setup_and_teardown_group_kind_code_snippets
1616
setup_task_can_fail_task: true
17+
setup_group_can_fail_task: true
1718
setup_group:
1819
- func: clone
1920
- func: cleanup_exec_environment
2021
- func: download_kube_tools
2122
- func: configure_docker_auth
2223
- func: setup_kubernetes_environment
24+
- func: python_venv
25+
- func: setup_cloud_qa
2326
teardown_task:
2427
- func: upload_e2e_logs
2528
- func: upload_code_snippets_logs
2629
- func: upload_code_snippets_outputs
30+
- func: teardown_kubernetes_environment
31+
- func: teardown_cloud_qa
2732

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

118+
- name: test_kind_search_enterprise_snippets.sh
119+
tags: [ "code_snippets", "patch-run" ]
120+
commands:
121+
- func: test_code_snippets
122+
- func: sample_commit_output
123+
113124
task_groups:
114125
- name: gke_code_snippets_task_group
115126
<<: *setup_and_teardown_group_gke_code_snippets
@@ -123,6 +134,7 @@ task_groups:
123134
max_hosts: -1
124135
tasks:
125136
- test_kind_search_community_snippets.sh
137+
- test_kind_search_enterprise_snippets.sh
126138

127139
buildvariants:
128140
# These variants are used to test the code snippets and each one can be used in patches

.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

docker/mongodb-kubernetes-tests/tests/search/fixtures/mongodbuser-search-sync-source-user.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# user used by MongoDB Search to connect to MongoDB database to synchronize data from.
1+
# User used by MongoDB Search to connect to MongoDB database to synchronize data from.
22
# For MongoDB <8.2, the operator will be creating the searchCoordinator custom role automatically
33
# From MongoDB 8.2, searchCoordinator role will be a built-in role.
44
apiVersion: mongodb.com/v1

docs/community-search/quick-start/README.md

Lines changed: 0 additions & 442 deletions
This file was deleted.

docs/community-search/quick-start/README.md.j2

Lines changed: 0 additions & 206 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/community-search/quick-start/code_snippets/0200_configure_community_search_pullsecret.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/community-search/quick-start/code_snippets/0210_verify_community_search_pullsecret.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)