diff options
author | Chris Evich <cevich@redhat.com> | 2019-10-08 14:20:44 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-10-08 16:47:37 -0400 |
commit | ffe726ed6438237be6c108f2ba0da10944617153 (patch) | |
tree | 2811d17df1681ebe04c49bec71c5937cec476b7f /.cirrus.yml | |
parent | 589261f275b485d78a6ac1bd7b95578257fc020f (diff) | |
download | podman-ffe726ed6438237be6c108f2ba0da10944617153.tar.gz podman-ffe726ed6438237be6c108f2ba0da10944617153.tar.bz2 podman-ffe726ed6438237be6c108f2ba0da10944617153.zip |
Cirrus: Produce and collect varlink output
When executing 'make remotesystem' testing, a varlink process is started
up but it's stdio is dumped due to the production of excessive data.
However, this also means if the process has a problem, any errors will
not be accessible.
Instead, grab only the last 100 lines and direct them into a file. Also
update automation's log collection to retrieve this file when the
`$REMOTE_CLIENT` env. var. is `true`.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7f295e22e..5d6cfefd0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -368,6 +368,7 @@ testing_task: df_script: '$SCRIPT_BASE/logcollector.sh df' audit_log_script: '$SCRIPT_BASE/logcollector.sh audit' journal_script: '$SCRIPT_BASE/logcollector.sh journal' + varlink_script: '$SCRIPT_BASE/logcollector.sh varlink' # Test crun only on latest Fedora testing_crun_task: |