Skip to content

Commit 15cbeb0

Browse files
authored
updated latest release binary version in upgrade tests (#511)
1 parent 964ff03 commit 15cbeb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration_tests/upgrade/add-new-node-after-upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ localnet_dir=".localnet"
55
dcl_user_home="/var/lib/dcl"
66
DCL_DIR="$dcl_user_home/.dcl"
77
mainnet_stable_version="0.12.1"
8-
latest_release_binary_version="1.2.2-pre"
8+
latest_release_binary_version="1.2.2"
99

1010
node_name="new-observer"
1111
node_p2p_port=26670

integration_tests/upgrade/test-upgrade.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ trustee_account_3="bob"
203203
vendor_account="vendor_account"
204204

205205
plan_name="v1.2"
206-
binary_version="v1.2.2-pre"
207-
upgrade_checksum="sha256:d1634c52c1fcc7eb529a51c41f626d9183690a18951c27756ac794a32be6526a"
206+
binary_version="v1.2.2"
207+
upgrade_checksum="sha256:3f2b2a98b7572c6598383f7798c6bc16b4e432ae5cfd9dc8e84105c3d53b5026"
208208
vid=1
209209
pid_1=1
210210
pid_2=2

0 commit comments

Comments
 (0)