We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1fefc commit a65a6e9Copy full SHA for a65a6e9
1 file changed
playbooks/pectra-dev/all.yaml
@@ -81,6 +81,19 @@ tasks:
81
testConfig:
82
sourceValidatorIndex: 21
83
targetValidatorIndex: 25
84
+ - name: check_consensus_slot_range
85
+ title: "Wait for slot >= 58"
86
+ timeout: 2h
87
+ config:
88
+ minSlotNumber: 58
89
+ - name: run_external_tasks
90
+ title: "Withdrawal credential change for validator 22 to 0x02 creds via self consolidation"
91
+ timeout: 30m
92
93
+ testFile: https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/el-triggered-consolidation.yaml
94
+ testConfig:
95
+ sourceValidatorIndex: 22
96
+ targetValidatorIndex: 22
97
98
# Final check
99
- name: run_external_tasks
0 commit comments