-
Notifications
You must be signed in to change notification settings - Fork 17
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(tests): get integration tests passing #35
fix(tests): get integration tests passing #35
Conversation
659c4c8
to
094ec54
Compare
b5aa61d
to
5bb2155
Compare
I am not 100% sure but since the integration tests are running via cross does kubectl need to be installed in that container? https://github.com/spinkube/containerd-shim-spin/blob/main/cross/Dockerfile |
I thought kubectl should be installed in the host and then has a configuration to connect to the cluster, no? |
d7a2b5c
to
6d53e13
Compare
It seems like there is no Could not find `protoc` installation and this build crate cannot proceed without |
6d53e13
to
5503bec
Compare
@jsturtevant @Mossaka the main thing i changed here is to not use cross. I also made sure dependencies for the tests are installed. I think this is a reasonable adjustment and will likely speed up the action as well to not test with |
5503bec
to
5d73327
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lGTM
5d73327
to
6b858be
Compare
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
6b858be
to
24644b6
Compare
No description provided.