-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat: Adding github action to run the operator end-to-end tests. #4762
feat: Adding github action to run the operator end-to-end tests. #4762
Conversation
lokeshrangineni
commented
Nov 14, 2024
•
edited
Loading
edited
- Adding github action to do the operator end-to-end testing. This action will create a kind cluster and runs the tests on it.
25c59f4
to
a9ae211
Compare
bda0d8c
to
7dbc394
Compare
48ca378
to
29d6d7f
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
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.
Can we separate the actions upgrades from adding the operator? There have been side effects to the release process from upgrading stuff in the actions, so I'd like us to be able to revert or adjust easily without removing the operator.
…on will create a kind cluster and runs the tests on it. Signed-off-by: lrangine <[email protected]>
ed61651
to
3638676
Compare
I have separated out the warning fixes into separate PR |
|
||
services: | ||
kind: | ||
# Specify the Kubernetes version |
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.
is this the Kind version or the Kubernetes version?
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.
kind version, my understanding is each kind image version is having associated k8 version.
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.
I have revalidated again, each kind image version is mapped to the same kubernetes version.
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
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