You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#258 adds a new subcommand gotestsum tool ci-matrix for using the timing in test2json files to split all the packages into buckets of packages that can be run in parallel in github actions.
This issue is to track improvements to the new subcommand:
Support different output formats. The current format is optimized for integrating directly into github actions workflows. But the logic in this subcommand could also be used with other CI systems, or it might be integrate into existing tooling
Document gotestsum tool ci-matrix in the README.
Add a new --jsonfile-timing=<filename> flag to gotestsum as an alternative to --jsonfile. The file would include only the events for run, pass, and fail (no output events). This would significantly reduce the size of the files that need to be stored in artifacts and cache to calculate the partitioning of packages in future runs.
The text was updated successfully, but these errors were encountered:
#258 adds a new subcommand
gotestsum tool ci-matrix
for using the timing intest2json
files to split all the packages into buckets of packages that can be run in parallel in github actions.This issue is to track improvements to the new subcommand:
gotestsum tool ci-matrix
in the README.--jsonfile-timing=<filename>
flag togotestsum
as an alternative to--jsonfile
. The file would include only the events forrun
,pass
, andfail
(nooutput
events). This would significantly reduce the size of the files that need to be stored in artifacts and cache to calculate the partitioning of packages in future runs.The text was updated successfully, but these errors were encountered: