Skip to content

Commit 40fbea7

Browse files
committed
Add the kubectl plugin build task to the gke snippets dependencies
Signed-off-by: Yavor Georgiev <[email protected]>
1 parent c6c0220 commit 40fbea7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen-snippets.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ buildvariants:
143143
allowed_requesters: [ "patch" ]
144144
run_on:
145145
- ubuntu2404-small
146+
depends_on:
147+
- name: build_kubectl_mongodb_plugin
148+
variant: init_test_run
146149
tasks:
147150
- name: gke_code_snippets_task_group
148151

@@ -162,6 +165,9 @@ buildvariants:
162165
allowed_requesters: [ "patch" ]
163166
run_on:
164167
- ubuntu2404-small
168+
depends_on:
169+
- name: build_kubectl_mongodb_plugin
170+
variant: init_test_run
165171
<<: *base_om8_dependency
166172
tasks:
167173
- name: gke_code_snippets_task_group

0 commit comments

Comments
 (0)