From 8d39fcdf728d9929cee5416371bf10b997ca5e2a Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 16 Dec 2022 13:23:36 +0000 Subject: [PATCH] pgbench-compare: don't run neon-captest-new (#3130) Do not run Nightly Benchmarks on `neon-captest-new`. This is a temporary solution to avoid spikes in the storage we consume during the test run. To collect data for the default instance, we could run tests weekly (i.e. not daily). --- .github/workflows/benchmarking.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index e3e0f1e820..07e111b67c 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -18,6 +18,7 @@ on: region_id: description: 'Use a particular region. If not set the default region will be used' required: false + default: 'aws-us-east-2' save_perf_report: type: boolean description: 'Publish perf report or not. If not set, the report is published only for the main branch' @@ -115,13 +116,10 @@ jobs: # neon-captest-prefetch: Same, with prefetching enabled (new project) # rds-aurora: Aurora Postgres Serverless v2 with autoscaling from 0.5 to 2 ACUs # rds-postgres: RDS Postgres db.m5.large instance (2 vCPU, 8 GiB) with gp3 EBS storage - platform: [ neon-captest-new, neon-captest-reuse, neon-captest-prefetch, rds-postgres ] + platform: [ neon-captest-reuse, neon-captest-prefetch, rds-postgres ] db_size: [ 10gb ] runner: [ us-east-2 ] include: - - platform: neon-captest-new - db_size: 50gb - runner: us-east-2 - platform: neon-captest-prefetch db_size: 50gb runner: us-east-2