From a25ba0a9ea2201c1ec4ef582950dbdb8c46bfefd Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 6 Dec 2024 14:20:18 +0100 Subject: [PATCH] Fix project-id --- .github/actionlint.yml | 2 ++ .github/workflows/cloud-regress.yml | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 29c4d18f4a40..27c8fb3c2393 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -21,3 +21,5 @@ config-variables: - SLACK_UPCOMING_RELEASE_CHANNEL_ID - DEV_AWS_OIDC_ROLE_ARN - BENCHMARK_INGEST_TARGET_PROJECTID + - PGREGRESS_PG16_PROJECT_ID + - PGREGRESS_PG17_PROJECT_ID diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index ac35320cb48d..0a2c6604e946 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -30,11 +30,12 @@ jobs: strategy: fail-fast: false matrix: - pg-version: [16] - project-id: [${{ vars.PGREGRESS_PG16_PROJECT_ID }}] - include: - - pg-version: 17 - project-id: ${{ vars.PGREGRESS_PG17_PROJECT_ID }} + pg-version: [16, 17] + include: + - pg-version: 16 + project-id: ${{ vars.PGREGRESS_PG16_PROJECT_ID }} + - pg-version: 17 + project-id: ${{ vars.PGREGRESS_PG17_PROJECT_ID }} runs-on: us-east-2 container: