Skip to content

Commit

Permalink
Adding new released versions to testconstants and upgrade chains
Browse files Browse the repository at this point in the history
Change-Id: I8e4d0e87ef6752cec4bb7db3c195a3f7aa50481c
Reviewed-on: https://review.couchbase.org/c/TAF/+/221971
Reviewed-by: Raghav S K <[email protected]>
Tested-by: Build Bot <[email protected]>
  • Loading branch information
vibhavshiras1 committed Jan 16, 2025
1 parent d96a0b7 commit 25fe781
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/testconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"7.1.3": "3479", "7.1.4": "3601", "7.1.5": "3878",
"7.1.6": "3955",
"7.2.0": "5325", "7.2.1": "5934", "7.2.2": "6401",
"7.2.3": "6705", "7.2.4": "7070", "7.2.5": "0000",
"7.2.3": "6705", "7.2.4": "7070", "7.2.5": "7596",
"7.2.6": "8114",
"7.5.0": "3000",
"7.6.0": "0000", "7.6.1": "0000", "7.6.2": "0000",
"7.6.0": "2176", "7.6.1": "3200", "7.6.2": "3722",
"7.6.3": "4200", "7.6.4": "5146",
"7.7.0": "0000", "8.0.0": "0000"}

CB_VERSION_NAME = {"0.0": "master",
Expand Down
8 changes: 8 additions & 0 deletions lib/upgrade_lib/couchbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"7.2.2": ["7.2.2-" + CB_RELEASE_BUILDS["7.2.2"]],
"7.2.3": ["7.2.3-" + CB_RELEASE_BUILDS["7.2.3"]],
"7.2.4": ["7.2.4-" + CB_RELEASE_BUILDS["7.2.4"]],
"7.2.5": ["7.2.5-" + CB_RELEASE_BUILDS["7.2.5"]],
"7.2.6": ["7.2.6-" + CB_RELEASE_BUILDS["7.2.6"]],

"7.6.0": ["7.6.0-" + CB_RELEASE_BUILDS["7.6.0"]],
"7.6.1": ["7.6.1-" + CB_RELEASE_BUILDS["7.6.1"]],
"7.6.2": ["7.6.2-" + CB_RELEASE_BUILDS["7.6.2"]],
"7.6.3": ["7.6.3-" + CB_RELEASE_BUILDS["7.6.3"]],
"7.6.4": ["7.6.4-" + CB_RELEASE_BUILDS["7.6.4"]],

# Ref: https://docs.couchbase.com/server/current/install/upgrade.html
"6.6.4_7.2.3": ["6.6.4-" + CB_RELEASE_BUILDS["6.6.4"],
Expand Down

0 comments on commit 25fe781

Please sign in to comment.