🌱 Remove upstream registry stubs (testdata/push and build-test-registry.sh)#2716
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR is intended to remove upstream registry stubs (testdata/push/ and testdata/build-test-registry.sh) that were kept for downstream CI compatibility, but the current diff only adds a placeholder file and does not include the described removals.
Changes:
- Adds a placeholder file
.oprun-4609(no functional changes related to registry stubs are present in the provided diff).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2716 +/- ##
==========================================
- Coverage 68.14% 68.12% -0.02%
==========================================
Files 145 145
Lines 10698 10698
==========================================
- Hits 7290 7288 -2
- Misses 2879 2880 +1
- Partials 529 530 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1507d5f to
dd8dafe
Compare
Delete testdata/push/ and testdata/build-test-registry.sh, which were no-op stubs kept only for backward compatibility with downstream CI. That dependency has been removed, so these files are no longer needed.
dd8dafe to
0db158a
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtfranz, pedjak, rashmigottipati 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 |
bec2028
into
operator-framework:main
Remove
testdata/push/andtestdata/build-test-registry.sh— stubs that were only kept for downstream CI compatibility.Now that the downstream
openshift/registry.Dockerfilehas been deleted (OPRUN-4608), these are no longer needed.Fixes: https://issues.redhat.com/browse/OPRUN-4609