Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hive EEST tests and disable pectra assertoor #13486

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading