Closed ykaliuta closed 1 week ago
/cc @bartoszmajsak @zdtsw
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
incubation@cea41dc
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
rebased
/retest-required
@zdtsw sorry for disturbing, but could you recheck it after rebase?
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: zdtsw
The full list of commands accepted by this bot can be found here.
The pull request process is described here
We can combine two build stages into one, as there is no need to always build both images (not done by podman) to only then decide from which one we want to copy manifests to the target image. Instead manifests stage will either copy local manifests or fetches using the script based on USE_LOCAL argument.
Move USE_LOCAL and OVERWIRTE_MANIFESTS args under FROM since args have scope of the FROM they are declared in.
It requires opt/manifests directory to exist, but since it's a part of git repo, it's fine.
Original patch from: Bartosz Majsak bartosz.majsak@gmail.com [1]
[1] https://github.com/opendatahub-io/opendatahub-operator/pull/773
Description
How Has This Been Tested?
Screenshot or short clip
Merge criteria