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

prevent docker publish job from always running #327

Merged
merged 3 commits into from
May 16, 2022

Conversation

Voxelot
Copy link
Member

@Voxelot Voxelot commented May 16, 2022

In a previous PR (#325) I thought using exit 0 in the publish docker image job would cancel it early. Apparently, that just ends the current step and the job keeps going. This changes it back to exit 1 to ensure the job is canceled. This shouldn't cause any further slack issues (apart from potentially a double notification) since those notifications are restricted to master and tags only.

This pr also allows CI to pass if the p2p job fails since there's extensive troubleshooting underway there to resolve flakiness.

@Voxelot Voxelot force-pushed the voxelot/docker-job-fix branch from 8a606eb to 22767b7 Compare May 16, 2022 20:27
@Voxelot Voxelot self-assigned this May 16, 2022
@Voxelot Voxelot marked this pull request as ready for review May 16, 2022 20:49
@Voxelot Voxelot merged commit 0ef18f1 into master May 16, 2022
@Voxelot Voxelot deleted the voxelot/docker-job-fix branch May 16, 2022 21:54
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