Uh oh!
There was an error while loading. Please reload this page.
CORS-4155: Add Feature gate and update Infrastructure CR for Azure Cluster Hosted DNS - #2404
Conversation
Hello @sadasu! Some important instructions when contributing to openshift/api: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
49fea39 to
ab30eb7Comparesadasu
commented
Jul 17, 2025
/retest-required |
1 similar comment
sadasu
commented
Jul 17, 2025
/retest-required |
@sadasu: This pull request references CORS-4155 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
sadasu
commented
Jul 21, 2025
/retest-required |
| onCreate: | ||
| - name: Should be able to create a minimal Infrastructure | ||
| initial: | | ||
| apiVersion: config.openshift.io/v1 | ||
| kind: Infrastructure | ||
| spec: {} # No spec is required for a Infrastructure | ||
| expected: | | ||
| apiVersion: config.openshift.io/v1 | ||
| kind: Infrastructure | ||
| spec: {} |
There was a problem hiding this comment.
Based on the CI failure, this looks like an invalid test case
There was a problem hiding this comment.
CI failures are actually talking about ControllerConfig which is different, something has broken them though, @sandhya PTAL
There was a problem hiding this comment.
+nullable marker has been removed. Infra CR is embedded within ControllerConfig. I'll take a look at the latest CI failures as soon as they become available.
fc8afd6 to
409f2a7CompareUh oh!
There was an error while loading. Please reload this page.
13a30cb to
14134b3Comparesadasu
commented
Jul 26, 2025
/retest-required |
sadasu
commented
Jul 28, 2025
@everettraven and @JoelSpeed Could PTAL? Thanks! |
sadasu
commented
Jul 28, 2025
/retest-required |
| enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). | ||
| mustRegister() | ||
| FeatureGateAzureClusterHostedDNSInstall = newFeatureGate("AzureClusterHostedDNSInstall"). |
There was a problem hiding this comment.
Why does this one need the *Install suffix but the other platform gates did not?
There was a problem hiding this comment.
https://github.com/openshift/api/blob/master/tools/codegen/cmd/featuregate-test-analyzer.go#L566 requires names of Installer feature gates to contain "Install".
#2423 is starting the work of renaming existing featuregates.
everettraven
left a comment
There was a problem hiding this comment.
Besides a small question on the naming of the gate compared to previous ones, this LGTM.
@JoelSpeed feel free to take a look
everettraven
commented
Jul 30, 2025
/lgtm |
JoelSpeed
commented
Jul 30, 2025
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven, JoelSpeed, sadasu 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 |
openshift-ci-robot
commented
Jul 30, 2025
@sadasu: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Uh oh!
There was an error while loading. Please reload this page.
openshift-bot
commented
Jul 30, 2025
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Identical features were added to GCP and AWS platforms and is now being extended to Azure too.