Skip to content

Commit f0cb9d0

Browse files
committed
update test references in all.yaml
1 parent 8081274 commit f0cb9d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

playbooks/pectra-dev/kurtosis/all.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
title: "Generate BLS changes for validator 0-300"
1414
timeout: 30m
1515
config:
16-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/bls-changes.yaml
16+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/bls-changes.yaml
1717
testConfig:
1818
validatorCount: 300
1919

@@ -27,7 +27,7 @@ tasks:
2727
title: "Generate massive deposit with 0x02 creds"
2828
timeout: 30m
2929
config:
30-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/massive-deposit-0x02.yaml
30+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/massive-deposit-0x02.yaml
3131

3232
# EIP-2935
3333
- name: check_consensus_slot_range
@@ -39,7 +39,7 @@ tasks:
3939
title: "Deploy and test blockhash contract"
4040
timeout: 30m
4141
config:
42-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/blockhash-test.yaml
42+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/blockhash-test.yaml
4343

4444
# EIP-7002
4545
- name: check_consensus_slot_range
@@ -51,7 +51,7 @@ tasks:
5151
title: "Generate voluntary exits for validator 0-10"
5252
timeout: 30m
5353
config:
54-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/voluntary-exits.yaml
54+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/voluntary-exits.yaml
5555
testConfig:
5656
validatorCount: 10
5757
- name: check_consensus_slot_range
@@ -63,7 +63,7 @@ tasks:
6363
title: "EL-triggered exit test for validator 20"
6464
timeout: 30m
6565
config:
66-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/el-triggered-exit.yaml
66+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/el-triggered-exit.yaml
6767
testConfig:
6868
validatorIndex: 20
6969

@@ -77,7 +77,7 @@ tasks:
7777
title: "Withdrawal credential change for validator 25 to 0x02 creds via self consolidation"
7878
timeout: 30m
7979
config:
80-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/el-triggered-consolidation.yaml
80+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/el-triggered-consolidation.yaml
8181
testConfig:
8282
sourceValidatorIndex: 25
8383
targetValidatorIndex: 25
@@ -90,7 +90,7 @@ tasks:
9090
title: "Generate EL-triggered consolidation for validator 21"
9191
timeout: 30m
9292
config:
93-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/el-triggered-consolidation.yaml
93+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/el-triggered-consolidation.yaml
9494
testConfig:
9595
sourceValidatorIndex: 21
9696
targetValidatorIndex: 25
@@ -100,4 +100,4 @@ tasks:
100100
title: "Final check"
101101
timeout: 60m
102102
config:
103-
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/stable/block-proposal-check.yaml
103+
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/stable/block-proposal-check.yaml

0 commit comments

Comments
 (0)