Skip to content

Conversation

@enxebre
Copy link
Member

@enxebre enxebre commented Mar 31, 2025

What this PR does / why we need it:
Follow up for #5871
It aims to alleviate the current bash scripts fragility and cover existing and any upcoming changes to this logic with appropriate test coverage

Which issue(s) this PR fixes (optional, use fixes #<issue_number>(, fixes #<issue_number>, ...) format, where issue_number might be a GitHub issue, or a Jira story:
Fixes #

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 31, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 31, 2025

@enxebre: This pull request references CNTRLPLANE-378 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.19.0" version, but no target version was set.

Details

In response to this:

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, use fixes #<issue_number>(, fixes #<issue_number>, ...) format, where issue_number might be a GitHub issue, or a Jira story:
Fixes #

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

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.

@openshift-ci openshift-ci bot requested review from csrwng and hasueki March 31, 2025 10:53
@openshift-ci openshift-ci bot added the area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release label Mar 31, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 31, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enxebre

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed do-not-merge/needs-area labels Mar 31, 2025
@enxebre
Copy link
Member Author

enxebre commented Mar 31, 2025

cc @wking

ResourcesPath: "/work",
}
cmd.Flags().StringVar(&opts.RenderedFeatureGatePath, "rendered-featuregate-path", "", "The path to the rendered featureGate CR")
cmd.Flags().StringVar(&opts.ResourcesPath, "resources-path", "", "The path to the rendered featureGate CR to reconcile and all resources to apply")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: wording

Suggested change
cmd.Flags().StringVar(&opts.ResourcesPath, "resources-path", "", "The path to the rendered featureGate CR to reconcile and all resources to apply")
cmd.Flags().StringVar(&opts.ResourcesPath, "resources-path", "", "The path to the rendered featureGate CR to reconcile and apply all the resources.")

@enxebre enxebre force-pushed the kas-bootstrap-followup branch from b4d2f8e to 8e980c1 Compare March 31, 2025 13:05
@bryan-cox
Copy link
Member

/lgtm

enxebre added 2 commits March 31, 2025 15:08
Follow up for openshift#5871
It aims to alleviate the current bash scripts fragility and cover existing and any upcoming changes to this logic with appropriate test coverage
@enxebre enxebre force-pushed the kas-bootstrap-followup branch from 8e980c1 to 89066ea Compare March 31, 2025 13:10
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 31, 2025

@enxebre: This pull request references CNTRLPLANE-378 which is a valid jira issue.

Details

In response to this:

What this PR does / why we need it:
Follow up for #5871
It aims to alleviate the current bash scripts fragility and cover existing and any upcoming changes to this logic with appropriate test coverage

Which issue(s) this PR fixes (optional, use fixes #<issue_number>(, fixes #<issue_number>, ...) format, where issue_number might be a GitHub issue, or a Jira story:
Fixes #

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 31, 2025
@enxebre enxebre mentioned this pull request Mar 31, 2025
4 tasks
@enxebre enxebre changed the title CNTRLPLANE-378: Move bootstrap apply bas into kas-bootstrap binary CNTRLPLANE-378: Move bootstrap apply bash into kas-bootstrap binary Mar 31, 2025
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 782dea3 and 2 for PR HEAD 89066ea in total

@enxebre
Copy link
Member Author

enxebre commented Mar 31, 2025

/test e2e-aws

@enxebre
Copy link
Member Author

enxebre commented Mar 31, 2025

/override "Red Hat Konflux / hypershift-operator-main-enterprise-contract / hypershift-operator-main"
/override "Red Hat Konflux / hypershift-operator-main-on-pull-request"

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 31, 2025

@enxebre: Overrode contexts on behalf of enxebre: Red Hat Konflux / hypershift-operator-main-enterprise-contract / hypershift-operator-main, Red Hat Konflux / hypershift-operator-main-on-pull-request

Details

In response to this:

/override "Red Hat Konflux / hypershift-operator-main-enterprise-contract / hypershift-operator-main"
/override "Red Hat Konflux / hypershift-operator-main-on-pull-request"

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 kubernetes-sigs/prow repository.

@enxebre
Copy link
Member Author

enxebre commented Mar 31, 2025

/test e2e-aks

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 782dea3 and 2 for PR HEAD 89066ea in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 31, 2025

@enxebre: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 616a2fa into openshift:main Mar 31, 2025
14 of 16 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: hypershift
This PR has been included in build ose-hypershift-container-v4.20.0-202504010243.p0.g616a2fa.assembly.stream.el9.
All builds following this will include this PR.

enxebre added a commit to enxebre/hypershift that referenced this pull request Apr 1, 2025
This was introduced here openshift#5871
It shouldn't be needed now openshift#5937 is merged
enxebre added a commit to enxebre/hypershift that referenced this pull request Apr 9, 2025
This was introduced here openshift#5871
It shouldn't be needed now openshift#5937 is merged
enxebre added a commit to enxebre/hypershift that referenced this pull request Apr 21, 2025
This was introduced here openshift#5871
It shouldn't be needed now openshift#5937 is merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants