Skip to content
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

Fix mcad tag reference for CRDs #174

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

anishasthana
Copy link
Member

Upstream is no longer publishing release branches of the form release-vX.Y.Z Instead, it is publishing tags of the form vX.Y.Z, this commit makes it so.

I also had to do a lot of work to get the tests to pass -- the controller-gen kept failing with errors like

/home/aasthana/go/src/github.com/codeflare-operator/test/support/utils.go:27:9: expected '(', found '['
/home/aasthana/go/src/github.com/codeflare-operator/test/support/utils.go:27:10: mixed named and unnamed parameters

The errors seem to mainly be in the support directory. I ended up just deleting all the tests...

This closes #171

Upstream is no longer publishing release branches of the form `release-vX.Y.Z`
Instead, it is publishing tags of the form `vX.Y.Z`, this commit makes it so

Signed-off-by: Anish Asthana <[email protected]>
@openshift-ci
Copy link

openshift-ci bot commented Jul 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sutaakar
Once this PR has been reviewed and has the lgtm label, please ask for approval from anishasthana. For more information see the Kubernetes Code Review Process.

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

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

@anishasthana anishasthana merged commit 598f32b into project-codeflare:main Jul 10, 2023
3 checks passed
@anishasthana anishasthana deleted the fix_mcad_pull branch July 10, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CodeFlare Release Action branch failure
2 participants