3 Commits

Author SHA1 Message Date
Doug Hellmann
1f1b9faacb fix command handling in tox-log-command.sh
Exit with an error if the pipeline produces an error and run the correct
command rather than the part of the command name used for the output
filename.

Change-Id: I0754ab219983cad3eb8dae327a5435d094f8cf85
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-12-06 16:39:25 -05:00
Doug Hellmann
248aca1a48 log yamllint output to its own file
Adjust the tox log wrapper so it works with the full path to the
script for running yamllint, then add it to the step for running
yamllint so the results are logged to a separate file.

Change-Id: I98561e17e4fa76aeee9adfd57d9e71a7f229e536
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-12-05 23:38:14 -05:00
Doug Hellmann
178cc689aa log the output of list-changes to a separate file for easier reading
Having the rather complex output of list-changes mixed in with the
main job log can make it difficult to read. Continue to include the
data in the main log file but also write it to a separate file that is
easier to consume.

Change-Id: If4d3b56c76b2bf513b2d44ffedf5825f562f4bfb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-25 19:08:51 -04:00