Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/integration' into update-orbit-a…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
zacshowa committed Sep 16, 2024
2 parents b369192 + d04a73f commit e45b024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ jobs:
- name: Smoke Test with Latest Espresso Image
run: |
${{ matrix.test-script }}
timeout-minutes: 60
timeout-minutes: 30

- name: Dump docker logs on failure
if: failure()
run: |
docker compose logs
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

espresso-dev-node:
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main
# TODO: revert to `:main` tag once we are compatible with the updated LC ABI
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240906-lc-legacy-abi
ports:
- "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
- "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"
Expand Down

0 comments on commit e45b024

Please sign in to comment.