fleetshift-ui: backend consolidation#78649
fleetshift-ui: backend consolidation#78649openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
Conversation
WalkthroughThe CI configuration consolidates image build outputs from three separate images (fleetshift-gui, fleetshift-mock-servers, fleetshift-mock-ui-plugins) into a single unified image (fleetshift-web) built from Dockerfile.web, and simplifies the mirroring pipeline by replacing multiple individual jobs with a consolidated set of three standardized mirroring jobs. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse skip |
|
@mshort55: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Hyperkid123, mshort55 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 |
|
@mshort55: 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. |
* fleetshift-ui: backend consolidation * Ran make update to generate jobs --------- Co-authored-by: Martin Marosi <marvusm.mmi@gmail.com>
Continuation of #78642
Summary
Replace three deleted Dockerfiles with a single Dockerfile.web in the fleetshift-user-interface repo CI config.
The UI repo consolidated its build from three separate container images (fleetshift-gui, fleetshift-mock-servers, fleetshift-mock-ui-plugins) into a single Dockerfile.web that produces all frontend static assets in one image (fleetshift-web).
Removed:
Dockerfile.gui → fleetshift-gui
Dockerfile.mock-servers → fleetshift-mock-servers
Dockerfile.mock-ui-plugins → fleetshift-mock-ui-plugins
Added:
Dockerfile.web → fleetshift-web
Related PR: fleetshift/fleetshift-user-interface#4