-
Couldn't load subscription status.
- Fork 68
🌱 Add more feature gate configuration to experimental #2068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Add more feature gate configuration to experimental #2068
Conversation
Add the following feature gates to the experimental manifests: * APIV1MetasHandler * SingleOwnNamespaceInstallSupport * PReflightPermissions Update manifests Add the regular e2e tests into the experimental-e2e tests. This makes the experimental-e2e longer, but it should help with coverage. Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2068 +/- ##
==========================================
+ Coverage 73.94% 74.69% +0.74%
==========================================
Files 81 81
Lines 7365 7365
==========================================
+ Hits 5446 5501 +55
+ Misses 1582 1527 -55
Partials 337 337
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:
|
|
/approve |
| test-experimental-e2e: KIND_CLUSTER_NAME := operator-controller-e2e | ||
| test-experimental-e2e: GO_BUILD_EXTRA_FLAGS := -cover | ||
| test-experimental-e2e: run image-registry prometheus experimental-e2e e2e-metrics e2e-coverage kind-clean #HELP Run experimental e2e test suite on local kind cluster | ||
| test-experimental-e2e: run image-registry prometheus experimental-e2e e2e e2e-metrics e2e-coverage kind-clean #HELP Run experimental e2e test suite on local kind cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Make sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
22a990c
into
operator-framework:main
Add the following feature gates to the experimental manifests:
Update manifests
Add the regular e2e tests into the experimental-e2e tests. This makes the experimental-e2e longer, but it should help with coverage.
Description
Reviewer Checklist