Skip to content

Commit

Permalink
fix(workflows): comment out broken sim tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Oct 22, 2023
1 parent b164c5b commit 697870f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,21 @@ jobs:
ENGINE_PORT: 8551
ETH_PORT: 8545

- name: Pull mergemock
run: docker pull $MERGEMOCK_IMAGE

- name: Test Lodestar <> mergemock relay
run: yarn test:sim:mergemock
working-directory: packages/beacon-node
env:
EL_BINARY_DIR: ${{ env.MERGEMOCK_IMAGE }}
EL_SCRIPT_DIR: mergemock
LODESTAR_PRESET: mainnet
ENGINE_PORT: 8551
ETH_PORT: 8661
# This container is pre-shanghai and does not support enginer_getPayloadBodyV2
# for blinding/unblinding. Re-enable when we have a newer build.
#
# - name: Pull mergemock
# run: docker pull $MERGEMOCK_IMAGE

# - name: Test Lodestar <> mergemock relay
# run: yarn test:sim:mergemock
# working-directory: packages/beacon-node
# env:
# EL_BINARY_DIR: ${{ env.MERGEMOCK_IMAGE }}
# EL_SCRIPT_DIR: mergemock
# LODESTAR_PRESET: mainnet
# ENGINE_PORT: 8551
# ETH_PORT: 8661

- name: Upload debug log test files
if: ${{ always() }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:
run: yarn test:sim:endpoints
working-directory: packages/cli

- name: Sim tests deneb
run: yarn test:sim:deneb
working-directory: packages/cli

# This test is not working correctly and does not ever reach Deneb
# - name: Sim tests deneb
# run: yarn test:sim:deneb
# working-directory: packages/cli

- name: Sim tests backup eth provider
run: yarn test:sim:backup_eth_provider
Expand Down

0 comments on commit 697870f

Please sign in to comment.