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

Add pipefail to docker demo #2261

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Add pipefail to docker demo #2261

merged 2 commits into from
Nov 7, 2024

Conversation

tbro
Copy link
Contributor

@tbro tbro commented Nov 6, 2024

docker demo is succeeding on main, even though services never become ready. The error in the logs is:

dependency failed to start: container espresso-sequencer-sequencer1-1 exited (101)
error: Recipe `demo` failed on line 8 with exit code 1

example run: https://github.com/EspressoSystems/espresso-sequencer/actions/runs/11706340826/job/32604796112

In addition, !pull_request filter has been temporarily removed so we can reproduce in this PR.

@@ -478,7 +478,7 @@ jobs:
labels: ${{ steps.dev-rollup.outputs.labels }}

test-demo:
if: ${{ github.event_name != 'pull_request' }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can also use workflow dispatch to trigger it even though it has this if statement. Not 100% sure though.

tbro added 2 commits November 7, 2024 13:31
temporarily disable  !pull_request filter
@tbro tbro force-pushed the tb/ci/false-positive-docker-demo branch from e0ceea5 to c046b44 Compare November 7, 2024 19:33
@tbro tbro marked this pull request as ready for review November 7, 2024 19:33
@tbro tbro changed the title Add pipefail to expose false positive Add pipefail to docker demo Nov 7, 2024
@tbro tbro merged commit dfb2c77 into main Nov 7, 2024
16 of 17 checks passed
@tbro tbro deleted the tb/ci/false-positive-docker-demo branch November 7, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants