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

Move from Cloudbuild to Github Actions #543

Open
inFocus7 opened this issue May 19, 2023 · 0 comments
Open

Move from Cloudbuild to Github Actions #543

inFocus7 opened this issue May 19, 2023 · 0 comments

Comments

@inFocus7
Copy link
Contributor

We should move our tests and codegen away from cloudbuilders onto github actions, using the kubernetes + node version that we depend on (go.mod, k8s.io). This would make dev life easier, especially when needing to update test clusters, such as updating kubernetes version.

  • Note: I initially tried to do this when upgrading our k8s to 1.26, but failed to do so. An issue encountered was a permissions issue, since our Makefile commands (ex. update-code-generator) create files in folders we don't have ready access to.
  • Note 2: k8s go mod dependencies are in the form 0.XY, but they represent Kubernetes version 1.XY.
@inFocus7 inFocus7 mentioned this issue May 19, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant