Skip to content

Commit d440901

Browse files
MaciejKarasfealebenpae
authored andcommitted
Fix preflights missing python dependency (#4122)
# Summary Missing python dependency in preflight tasks caused issues for commit and daily builds. Solution was to readd `python_venv` function call to all preflight tasks. ## Proof of Work Passing preflight patch task -> https://spruce.mongodb.com/task/ops_manager_kubernetes_preflight_release_images_check_only_preflight_images_patch_e23e6c42324894c7aee18249f2c6abf76feda519_67b887359a24c300079f1951_25_02_21_14_01_26/logs?execution=0 ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](REDACTED) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question
1 parent 1f6e3d7 commit d440901

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen-tasks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tasks:
1212
tags: [ "image_preflight" ]
1313
commands:
1414
- func: clone
15+
- func: python_venv
1516
- func: setup_preflight
1617
- func: preflight_image
1718
vars:
@@ -33,6 +34,7 @@ tasks:
3334
tags: [ "image_preflight" ]
3435
commands:
3536
- func: clone
37+
- func: python_venv
3638
- func: setup_preflight
3739
- func: preflight_image
3840
vars:
@@ -42,6 +44,7 @@ tasks:
4244
tags: [ "image_preflight" ]
4345
commands:
4446
- func: clone
47+
- func: python_venv
4548
- func: setup_preflight
4649
- func: preflight_image
4750
vars:
@@ -51,6 +54,7 @@ tasks:
5154
tags: [ "image_preflight" ]
5255
commands:
5356
- func: clone
57+
- func: python_venv
5458
- func: setup_preflight
5559
- func: preflight_image
5660
vars:
@@ -60,6 +64,7 @@ tasks:
6064
tags: [ "image_preflight" ]
6165
commands:
6266
- func: clone
67+
- func: python_venv
6368
- func: setup_preflight
6469
- func: preflight_image
6570
vars:

0 commit comments

Comments
 (0)