Skip to content

Commit

Permalink
run job off thorax/erigon:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 12, 2024
1 parent a9bd414 commit b475e06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 95 deletions.
108 changes: 17 additions & 91 deletions .github/workflows/kurtosis/config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
participants_matrix:
el:
# - el_type: nethermind
# el_image: nethermindeth/nethermind:pectra
- el_type: geth
# el_image: ethpandaops/geth:master
- el_type: erigon
el_image: moskud/erigon_images:7702txpool_test3
# - el_type: ethereumjs
# el_image: ethpandaops/ethereumjs:master
el_image: thorax/erigon:latest
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:electra-devnet-1
#cl_image: ethpandaops/lighthouse:stable
- cl_type: teku
cl_image: ethpandaops/teku:master
# - cl_type: nimbus
# cl_image: ethpandaops/nimbus-eth2:unstable
#cl_image: ethpandaops/teku:master
network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
Expand All @@ -26,86 +22,16 @@ assertoor_params:
run_stability_check: false
run_block_proposal_check: false
tests:
- 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/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

# - {
# 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/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
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait2",
# config: { slot: 38 },
# }
# - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/massive-deposit-0x02.yaml

# # EIP-2935
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait3",
# config: { slot: 42 },
# }
# - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/blockhash-test.yaml

# # EIP-7002
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait4",
# config: { slot: 46 },
# }
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/voluntary-exits.yaml",
# config: { validatorCount: 10 },
# }
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait5",
# config: { slot: 50 },
# }
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/el-triggered-exit.yaml",
# config: { validatorIndex: 20 },
# }

# # EIP-7251
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/wait-for-slot.yaml",
# id: "wait6",
# config: { slot: 54 },
# }
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/pectra-dev/el-triggered-consolidation.yaml",
# config: { sourceValidatorIndex: 21, targetValidatorIndex: 25 },
# }

# Final check
# - {
# file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.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
5 changes: 1 addition & 4 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
runs-on: ${{ matrix.os.id }}

steps:
- uses: actions/checkout@v4
- name: Create a temporary file
run: |
echo "This is a temporary file" > ${{ runner.temp }}/tempfile.txt
# - uses: actions/checkout@v4

- name: Install dependencies on Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit b475e06

Please sign in to comment.