Skip to content

Simplify text of Google Cloud runner registration

Pedro Moreira da Silva requested to merge pms-simpler-ui-text-gc-runners into master

What does this MR do and why?

Simplify text of Google Cloud runner registration

Changelog: changed

Related to #454343

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After

image.png

image.png

CleanShot 20240502122234.png

CleanShot 20240502122345@2x.png

How to set up and validate locally

  1. In rails console enable the feature flag:

    Feature.enable(:google_cloud_support_feature_flag)
  2. Visit a project

  3. Go to Settings > CI/CD > Runners > Create runner

  4. In the form, select “Run untagged” under the Tags section

  5. Select Create runner

  6. Fill the form values with the following:

        "Google cloud project ID": "dev-gcp-s3c-integrati-9abafed1",
        "region": "us-central1",
        "zone": "us-central1-a",
  7. Click the Show instructions button and you should be able to see the instructions

Edited by Pedro Moreira da Silva

Merge request reports