@@ -12,38 +12,39 @@ tasks:
12
12
title : " Check if all clients are ready"
13
13
timeout : 1m
14
14
15
- - name : run_tasks_concurrent
16
- title : " Check if all EL & CL clients are synced and the tx spammer is working"
17
- timeout : 5m
18
- config :
19
- tasks :
20
- - name : check_consensus_sync_status
21
- title : " Check if CL clients are synced"
22
- - name : check_execution_sync_status
23
- title : " Check if EL clients are synced"
15
+ # TODO(#1413) The following tasks are not working yet, this will be part of the 3rd electra phase
16
+ # - name: run_tasks_concurrent
17
+ # title: "Check if all EL & CL clients are synced and the tx spammer is working"
18
+ # timeout: 5m
19
+ # config:
20
+ # tasks:
21
+ # - name: check_consensus_sync_status
22
+ # title: "Check if CL clients are synced"
23
+ # - name: check_execution_sync_status
24
+ # title: "Check if EL clients are synced"
24
25
25
- - name : run_task_matrix
26
- title : " Check block proposals from all client pairs"
27
- timeout : 6m
28
- configVars :
29
- matrixValues : " validatorPairNames"
30
- config :
31
- runConcurrent : true
32
- matrixVar : " validatorPairName"
33
- task :
34
- name : check_consensus_block_proposals
35
- title : " Wait for block proposal from ${validatorPairName}"
36
- config :
37
- minTransactionCount : 80 # For some reason the tx fuzz is working different than the old spammer, we need to check it
38
- configVars :
39
- validatorNamePattern : " validatorPairName"
26
+ # - name: run_task_matrix
27
+ # title: "Check block proposals from all client pairs"
28
+ # timeout: 6m
29
+ # configVars:
30
+ # matrixValues: "validatorPairNames"
31
+ # config:
32
+ # runConcurrent: true
33
+ # matrixVar: "validatorPairName"
34
+ # task:
35
+ # name: check_consensus_block_proposals
36
+ # title: "Wait for block proposal from ${validatorPairName}"
37
+ # config:
38
+ # minTransactionCount: 80 # For some reason the tx fuzz is working different than the old spammer, we need to check it
39
+ # configVars:
40
+ # validatorNamePattern: "validatorPairName"
40
41
41
- - name : run_tasks_concurrent
42
- title : " Check chain stability (reorgs and forks)"
43
- timeout : 7m
44
- config :
45
- tasks :
46
- - name : check_consensus_reorgs
47
- title : " Check consensus reorgs"
48
- - name : check_consensus_forks
49
- title : " Check consensus forks"
42
+ # - name: run_tasks_concurrent
43
+ # title: "Check chain stability (reorgs and forks)"
44
+ # timeout: 7m
45
+ # config:
46
+ # tasks:
47
+ # - name: check_consensus_reorgs
48
+ # title: "Check consensus reorgs"
49
+ # - name: check_consensus_forks
50
+ # title: "Check consensus forks"
0 commit comments