-
Notifications
You must be signed in to change notification settings - Fork 201
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
Adding tf-gcp to the sdk spec tests gh workflow- to run on demand and after release #5236
Comments
Hi, This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
the service account quota could be solved with #6381 |
we could pass the first two, but now stuck with: I believe we need to assign the permissions straight to the cloud function then, instead of creating a custom role. |
fixes: [#5236](#5236) see the issue for more information about the changes ## Checklist - [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [ ] Description explains motivation and solution - [ ] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
Congrats! 🚀 This was released in Wing 0.77.5. |
fixes: [#5236](#5236) see the issue for more information about the changes ## Checklist - [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [ ] Description explains motivation and solution - [ ] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
Use Case
Now when we have the test command set for tf-gcp, we'll start to get many PRs (hopefully 🤞 )
Proposed Solution
I started integrating it into our sdk-spec-tests gh action, and got to some problems, some I could fix:
we should either wait in between creations, or find another solution for the permissions
Implementation Notes
the working branch is
tsuf/sdk-spec-test-gcp
Component
No response
Community Notes
The text was updated successfully, but these errors were encountered: