-
Notifications
You must be signed in to change notification settings - Fork 67
✨ Promote Single Own Feature Gate AND Config spec in the CR to GA (OPRUN-4098) #2268
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
base: main
Are you sure you want to change the base?
✨ Promote Single Own Feature Gate AND Config spec in the CR to GA (OPRUN-4098) #2268
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6ff525c
to
6fb12ed
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2268 +/- ##
==========================================
+ Coverage 70.32% 70.47% +0.15%
==========================================
Files 90 90
Lines 8794 8794
==========================================
+ Hits 6184 6198 +14
+ Misses 2196 2184 -12
+ Partials 414 412 -2
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:
|
docs/draft/tutorials/explore-available-content-metas-endpoint.md
Outdated
Show resolved
Hide resolved
/hold We might need to discuss more how to work with see: #2267 (comment) So it si WIP |
The PR openshift/cluster-olm-operator#144 is merged and all comments addressed so I am /hold cancel This one @tmshort @perdasilva |
/hold cancel |
/hold just let me go through the feature again and make sure we're ready for GA |
With the Webhook stuff merged, this needs a rebase |
6b47340
to
b877152
Compare
b877152
to
97e8c3f
Compare
4799e19
to
02c4de7
Compare
helm/experimental.yaml
Outdated
- SingleOwnNamespaceInstallSupport | ||
- WebhookProviderCertManager |
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.
Since this is now enabled by default, neither of these should be here.
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.
I missed in the rebase
...v1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensions.yaml
Show resolved
Hide resolved
func TestMain(m *testing.M) { | ||
cfg = ctrl.GetConfigOrDie() | ||
|
||
var err error | ||
utilruntime.Must(apiextensionsv1.AddToScheme(scheme.Scheme)) | ||
c, err = client.New(cfg, client.Options{Scheme: scheme.Scheme}) | ||
utilruntime.Must(err) | ||
|
||
os.Exit(m.Run()) | ||
} | ||
|
||
func TestNoop(t *testing.T) { | ||
t.Log("Running experimental-e2e tests") | ||
defer utils.CollectTestArtifacts(t, artifactName, c, cfg) | ||
} |
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.
I'd like to see this file renamed to experimental_test.go
(or similar) and just contain TestMain()
and TestNoop()
. The Boxcutter tests should be in a separate file.
helm/tilt.yaml
Outdated
- SingleOwnNamespaceInstallSupport | ||
- WebhookProviderCertManager |
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.
These are now on by default, so they should be removed.
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.
Rebase sorry
aa8e960
to
a3d83cc
Compare
Co-authored-by: Todd Short <[email protected]>
a3d83cc
to
ea2d9a7
Compare
Thank you! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
@perdasilva |
Description
operator-controller/internal/operator-controller/applier/provider_test.go
Lines 229 to 234 in 9eac616
Reviewer Checklist