File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,6 @@ tasks:
66
66
- func : test_code_snippets
67
67
- func : sample_commit_output
68
68
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
-
75
69
task_groups :
76
70
- name : gke_code_snippets_task_group
77
71
<< : *setup_and_teardown_group_gke_code_snippets
@@ -85,7 +79,6 @@ task_groups:
85
79
max_hosts : -1
86
80
tasks :
87
81
- test_kind_search_community_snippets.sh
88
- - test_kind_search_enterprise_snippets.sh
89
82
90
83
buildvariants :
91
84
# These variants are used to test the code snippets and each one can be used in patches
@@ -117,7 +110,7 @@ buildvariants:
117
110
allowed_requesters : [ "patch" ]
118
111
run_on :
119
112
- ubuntu2204-small
120
- # <<: *base_om8_dependency
113
+ << : *base_om8_dependency
121
114
tasks :
122
115
- name : gke_code_snippets_task_group
123
116
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ test "${MDB_BASH_DEBUG:-0}" -eq 1 && set -x
6
6
7
7
source scripts/dev/set_env_context.sh
8
8
9
- echo " CODE_SNIPPETS_COMMIT_OUTPUT = ${CODE_SNIPPETS_COMMIT_OUTPUT} "
10
-
11
9
if [[ " ${CODE_SNIPPETS_COMMIT_OUTPUT:- " false" } " == " true" ]]; then
12
10
echo " Pushing output files"
13
11
branch=" meko-snippets-update-$( date " +%Y%m%d%H%M%S" ) "
Original file line number Diff line number Diff line change 45
45
# if no cmd, proceed with the test normally
46
46
47
47
function on_exit() {
48
- # dump_logs
49
- # cleanup
48
+ dump_logs
49
+ cleanup
50
50
echo " test"
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments