From eecb8f2e2e2d1b02b0c6a9a68c60a77b7e0cc17b Mon Sep 17 00:00:00 2001 From: Rishabh Tanwar <33982749+rishabhtanwar29@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:48:55 +0530 Subject: [PATCH] Finalize BABEL_4_3_STABLE (#2852) Disable TDS fault injection. Update DEFAULT_BRANCH to point to stable branch. Update workflows to point to stable branch. Signed-off-by: Rishabh Tanwar ritanwar@amazon.com --- .github/scripts/clone_engine_repo.conf | 2 +- .github/template/version-branch-template.yml | 8 ++++---- .github/workflows/major-version-upgrade.yml | 4 ++-- .github/workflows/singledb-version-upgrade.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/scripts/clone_engine_repo.conf b/.github/scripts/clone_engine_repo.conf index 024af54df9..fd698fc782 100644 --- a/.github/scripts/clone_engine_repo.conf +++ b/.github/scripts/clone_engine_repo.conf @@ -1 +1 @@ -DEFAULT_BRANCH=BABEL_4_X_DEV__PG_16_X +DEFAULT_BRANCH=BABEL_4_3_STABLE__PG_16_4 diff --git a/.github/template/version-branch-template.yml b/.github/template/version-branch-template.yml index dbbb9ea84f..c8acf6ac27 100644 --- a/.github/template/version-branch-template.yml +++ b/.github/template/version-branch-template.yml @@ -44,8 +44,8 @@ engine_branch: BABEL_2_9_STABLE__PG_14_12 extension_branch: BABEL_2_9_STABLE '14.13': - engine_branch: BABEL_2_X_DEV__PG_14_X - extension_branch: BABEL_2_X_DEV + engine_branch: BABEL_2_10_STABLE__PG_14_13 + extension_branch: BABEL_2_10_STABLE '15.2': engine_branch: BABEL_3_1_STABLE__PG_15_2 extension_branch: BABEL_3_1_STABLE @@ -65,8 +65,8 @@ engine_branch: BABEL_3_6_STABLE__PG_15_7 extension_branch: BABEL_3_6_STABLE '15.8': - engine_branch: BABEL_3_X_DEV__PG_15_X - extension_branch: BABEL_3_X_DEV + engine_branch: BABEL_3_7_STABLE__PG_15_8 + extension_branch: BABEL_3_7_STABLE '16.1': engine_branch: BABEL_4_0_STABLE__PG_16_1 extension_branch: BABEL_4_0_STABLE diff --git a/.github/workflows/major-version-upgrade.yml b/.github/workflows/major-version-upgrade.yml index 4b3dc0e891..03d55acf53 100644 --- a/.github/workflows/major-version-upgrade.yml +++ b/.github/workflows/major-version-upgrade.yml @@ -6,8 +6,8 @@ jobs: env: OLD_INSTALL_DIR: psql_source NEW_INSTALL_DIR: psql_target - ENGINE_BRANCH_FROM: BABEL_2_7_STABLE__PG_14_10 - EXTENSION_BRANCH_FROM: BABEL_2_7_STABLE + ENGINE_BRANCH_FROM: BABEL_2_10_STABLE__PG_14_13 + EXTENSION_BRANCH_FROM: BABEL_2_10_STABLE runs-on: ubuntu-20.04 steps: diff --git a/.github/workflows/singledb-version-upgrade.yml b/.github/workflows/singledb-version-upgrade.yml index 0ad17f0d64..5bd0f43d8d 100644 --- a/.github/workflows/singledb-version-upgrade.yml +++ b/.github/workflows/singledb-version-upgrade.yml @@ -7,8 +7,8 @@ jobs: env: OLD_INSTALL_DIR: psql_source NEW_INSTALL_DIR: psql_target - ENGINE_BRANCH_FROM: BABEL_2_7_STABLE__PG_14_10 - EXTENSION_BRANCH_FROM: BABEL_2_7_STABLE + ENGINE_BRANCH_FROM: BABEL_2_10_STABLE__PG_14_13 + EXTENSION_BRANCH_FROM: BABEL_2_10_STABLE runs-on: ubuntu-20.04 steps: