Skip to content

Commit 5d76749

Browse files
committed
validator-lifecycle-test-v3 fixes
1 parent 6c91c19 commit 5d76749

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

playbooks/pectra-dev/validator-lifecycle-test-v3.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,32 +1177,32 @@ tasks:
11771177
exit 1
11781178
fi
11791179
1180-
# validator #7: 48 ETH (48 ETH EB), 0x02 withdrawal creds
1180+
# validator #7: 111.9 ETH (111 ETH EB), 0x02 withdrawal creds
11811181
- name: check_consensus_validator_status
11821182
title: "Get validator #7 info"
11831183
id: validator_info_7
11841184
timeout: 8h
11851185
config:
11861186
validatorStatus:
11871187
- active_ongoing
1188-
minValidatorBalance: 143800000000
1188+
minValidatorBalance: 111800000000
11891189
configVars:
11901190
validatorPubKey: "tasks.all_pubkeys.outputs.pubkeys[7]"
11911191
- name: run_shell
1192-
title: "Check validator #7 status: 144 ETH (143 ETH EB), 0x02 withdrawal creds"
1192+
title: "Check validator #7 status: 111.9 ETH (111 ETH EB), 0x02 withdrawal creds"
11931193
config:
11941194
envVars:
11951195
validator: "tasks.validator_info_7.outputs.validator"
11961196
command: |
11971197
balance=$(echo "$validator" | jq -r '.balance')
1198-
if [ "$balance" -lt 143800000000 ]; then
1199-
echo "Balance too low! expected: > 143.8 ETH, got: $balance Gwei"
1198+
if [ "$balance" -lt 111800000000 ]; then
1199+
echo "Balance too low! expected: > 111.8 ETH, got: $balance Gwei"
12001200
exit 1
12011201
fi
12021202
12031203
effective_balance=$(echo "$validator" | jq -r '.validator.effective_balance')
1204-
if [ "$effective_balance" != "143000000000" ]; then
1205-
echo "Effective balance too low! expected: 143 ETH, got: $effective_balance Gwei"
1204+
if [ "$effective_balance" != "111000000000" ]; then
1205+
echo "Effective balance too low! expected: 111 ETH, got: $effective_balance Gwei"
12061206
exit 1
12071207
fi
12081208
@@ -1220,7 +1220,7 @@ tasks:
12201220
# index 4: exited 0 ETH (0 ETH EB), 0x01 withdrawal creds (consolidated to 7)
12211221
# index 5: exited 0 ETH (0 ETH EB), 0x02 withdrawal creds (consolidated to 7)
12221222
# index 6: active 32 ETH (32 ETH EB), 0x01 withdrawal creds
1223-
# index 7: active 143.9 ETH (143 ETH EB), 0x02 withdrawal creds
1223+
# index 7: active 111.9 ETH (111 ETH EB), 0x02 withdrawal creds
12241224
# index 8: active 32 ETH (32 ETH EB), 0x02 withdrawal creds
12251225
# index 9: exited 0 ETH (0 ETH EB), 0x02 withdrawal creds
12261226

@@ -1268,7 +1268,7 @@ tasks:
12681268
# validator #6: 42 ETH (42 ETH EB), 0x02 withdrawal creds
12691269
- name: check_consensus_validator_status
12701270
title: "Get validator #6 info"
1271-
id: validator_info_6
1271+
id: validator_info_6_b
12721272
timeout: 1h
12731273
config:
12741274
validatorStatus:
@@ -1280,7 +1280,7 @@ tasks:
12801280
title: "Check validator #6 status: 42 ETH (41 ETH EB), 0x00 withdrawal creds"
12811281
config:
12821282
envVars:
1283-
validator: "tasks.validator_info_6.outputs.validator"
1283+
validator: "tasks.validator_info_6_b.outputs.validator"
12841284
command: |
12851285
balance=$(echo "$validator" | jq -r '.balance')
12861286
if [ "$balance" -lt 41900000000 ]; then

0 commit comments

Comments
 (0)