Closed clobrano closed 6 months ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
e2e tests won't test this change, so there is no need to run them
/lgtm Left one nit though
/lgtm
/retest
/approve
All the tests are green and I think only the tide job hasn't been activated. Maybe we should restart the jobs with /retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: clobrano, mshitrit, razo7
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Why we need this PR
Currently FAR Makefile creates a db-based catalog, which was deprecated
Changes made
This change create a file-based catalog
https://docs.openshift.com/container-platform/4.14/operators/admin/olm-managing-custom-catalogs.html#olm-managing-custom-catalogs-fb
Which issue(s) this PR fixes
https://issues.redhat.com/browse/ECOPROJECT-1947
Test plan