We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the harness/fuzzers are running properly, we should report some sort of status to EC2Reporter.
Probably:
The text was updated successfully, but these errors were encountered:
We can run this command python3 -m EC2Reporter --report "TESTING" || true and the Status Data portion on EC2SpotManager will be updated.
python3 -m EC2Reporter --report "TESTING" || true
Alternatively, we can call in the EC2Reporter library in Python directly.
Sorry, something went wrong.
No branches or pull requests
When the harness/fuzzers are running properly, we should report some sort of status to EC2Reporter.
Probably:
The text was updated successfully, but these errors were encountered: