From c819b699be9782b26c687b83d65ee79eaf4605c9 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 13 Dec 2022 23:02:45 +0000 Subject: [PATCH] Nightly Benchmark: run neon-captest-reuse from staging (#3086) The project has been migrated (now it is `restless-king-632302`), and now we should run tests from staging runners. Test run: https://github.com/neondatabase/neon/actions/runs/3686865543/jobs/6241367161 Ref https://github.com/neondatabase/cloud/issues/2836 --- .github/workflows/benchmarking.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index a2c05a9222..e3e0f1e820 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -115,13 +115,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-prefetch, rds-postgres ] + platform: [ neon-captest-new, neon-captest-reuse, neon-captest-prefetch, rds-postgres ] db_size: [ 10gb ] runner: [ us-east-2 ] include: - - platform: neon-captest-reuse - db_size: 10gb - runner: dev # TODO: Switch to us-east-2 after dry-bonus-223539 migration to staging - platform: neon-captest-new db_size: 50gb runner: us-east-2