You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: provide MinIO + ROCKETRIDE_TEST_S3_* for S3Store tests (Linux)
Wires a local MinIO into the Linux build's Test step so the S3Store
integration tests (gated on boto3 + ROCKETRIDE_TEST_S3_*) run in CI.
Ubuntu-only (service containers aren't available on win/macOS), and
continue-on-error + late var-export keep a MinIO hiccup from ever
blocking a CI/release build (tests skip cleanly). Preinstalls boto3
(an optional extra) so the suite actually activates.
Tests themselves land via Stepan's feat/deploy-v2 (commit 027bb64).
0 commit comments