Skip to content

Commit

Permalink
Finalize BABEL_4_3_STABLE (babelfish-for-postgresql#2852)
Browse files Browse the repository at this point in the history
Disable TDS fault injection.
Update DEFAULT_BRANCH to point to stable branch.
Update workflows to point to stable branch.

Signed-off-by: Rishabh Tanwar [email protected]
  • Loading branch information
rishabhtanwar29 authored Aug 14, 2024
1 parent e02ee26 commit eecb8f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/clone_engine_repo.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_BRANCH=BABEL_4_X_DEV__PG_16_X
DEFAULT_BRANCH=BABEL_4_3_STABLE__PG_16_4
8 changes: 4 additions & 4 deletions .github/template/version-branch-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/major-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/singledb-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eecb8f2

Please sign in to comment.