Skip to content

Commit

Permalink
Merge pull request #15903 from grisu48/comment
Browse files Browse the repository at this point in the history
Update default GCP region
  • Loading branch information
mloviska committed Nov 14, 2022
2 parents 585ce8f + 5c98a5a commit d78d69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/publiccloud/upload_image.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ from this URL.
=head2 PUBLIC_CLOUD_REGION
The region to use. (default-azure: westeurope, default-ec2: eu-central-1, default-gcp: europe-west1)
The region to use. (default-azure: westeurope, default-ec2: eu-central-1, default-gcp: europe-west1-b)
2 changes: 1 addition & 1 deletion variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ PUBLIC_CLOUD_GOOGLE_PROJECT_ID | string | "" | GCP only, used to specify the pro
PUBLIC_CLOUD_PROVIDER | string | "" | The type of the CSP (e.g. AZURE, EC2, GCE).
PUBLIC_CLOUD_QAM | boolean | false | Previously used to recognize maintenance jobs - now deprecated - should be removed.
PUBLIC_CLOUD_REBOOT_TIMEOUT | integer | 600 | Number of seconds we wait for instance to reboot.
PUBLIC_CLOUD_REGION | string | "" | The region to use. (default-azure: westeurope, default-ec2: eu-central-1, default-gcp: europe-west1).
PUBLIC_CLOUD_REGION | string | "" | The region to use. (default-azure: westeurope, default-ec2: eu-central-1, default-gcp: europe-west1-b).
PUBLIC_CLOUD_RESOURCE_GROUP | string | "qashapopenqa" | Allows to specify resource group name on SLES4SAP PC tests.
PUBLIC_CLOUD_RESOURCE_NAME | string | "openqa-vm" | The name we use when creating our VM.
PUBLIC_CLOUD_SKIP_MU | boolean | false | Debug variable used to run test without maintenance updates repository being applied.
Expand Down

0 comments on commit d78d69f

Please sign in to comment.