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 fuzzer.bash script and entrypoint in docker file #2102

Merged
merged 22 commits into from
Feb 5, 2024

Conversation

anodar
Copy link
Contributor

@anodar anodar commented Jan 25, 2024

Currently running the nitro-fuzzer docker doesn't do anything, it silently fails without error code or a log.

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Jan 25, 2024
@anodar anodar requested a review from tsahee January 25, 2024 14:44
@anodar anodar enabled auto-merge January 25, 2024 14:50
workflow_dispatch:
merge_group:
pull_request:
push:
Copy link
Member

Choose a reason for hiding this comment

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

Would it make since to use

on:
  release:
    types: [created, published]

instead? That way you don't need to check for release label either.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to that.

My reasoning behind having label that triggers it was for the case where one makes big changes and wants to run more exhaustive testing without creating a release.

Copy link
Member

Choose a reason for hiding this comment

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

What you said actually makes more sense rather than triggering on actual release. What do you think about just having it trigger on workflow_dispatch for now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SG, changed to that.

Copy link
Member

@joshuacolvin0 joshuacolvin0 left a comment

Choose a reason for hiding this comment

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

LGTM

@anodar anodar merged commit 2f5a9a5 into master Feb 5, 2024
8 checks passed
@anodar anodar deleted the fix-fuzzer-entrypoint branch February 5, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants