quay: publish Playwright runner images#82052
Conversation
Build the Playwright runner from its repository-owned Dockerfile and regenerate the Quay image jobs with both Dockerfile paths in sparse checkout. Promote the Quay server and Playwright runner after master merges using both the moving latest tag and immutable commit tags.
|
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 ignored due to path filters (2)
📒 Files selected for processing (1)
WalkthroughThe Playwright runner image configuration now builds from ChangesPlaywright image pipeline
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@jbpratt: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jbpratt, LiZhang19817 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 |
Summary
quay-playwright-runnerfrom the repository-ownedweb/playwright/Dockerfileinstead of an inline Dockerfilequay-serverandquay-playwright-runnerto thequayintegration namespace aslatestand immutable commit tags aftermastermergesDependency
Merge quay/quay#6553 first. This configuration references the Dockerfile introduced by that PR, so this dependent release PR must not merge before the Quay source change.
Validation
make ci-operator-config SKIP_PULL=truemake jobs WHAT=quay/quay SKIP_PULL=true(includes ci-operator checkconfig)ci-operator/config/quay/quayquay/quayjobsgit diff --checkFull
make checkconfigwas also attempted from the relocated on-disk worktree. The local Podman run reached the Prow scanner but failed while walking the repository mount withstat /release/core-services/prow/02_config: invalid argument; the targeted job validation passes.Summary by CodeRabbit
quay-playwright-runnerfrom the repository-ownedweb/playwright/Dockerfile.quay-serverandquay-playwright-runnerto thequayintegration namespace aftermastermerges, usinglatestand immutable commit-based tags.git diff --check, and successful configuration generation. Fullmake checkconfigwas blocked by a local Podman repository-mount error.quay/quay#6553merging first.