Skip to content

Commit 9b93c61

Browse files
committed
working checkpoint
1 parent f511a40 commit 9b93c61

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

playbooks/pectra-dev/consolidion-overflow-tests.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config:
88
validatorMnemonic: "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
99
sourceValidatorIndex: 100
1010
targetValidatorIndex: 200
11-
consolidationWaitSlot: 60
11+
depositWaitSlot: 34
1212
tasks:
1313
- name: check_clients_are_healthy
1414
title: "Check if at least one client is ready"
@@ -17,10 +17,10 @@ tasks:
1717
minClientCount: 1
1818

1919
- name: check_consensus_slot_range
20-
title: "Wait for slot >= 34"
20+
title: "Wait for slot >= ${depositWaitSlot}"
2121
timeout: 30m
2222
configVars:
23-
minSlotNumber: "34"
23+
minSlotNumber: "depositWaitSlot"
2424

2525
- name: generate_random_mnemonic
2626
title: "Generate random mnemonic"
@@ -84,10 +84,19 @@ tasks:
8484
withdrawalCredentials: "| \"0x020000000000000000000000\" + (.targetAddress | capture(\"(0x)?(?<addr>.+)\").addr)"
8585

8686
- name: check_consensus_validator_status
87-
title: "Wait for validator to completely exit (${sourceValidatorIndex})"
87+
title: "Wait for validator to completely be active"
8888
timeout: 150m
8989
config:
9090
validatorStatus:
9191
- active_ongoing
9292
configVars:
93-
validatorIndex: "tasks.validator_32_eth_deposit.outputs.validatorPubkeys[0]"
93+
validatorPubKey: "tasks.validator_32_eth_deposit.outputs.validatorPubkeys[0]"
94+
95+
- name: check_consensus_validator_status
96+
title: "Wait for validator to completely be active"
97+
timeout: 150m
98+
config:
99+
validatorStatus:
100+
- active_ongoing
101+
configVars:
102+
validatorPubKey: "tasks.validator_2048_eth_deposit.outputs.validatorPubkeys[0]"

0 commit comments

Comments
 (0)