Skip to content

Commit 42a1370

Browse files
committed
wip
1 parent b4d31d1 commit 42a1370

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.evergreen-snippets.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ tasks:
6666
- func: test_code_snippets
6767
- func: sample_commit_output
6868

69-
- name: test_kind_search_enterprise_snippets.sh
70-
tags: [ "code_snippets", "patch-run" ]
71-
commands:
72-
- func: test_code_snippets
73-
- func: sample_commit_output
74-
7569
task_groups:
7670
- name: gke_code_snippets_task_group
7771
<<: *setup_and_teardown_group_gke_code_snippets
@@ -85,7 +79,6 @@ task_groups:
8579
max_hosts: -1
8680
tasks:
8781
- test_kind_search_community_snippets.sh
88-
- test_kind_search_enterprise_snippets.sh
8982

9083
buildvariants:
9184
# These variants are used to test the code snippets and each one can be used in patches
@@ -117,7 +110,7 @@ buildvariants:
117110
allowed_requesters: [ "patch" ]
118111
run_on:
119112
- ubuntu2204-small
120-
# <<: *base_om8_dependency
113+
<<: *base_om8_dependency
121114
tasks:
122115
- name: gke_code_snippets_task_group
123116

scripts/code_snippets/sample_commit_output.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ test "${MDB_BASH_DEBUG:-0}" -eq 1 && set -x
66

77
source scripts/dev/set_env_context.sh
88

9-
echo "CODE_SNIPPETS_COMMIT_OUTPUT = ${CODE_SNIPPETS_COMMIT_OUTPUT}"
10-
119
if [[ "${CODE_SNIPPETS_COMMIT_OUTPUT:-"false"}" == "true" ]]; then
1210
echo "Pushing output files"
1311
branch="meko-snippets-update-$(date "+%Y%m%d%H%M%S")"

scripts/code_snippets/tests/test_gke_multi_cluster_snippets.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ fi
4545
# if no cmd, proceed with the test normally
4646

4747
function on_exit() {
48-
# dump_logs
49-
# cleanup
48+
dump_logs
49+
cleanup
5050
echo "test"
5151
}
5252

0 commit comments

Comments
 (0)