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

Track files generated by make bundle #463

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

gkurz
Copy link
Member

@gkurz gkurz commented Oct 3, 2024

This adds the files generated by make manifests :

config/crd/bases/kataconfiguration.openshift.io_kataconfigs.yaml
config/rbac/role.yaml
config/webhook/manifests.yaml

and make bundle :

bundle/
bundle.Dockerfile

This will ease Operator SDK upgrades.

Since the bundle is now tracked in the repo, the bundle-custom.Dockerfile file isn't needed anymore by CI. Drop it.

- Description of the problem which is fixed/What is the use case

- What I did

- How to verify it

- Description for the changelog

This adds the files generated by `make manifests` :

 config/crd/bases/kataconfiguration.openshift.io_kataconfigs.yaml
 config/rbac/role.yaml
 config/webhook/manifests.yaml

and `make bundle` :

 bundle/
 bundle.Dockerfile

This will ease Operator SDK upgrades.

Since the bundle is now tracked in the repo, the `bundle-custom.Dockerfile`
file isn't needed anymore by CI. Drop it.

Signed-off-by: Greg Kurz <groug@kaod.org>
@gkurz gkurz requested review from bpradipt and cpmeadors October 3, 2024 16:04
@openshift-ci openshift-ci bot requested a review from snir911 October 3, 2024 16:07
Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm
Thanks @gkurz
Hopefully this will make the upstream CI green again and we can actually start adding some basic static tests as part of the upstream CI itself

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 4, 2024
@gkurz
Copy link
Member Author

gkurz commented Oct 4, 2024

/retest

1 similar comment
@bpradipt
Copy link
Contributor

bpradipt commented Oct 4, 2024

/retest

@bpradipt
Copy link
Contributor

bpradipt commented Oct 4, 2024

@gkurz I think we can merge this. I think the prow check failure is due to us pulling the latest envtest which needs golang 1.22. In my PR with Makefile changes, the envtest version is pinned and not using latest.

Copy link

openshift-ci bot commented Oct 4, 2024

@gkurz: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/check 3b9e16e link false /test check
ci/prow/sandboxed-containers-operator-e2e 3b9e16e link false /test sandboxed-containers-operator-e2e

Full PR test history. Your PR dashboard.

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.

@gkurz gkurz merged commit 90becf2 into openshift:devel Oct 4, 2024
2 of 4 checks passed
@gkurz
Copy link
Member Author

gkurz commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants