Skip to content

Commit f04ecaa

Browse files
authored
chore: disable assertoor failing checks (#1447)
1 parent aae93fb commit f04ecaa

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

.github/config/assertoor/cl-stability-check.yml

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,39 @@ tasks:
1212
title: "Check if all clients are ready"
1313
timeout: 1m
1414

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"
2425

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"
4041

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"

.github/config/assertoor/network-params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ assertoor_params:
2727
run_stability_check: false
2828
run_block_proposal_check: false
2929
tests:
30-
- https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/main/.github/config/assertoor/cl-stability-check.yml
30+
- https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/electra-support/.github/config/assertoor/cl-stability-check.yml
3131

3232
tx_fuzz_params:
3333
tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]

0 commit comments

Comments
 (0)