Show more than 1 MB of google cloud test logs #5361
Labels
A-devops
Area: Pipelines, CI/CD and Dockerfiles
A-diagnostics
Area: Diagnosing issues or monitoring performance
C-bug
Category: This is a bug
S-needs-investigation
Status: Needs further investigation
Motivation
In PR #5358, we limited Google Cloud jobs to the last 1MB of test logs, to avoid a GitHub Actions output limit:
https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions
Designs
We could use log artifacts:
https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
Or modify the
ssh-compute
GitHub action so it shows the SSH output:google-github-actions/ssh-compute#29
The text was updated successfully, but these errors were encountered: