-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
storage_bucket_object: added holds #4921
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @rileykarson, please review this PR or find an appropriate assignee. |
@googlebot I signed it! |
/gcbrun |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccCloudbuildWorkerPool_withNetwork|TestAccContainerNodePool_withGPU|TestAccEventarcTrigger_basic|TestAccEventarcTrigger_transport|TestAccStorageObject_holds You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=193725 |
Tests failed during RECORDING mode: TestAccStorageObject_holds|TestAccCloudbuildWorkerPool_withNetwork|TestAccContainerNodePool_withGPU Please fix these to complete your PR |
Looks like the test in failing in ci
perhaps you will need to set deletion protection to false on the bucket and add another step where you take the hold off the object, yes? |
@ScottSuarez thx for input. |
Ok, so I added Update function and set holds as update able.
|
mmv1/third_party/terraform/resources/resource_storage_bucket_object.go
Outdated
Show resolved
Hide resolved
everything looks good to me aside from that one comment pending tests pass |
Signed-off-by: Jacek Kikiewicz <[email protected]>
Hi @jaceq |
/gcbrun .. I pulled master for them ^^ |
1 similar comment
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeInstance_advancedMachineFeatures|TestAccComputeInstance_updateRunning_desiredStatusNotSet_notAllowStoppingForUpdate|TestAccComputeInstance_updateRunning_desiredStatusRunning_notAllowStoppingForUpdate|TestAccContainerNodePool_withGPU|TestAccStorageObject_holds You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=194484 |
Tests failed during RECORDING mode: TestAccComputeInstance_updateRunning_desiredStatusRunning_notAllowStoppingForUpdate|TestAccComputeInstance_updateRunning_desiredStatusNotSet_notAllowStoppingForUpdate|TestAccContainerNodePool_withGPU Please fix these to complete your PR |
@ScottSuarez sorry, I am confused a bit, is there still something for me to do (rebase) or not? |
nope you are good to go! Thanks for the contribution @jaceq ^^ |
Signed-off-by: Jacek Kikiewicz [email protected]
This is a followup from hashicorp/terraform-provider-google#9403 as per request of @ScottSuarez
This closes: hashicorp/terraform-provider-google#6022
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.I haven't been able to ACC tests
Release Note Template for Downstream PRs (will be copied)