Skip to content

Commit

Permalink
polish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 5, 2024
1 parent f006233 commit a9bd414
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
50 changes: 32 additions & 18 deletions .github/workflows/kurtosis/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,37 @@ assertoor_params:
run_stability_check: false
run_block_proposal_check: false
tests:
- {
file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
id: "wait1",
config: { slot: 14 },
}
- {
file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/bls-changes.yaml",
config: { validatorCount: 300 },
}
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/all-opcodes-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/dencun-opcodes-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/eoa-transactions-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/stability-check.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/synchronized-check.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-exit-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-lifecycle-test-v2.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-lifecycle-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-proposer-slashing-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-withdrawal-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/vaidator-withdrawal-test-v2.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml

- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/eip7702-test.yaml
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait1",
# config: { slot: 14 },
# }
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/bls-changes.yaml",
# config: { validatorCount: 300 },
# }

- {
file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
id: "wait1",
config: { slot: 24 },
}
# - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/eip7702-test.yaml

# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait1",
# config: { slot: 24 },
# }

# # EIP-6110
# - {
Expand Down Expand Up @@ -92,6 +106,6 @@ assertoor_params:
# }

# Final check
- {
file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml",
}
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml",
# }
3 changes: 2 additions & 1 deletion .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
with:
enclave_name: "kurtosis-run-${{ matrix.os.name }}-${{ github.run_id }}"
ethereum_package_args: "./kurtosis_config.yaml"
kurtosis_extra_args: --verbosity detailed --cli-log-level trace
#kurtosis_extra_args: --verbosity detailed --cli-log-level trace
enclave_dump: false

0 comments on commit a9bd414

Please sign in to comment.