-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
GKE 101: added guest_accelerator feature and tests #157
GKE 101: added guest_accelerator feature and tests #157
Conversation
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.
The changes to cluster_regional.tf
and cluster_zonal.tf
need to be moved to the equivalent files under the autogen
directory. Then, make generate
and make generate_docs
need to be executed.
There is a test failure which must be addressed:
Thank you for your review. Done. |
I have one suggestion regarding the make.sh file. This file has check_generate / check_generate_docs functions. Both functions use --exit-code to detect if changes are present in the source code. |
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.
The changes to test/make.sh
must be reverted; the script is working as expected. The reason why the check is failing is because the documentation needs to be regenerated with make generate_docs
, as evidenced by the current removal of the Inputs and Outputs sections from the README.md
.
The failure in the deploy service suite can be fixed by adding the following content to .kitchen.yml
at the end of the deploy_service
suite block after line 43:
lifecycle:
pre_verify:
- sleep 10
Additionally, this branch needs to be rebased against master.
e490ebe
to
6086f62
Compare
I have tested this locally; the CI failures are unrelated. |
guest_accelerator forces new resource.
@alexkonkin please look at my commit which was made 3 months ago: dkozlov@e6952a4 it works. |
@dkozlov thank you for catching that. The feature has not been released yet. Can you please open a pull request with your alternative implementation? |
…re/101_add_guest_accelerator GKE 101: added guest_accelerator feature and tests
No description provided.