Skip to content

Commit 7585256

Browse files
authored
Remove private_gke_code_snippets from staging builds (#452)
# Summary Based on discussion we had in [thread](https://mongodb.slack.com/archives/C090D3JTCCT/p1757945156066799?thread_ts=1757942958.119979&cid=C090D3JTCCT) I'm disabling the `private_gke_code_snippets` which are continuously failing on master due to GKE resource exhaustion. ## Proof of Work no-op ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent 401d299 commit 7585256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen-snippets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ buildvariants:
164164
tasks:
165165
- name: kind_code_snippets_task_group
166166

167+
#TODO: this task was disabled from automatic runs due to GKE resource issues https://jira.mongodb.org/browse/CLOUDP-345083
167168
- name: private_gke_code_snippets
168169
display_name: private_gke_code_snippets
169-
tags: [ "staging", "e2e_test_suite" ]
170+
tags: [ "manual_patch", "e2e_test_suite" ]
170171
allowed_requesters: [ "patch" ]
171172
run_on:
172173
- ubuntu2404-small
@@ -177,7 +178,6 @@ buildvariants:
177178
- name: private_kind_code_snippets
178179
display_name: private_kind_code_snippets
179180
tags: [ "pr_patch", "staging", "e2e_test_suite" ]
180-
allowed_requesters: [ "patch", "github_pr" ]
181181
run_on:
182182
- ubuntu2404-large
183183
<<: *base_om8_dependency

0 commit comments

Comments
 (0)