Skip to content

Commit f6859b1

Browse files
authored
Add tempo to local testnet config and update fulu kurtosis config files (#7898)
This PR adds tempo to kurtosis config and will collect lighthouse traces on kurtosis local testnet. The traces can be viewed / queried from Grafana. Also updated fulu kurtosis configs to use latest geth image.
1 parent b4704ea commit f6859b1

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

scripts/local_testnet/network_params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ additional_services:
1616
- dora
1717
- spamoor
1818
- prometheus_grafana
19+
- tempo

scripts/local_testnet/network_params_das.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ participants:
22
- cl_type: lighthouse
33
cl_image: lighthouse:local
44
el_type: geth
5-
el_image: ethpandaops/geth:fusaka-devnet-3
5+
el_image: ethpandaops/geth:master
66
supernode: true
77
cl_extra_params:
88
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
@@ -12,7 +12,7 @@ participants:
1212
- cl_type: lighthouse
1313
cl_image: lighthouse:local
1414
el_type: geth
15-
el_image: ethpandaops/geth:fusaka-devnet-3
15+
el_image: ethpandaops/geth:master
1616
supernode: false
1717
cl_extra_params:
1818
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
@@ -29,7 +29,9 @@ additional_services:
2929
- dora
3030
- spamoor
3131
- prometheus_grafana
32+
- tempo
3233
spamoor_params:
34+
image: ethpandaops/spamoor:master
3335
spammers:
3436
- scenario: eoatx
3537
config:

scripts/tests/checkpoint-sync-config-devnet.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@ participants:
33
- cl_type: lighthouse
44
cl_image: lighthouse:local
55
el_type: geth
6-
# There isn't a devnet-4 image
7-
el_image: ethpandaops/geth:fusaka-devnet-3
6+
el_image: ethpandaops/geth:master
87
supernode: true
98
- cl_type: lighthouse
109
cl_image: lighthouse:local
1110
el_type: geth
12-
# There isn't a devnet-4 image
13-
el_image: ethpandaops/geth:fusaka-devnet-3
11+
el_image: ethpandaops/geth:master
1412
supernode: false
1513

1614
checkpoint_sync_enabled: true
17-
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-4.ethpandaops.io"
15+
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-3.ethpandaops.io"
1816

1917
global_log_level: debug
2018

2119
network_params:
22-
network: fusaka-devnet-4
20+
network: fusaka-devnet-3

scripts/tests/genesis-sync-config-fulu.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ participants:
33
- cl_type: lighthouse
44
cl_image: lighthouse:local
55
el_type: geth
6-
el_image: ethpandaops/geth:fusaka-devnet-2
6+
el_image: ethpandaops/geth:master
77
supernode: true
88
count: 2
99
# nodes without validators, used for testing sync.
1010
- cl_type: lighthouse
1111
cl_image: lighthouse:local
1212
el_type: geth
13-
el_image: ethpandaops/geth:fusaka-devnet-2
13+
el_image: ethpandaops/geth:master
1414
supernode: true
1515
validator_count: 0
1616
- cl_type: lighthouse
1717
cl_image: lighthouse:local
1818
el_type: geth
19-
el_image: ethpandaops/geth:fusaka-devnet-2
19+
el_image: ethpandaops/geth:master
2020
supernode: false
2121
validator_count: 0
2222
network_params:

0 commit comments

Comments
 (0)