TRT-2931: pull postgres and redis sidecars from QCI - #4004
Conversation
Stop pulling docker.io for the devcontainer sidecars. Use the sclorg images mirrored to quay.io/openshift/ci, and pass the env vars those images require. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@smg247: This pull request references TRT-2931 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 9 remain after this review. WalkthroughLocal development services now use OpenShift CI PostgreSQL and Redis images. PostgreSQL readiness allows more time, database creation uses a password, and Sippy DSNs include that password. ChangesLocal service setup
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to Local PostgreSQL and Redis sidecars now use QCI images with password-authenticated PostgreSQL connections; no concrete merge-blocking issue is identified. 🚥 Pre-merge checks | ✅ 21✅ Passed checks (21 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
POSTGRESQL_DATABASE=prodlike made sclorg create prodlike as the app DB. Only set the admin password so the default postgres DB remains seed; prodlike is still created afterwards. Co-authored-by: Cursor <cursoragent@cursor.com>
Do not replace existing postgres/redis containers on rebuild. Print the podman rm command so the user can recreate them. Co-authored-by: Cursor <cursoragent@cursor.com>
|
/test agentic-staging |
|
We are now waiting on openshift/release#84914 to merge before a retest of agentic-staging |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mstaeble, smg247 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test agentic-staging |
Sippy Staging EnvironmentURL: https://metropolitan-application-gorgeous-installing.trycloudflare.com This environment is built from this PR and will remain available for approximately 60 minutes (until ~12:39 UTC). |
|
/test lint |
|
/hold cancel |
|
/test e2e |
2073a14
into
openshift:main
/hold for openshift/release#84869
Summary
quay.io/openshift/ci:ci_postgresql_postgresql-18-c9s,quay.io/openshift/ci:ci_redis_redis-7-c9s).POSTGRESQL_*) and include the postgres password in agentic DSNs.Test plan
/hold cancelafter those images are pullablepodman rm -f sippy-postgres sippy-redis) and runhack/agentic_setup.sh(or the devcontainer init path)prodlikeis createdMade with Cursor
Summary by CodeRabbit