Skip to content

Commit a0a2a29

Browse files
committed
Update to use QA regions
1 parent 672e3eb commit a0a2a29

13 files changed

Lines changed: 12 additions & 14 deletions

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
TF_VAR_BUILD_ID: ${{ github.run_id }}
9494
TF_VAR_ENVIRONMENT: ci
9595
TF_VAR_REPO: ${{ github.repository }}
96-
# Required for QA usage: aws-eu-west-1 is a valid QA region.
97-
TF_VAR_ess_region: aws-eu-west-1
9896
TF_VAR_ec_target: qa
9997
GOBENCH_TAGS: branch=${{ github.head_ref || github.ref }},commit=${{ github.sha }},target_branch=${{ github.base_ref }},enable_tail_sampling=${{ inputs.enableTailSampling }}
10098
GOBENCH_PASSWORD: ${{ secrets.GOBENCH_PASSWORD }}

testing/benchmark/system-profiles/16GB_ARM-x2zone.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6g.2xlarge"
66

77
# Elastic Cloud
8-
ess_region = "us-west-2"
8+
ess_region = "aws-eu-west-1"
99
deployment_template = "aws-cpu-optimized-faster-warm"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/16GBx2zone-aws.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.2xlarge"
66

77
# Elastic Cloud
8-
ess_region = "us-west-2"
8+
ess_region = "aws-eu-west-1"
99
deployment_template = "aws-cpu-optimized-faster-warm"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/16GBx2zone-azure.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.2xlarge"
66

77
# Elastic Cloud
8-
ess_region = "azure-westus2"
8+
ess_region = "azure-eastus2"
99
deployment_template = "azure-cpu-optimized"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/16GBx2zone-gcp.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.2xlarge"
66

77
# Elastic Cloud
8-
ess_region = "gcp-us-west2"
8+
ess_region = "gcp-us-central1"
99
deployment_template = "gcp-cpu-optimized"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/32GB_ARM-x2zone.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6g.4xlarge"
66

77
# Elastic Cloud
8-
ess_region = "us-west-2"
8+
ess_region = "aws-eu-west-1"
99
deployment_template = "aws-cpu-optimized-faster-warm"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/32GBx2zone-aws.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.4xlarge"
66

77
# Elastic Cloud
8-
ess_region = "us-west-2"
8+
ess_region = "aws-eu-west-1"
99
deployment_template = "aws-cpu-optimized-faster-warm"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/32GBx2zone-azure.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.4xlarge"
66

77
# Elastic Cloud
8-
ess_region = "azure-westus2"
8+
ess_region = "azure-eastus2"
99
deployment_template = "azure-cpu-optimized"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/32GBx2zone-gcp.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6i.4xlarge"
66

77
# Elastic Cloud
8-
ess_region = "gcp-us-west2"
8+
ess_region = "gcp-us-central1"
99
deployment_template = "gcp-cpu-optimized"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

testing/benchmark/system-profiles/8GB_ARM-x1zone.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ user_name = "USER"
55
worker_instance_type = "c6g.2xlarge"
66

77
# Elastic Cloud
8-
ess_region = "gcp-us-west2"
8+
ess_region = "gcp-us-central1"
99
deployment_template = "gcp-cpu-optimized"
1010
# The number of AZs the APM Server should span.
1111
apm_server_zone_count = 1

0 commit comments

Comments
 (0)