File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
docs/search/enterprise/quick-start Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,12 @@ variables:
104
104
- func : download_kube_tools
105
105
- func : configure_docker_auth
106
106
- func : setup_kubernetes_environment
107
+ - func : setup_cloud_qa
107
108
teardown_task :
108
109
- func : upload_e2e_logs
109
110
- func : upload_code_snippets_logs
111
+ - func : teardown_kubernetes_environment
112
+ - func : teardown_cloud_qa
110
113
111
114
- &setup_and_teardown_task_cloudqa
112
115
setup_task_can_fail_task : true
Original file line number Diff line number Diff line change
1
+ if [[ " ${ops_manager_version} " == " cloud_qa" && -n " ${PROJECT_DIR} " ]]; then
2
+ pushd " ${PROJECT_DIR} "
3
+ scripts/dev/configure_operator.sh
4
+ popd
5
+ fi
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ prepare_snippets
13
13
14
14
run 0045_create_namespaces.sh
15
15
run 0046_create_image_pull_secrets.sh
16
+ run 0050_configure_ops_manager_project.sh
16
17
17
18
run_for_output 090_helm_add_mogodb_repo.sh
18
19
run_for_output 0100_install_operator.sh
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ script_dir=$(dirname "${script_name}")
10
10
source " ${script_dir} /root-context"
11
11
source " ${script_dir} /e2e_mdb_community"
12
12
13
- export NAMESPACE=mongodb
13
+ export NAMESPACE=mongodb-test
14
14
export CODE_SNIPPETS_FLAVOR=e2e_private
15
+
16
+ export ops_manager_version=" cloud_qa"
You can’t perform that action at this time.
0 commit comments