-
Notifications
You must be signed in to change notification settings - Fork 120
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(ci): Show logs after each Google Cloud test job #5358
Conversation
I think we're running into the 1 MB step output limit here: Longer-term, we could use log artifacts: |
Failed with:
https://github.com/ZcashFoundation/zebra/actions/runs/3203562017/jobs/5233804843#step:3:97 |
@Mergifyio update |
✅ Branch has been successfully updated |
Failed with:
This is #5362 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tee hee | tail
Superseded by #5367 |
Motivation
PR #5330 stopped showing any test logs in Google Cloud test runs that use the
ssh-compute
action.But we need those logs to diagnose test failures.
Solution
Add a step that shows the logs after each time we run
ssh-compute
Review
This PR is urgent because we need to be able to diagnose google cloud failures.
Reviewer Checklist