-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support for gcsfuse volumes to cloudrun v1 in beta #9752
Conversation
Hello! I am a robot. It looks like you are a: @melinath, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 22 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_cloud_run_service" "primary" {
template {
spec {
volumes {
csi {
read_only = # value needed
}
}
}
}
}
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccCloudRunService_csiVolume |
Rerun these tests in REPLAYING mode to catch issues
|
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.
overall LGTM - I can't check that the docs match since public docs don't seeem to exist yet. I've noted a few small changes, mostly related to the instructions for handwritten beta tests from https://googlecloudplatform.github.io/magic-modules/develop/test/#add-an-update-test
mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb
Show resolved
Hide resolved
mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb
Show resolved
Hide resolved
mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb
Show resolved
Hide resolved
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 22 insertions(+)) |
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccCloudRunService_csiVolume |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 24 insertions(+)) |
Ok, my attempt to rebase did not go great. Let me try to untangle this. |
…n_service_test.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccCloudRunService_csiVolume |
Rerun these tests in REPLAYING mode to catch issues
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 24 insertions(+)) |
Tests analyticsTotal tests: Click here to see the affected service packages
|
ok, managed to sort it out. |
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
…atform#9752) * Add support for gcsfuse volumes to cloudrun v1 in beta * Update mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Apply suggestions from code review Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Update docs for gcs csi driver and fix readOnly type. * fixing yaml format --------- Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
…atform#9752) * Add support for gcsfuse volumes to cloudrun v1 in beta * Update mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Apply suggestions from code review Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Update docs for gcs csi driver and fix readOnly type. * fixing yaml format --------- Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
…atform#9752) * Add support for gcsfuse volumes to cloudrun v1 in beta * Update mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Apply suggestions from code review Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Update docs for gcs csi driver and fix readOnly type. * fixing yaml format --------- Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Add support for mounting GCS volumes in Cloud Run v1 Services, in the beta provider.
This is a new feature in Cloud Run. Support is added to cloudrunv2 in #9746
Release Note Template for Downstream PRs (will be copied)