Feature Approvers and Authors Please Read: Feature Promotion PR Testing
30 views
Skip to first unread message
Benjamin Elder
unread,
Mar 13, 2026, 1:39:10 PMMar 13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sig-arch...@kubernetes.io, dev
Hello SIG Architecture, Kubernetes Contributors, please take a moment to review this update about feature promotion Pull Requests:
• There is now a comprehensive set of jobs triggered by any PR to ` pkg/features/
`. • These jobs are not ` Required
` for merges currently, but I strongly advise checking any failures both as a PR Author and Approver when promoting feature gates. • The jobs are: 1.pull-kubernetes-e2e-kind-beta-enabled
• "enabled" means we turn on features and APIs, but run normal e2e tests. • "conformance" means we run the conformance suite.
• "features" means we run e2e tests tagged for those features.
Keep in mind thattests tagged ` WithFeatureGate
` will also be promoted when the feature is promoted, and features that are enabled by default will generally be promoted to the default test suite.
Collectively these jobs should catch when enabling features breaks the cluster.
There are also release-blocking and release-informing versions of these jobs whichdo catch regressions but we'd prefer to catch them in presubmit when possible.