Skip to content

Commit

Permalink
Fix hive EEST tests and disable pectra assertoor
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 committed Jan 17, 2025
1 parent 03575f4 commit 09e799f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/kurtosis/pectra.io
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ participants_matrix:
- el_type: erigon
el_image: test/erigon:current
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:pawan-electra-alpha7-0dd215c
- cl_type: teku
cl_image: ethpandaops/teku:mekong
cl_image: consensys/teku:develop
- cl_type: lodestar
cl_image: ethpandaops/lodestar:devnet-5-1c2b5ed
network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
Expand All @@ -19,5 +19,4 @@ assertoor_params:
run_stability_check: false
run_block_proposal_check: true
tests:
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/all.yaml"}

- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/all.yaml"}
6 changes: 3 additions & 3 deletions .github/workflows/test-hive-eest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Checkout Hive
uses: actions/checkout@v4
with:
repository: danceratopz/hive
ref: prague-devnet-4
repository: ethereum/hive
# ref: prague-devnet-4
path: hive
- name: Setup go env and cache
uses: actions/setup-go@v5
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
echo -e "\n\n============================================================"
echo "Running test: ${1}"
echo -e "\n"
./hive --sim 'ethereum/eest/consume-engine' --client erigon 2>&1 | tee output.log || {
./hive --sim 'ethereum/eest/consume-engine' --client erigon --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/pectra-devnet-5%40v1.1.0/fixtures_pectra-devnet-5.tar.gz --sim.buildarg branch=pectra-devnet-5 2>&1 | tee output.log || {
if [ $? -gt 0 ]; then
echo "Exitcode gt 0"
fi
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
kurtosis_extra_args: --verbosity detailed --cli-log-level trace
persistent_logs: "true"

- name: Run Pectra Kurtosis + assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
enclave_name: "kurtosis-run2-${{ github.run_id }}"
ethereum_package_args: ".github/workflows/kurtosis/pectra.io"
kurtosis_extra_args: --verbosity detailed --cli-log-level trace
persistent_logs: "true"
# - name: Run Pectra Kurtosis + assertoor tests
# uses: ethpandaops/kurtosis-assertoor-github-action@v1
# with:
# enclave_name: "kurtosis-run2-${{ github.run_id }}"
# ethereum_package_args: ".github/workflows/kurtosis/pectra.io"
# kurtosis_extra_args: --verbosity detailed --cli-log-level trace
# persistent_logs: "true"

0 comments on commit 09e799f

Please sign in to comment.