chore: add bash to uv_base#1699
chore: add bash to uv_base#1699kristina-solovyova wants to merge 1 commit into09-16-chore_add_debug_steps_for_upgrade-extended_test_ci_flow_artifactsfrom
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label main-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Add anton/matt/sergey/kristina as reviwers on operator PRs" took an action on this PR • (09/16/25)1 reviewer was added to this PR based on Anton Bykov's automation. |
🤖 WekAI Remote Test ExecutionStatus: ❌ Failed Error Details: Last updated: 2025-09-16 12:28:01 UTC • Commit: 7005888 |
Merge activity
|

TL;DR
Add bash to the uv Alpine container to support script execution.
What changed?
Added a new
with_execcommand to the_uv_base()function that installs bash in the Alpine-based uv container usingapk add --no-cache bash.How to test?
Use hooks. Do basic cluster healthcheck (wekacluster status.status == "Ready") after cluster is setup.