Skip to content

ci(runway): Migrate staging from `us-east1` to `us-east4`.

Florian Forster requested to merge fforster/us-east4 into main

What does this merge request do and why?

ci(runway): Migrate staging from us-east1 to us-east4.

Note: According to gitlab-com/gl-infra/platform/runway/team#111 (comment 1835120869), a manual step might be required to roll out this change:

$ REGION="us-east1"
$ gcloud beta compute backend-services remove-backend --global revere-backend \
    --network-endpoint-group-region="${REGION:?}" \
    --network-endpoint-group="revere-neg-${REGION:?}"

Issue: https://gitlab.com/gitlab-org/quality/quality-engineering/team-tasks/-/issues/2599#note_1880363691

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Florian Forster

Merge request reports