zebra/.github/workflows
Gustavo Valverde ae86678034
fix(cd): allow deploying instance templates without disk errors (#5697)
* fix(cd): allow deploying instance templates without disk errors

Motivation:

PR #5670 failed in `main` as it was tested with `gcloud compute instances create-with-container`
and even the manual deployment uses `instances`, and it works.

But the one that failed uses `gcloud compute instance-templates create-with-container`
using `instance-template` and it's complaining with: `When attaching or creating a disk that is also being mounted to a container, must specify the disk name`

Based on the documentation, the name is optional when using `create-with-container`,
for both `instances` and `instance-templates`

Source: https://cloud.google.com/sdk/gcloud/reference/compute/instance-templates/create-with-container#--container-mount-disk

Solution:

Revert this specific job as how it was, and do not scale the instances
above 1, as this would cause the following error:
`Instance template specifies a disk with a custom name. This will cause instance group not to scale beyond 1 instance per zone.`

* chore: reduce diff
2022-11-22 22:20:47 +00:00
..
scripts ci(ssh): revert using `ssh-compute` action & increase sshd connection limit (#5367) 2022-10-11 00:11:49 +00:00
build-crates-individually.patch.yml build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#5329) 2022-10-05 21:45:06 +00:00
build-crates-individually.yml build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#5329) 2022-10-05 21:45:06 +00:00
build-docker-image.yml build(deps): bump google-github-actions/auth from 0.8.3 to 1.0.0 (#5596) 2022-11-10 00:12:39 +00:00
continous-delivery.yml fix(cd): allow deploying instance templates without disk errors (#5697) 2022-11-22 22:20:47 +00:00
continous-integration-docker.patch-always.yml change(ci): only run the send transaction test on the main branch (#5480) 2022-10-26 21:26:07 +00:00
continous-integration-docker.patch.yml Revert "change(tests): add acceptance test for getblocktemplate method in CI (#5653)" (#5672) 2022-11-21 10:44:11 +10:00
continous-integration-docker.yml fix(ssh): add a fixed SSH key to use with `gcloud` (#5671) 2022-11-21 18:18:26 +00:00
continous-integration-os.patch.yml Add a missing runs-on field (#5562) 2022-11-07 15:13:06 +10:00
continous-integration-os.yml build(deps): bump regex from 1.6.0 to 1.7.0 (#5565) 2022-11-09 07:36:10 +00:00
coverage.patch.yml ci(test): run build and test jobs on cargo and clippy config changes (#4941) 2022-08-26 18:06:32 +00:00
coverage.yml fix(build): restore Rust stable in builds and beta for CI (#5515) 2022-11-01 10:51:29 +10:00
delete-gcp-resources.yml build(deps): bump google-github-actions/setup-gcloud from 1.0.0 to 1.0.1 (#5614) 2022-11-10 17:16:52 +00:00
deploy-gcp-tests.yml fix(ssh): add a fixed SSH key to use with `gcloud` (#5671) 2022-11-21 18:18:26 +00:00
docs.yml build(deps): bump w9jds/firebase-action from 11.9.0 to 11.16.0 (#5632) 2022-11-15 18:13:26 +00:00
lint.patch.yml fix(ci): Run required jobs on dependent PRs (#5550) 2022-11-07 11:59:32 +10:00
lint.yml build(deps): bump tj-actions/changed-files from 34.4.2 to 34.4.4 (#5665) 2022-11-21 22:09:24 +00:00
release-binaries.yml fix(ci): Run required jobs on dependent PRs (#5550) 2022-11-07 11:59:32 +10:00
release-drafter.yml change(release): Automatically split CHANGELOG entries into categories (#5203) 2022-09-27 12:41:55 +00:00
zcash-lightwalletd.patch.yml fix(ci): Run required jobs on dependent PRs (#5550) 2022-11-07 11:59:32 +10:00
zcash-lightwalletd.yml build(deps): bump google-github-actions/setup-gcloud from 1.0.0 to 1.0.1 (#5614) 2022-11-10 17:16:52 +00:00
zcash-params.yml fix(ci): Run required jobs on dependent PRs (#5550) 2022-11-07 11:59:32 +10:00
zcashd-manual-deploy.yml ci: use Container-Optimized OS public image on the VM (#5617) 2022-11-16 23:08:28 +00:00