Skip to content

Commit

Permalink
Update config file to point to correct branch for upgrade test framew…
Browse files Browse the repository at this point in the history
…ork (#2680)

This commit updates config file to point to correct branch for upgrade test framework.

Signed-off-by: Sumit Jaiswal sumiji@amazon.com
  • Loading branch information
sumitj824 committed Jun 24, 2024
1 parent 8921a01 commit e5eb572
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/template/version-branch-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
engine_branch: BABEL_2_8_STABLE__PG_14_11
extension_branch: BABEL_2_8_STABLE
'14.12':
engine_branch: BABEL_2_X_DEV__PG_14_X
extension_branch: BABEL_2_X_DEV
engine_branch: BABEL_2_9_STABLE__PG_14_12
extension_branch: BABEL_2_9_STABLE
'15.2':
engine_branch: BABEL_3_1_STABLE__PG_15_2
extension_branch: BABEL_3_1_STABLE
Expand All @@ -59,8 +59,8 @@
engine_branch: BABEL_3_5_STABLE__PG_15_6
extension_branch: BABEL_3_5_STABLE
'15.7':
engine_branch: BABEL_3_X_DEV__PG_15_X
extension_branch: BABEL_3_X_DEV
engine_branch: BABEL_3_6_STABLE__PG_15_7
extension_branch: BABEL_3_6_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_9_STABLE__PG_14_12
EXTENSION_BRANCH_FROM: BABEL_2_9_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_9_STABLE__PG_14_12
EXTENSION_BRANCH_FROM: BABEL_2_9_STABLE

runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit e5eb572

Please sign in to comment.