Skip to content
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

Increase create timeout to 20mins #11769

Merged
merged 23 commits into from
Sep 20, 2024
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1de9038
Add support for static ip
bcreddy-gcp Jun 10, 2024
9d0f359
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 10, 2024
6ac436b
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 11, 2024
453f1cf
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 13, 2024
cf7326e
add required externalIp to prevent empty accessConfig declarations
bcreddy-gcp Jun 13, 2024
c30adb8
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 16, 2024
e655ea7
move default_from_api to a parent level
bcreddy-gcp Jun 16, 2024
f7dfdc6
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 18, 2024
f3e477e
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jun 18, 2024
c27dd91
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 10, 2024
91e9c7a
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 12, 2024
a877c00
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 16, 2024
8eca7ea
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 17, 2024
632e970
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 17, 2024
1608848
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 18, 2024
e064bb1
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 19, 2024
4abd7c0
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Jul 22, 2024
69f3a10
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Aug 8, 2024
46ddaa1
Merge branch 'GoogleCloudPlatform:main' into main
bcreddy-gcp Sep 9, 2024
48af6aa
update tests for labels
bcreddy-gcp Sep 9, 2024
352cde0
Merge branch 'GoogleCloudPlatform:main' into wbi_timeout
bcreddy-gcp Sep 19, 2024
f18d3c2
Increase create timeout to 20mins
bcreddy-gcp Sep 19, 2024
a8436ad
Revert "update tests for labels"
bcreddy-gcp Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mmv1/products/workbench/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ examples:
- 'gce_setup.0.boot_disk.0.disk_type'
- 'gce_setup.0.data_disks.0.disk_type'
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 10
insert_minutes: 20
update_minutes: 20
custom_code: !ruby/object:Provider::Terraform::CustomCode
constants: templates/terraform/constants/workbench_instance.go
Expand Down
Loading