There was an error while loading. Please reload this page.
1 parent 059f607 commit 8a0a949Copy full SHA for 8a0a949
1 file changed
configuration/steps/commands/mtr.py
@@ -73,6 +73,7 @@ def _save_logs(self) -> str:
73
echo "Saving MTR logs to persistent volume because some tests failed"
74
cd {self.log_path}
75
mkdir -p {self.save_logs_path}
76
+ time find . -iregex ".*/core\(\.[0-9]+\)" -ls -exec gzip {} \;
77
find . -type f \( {patterns} \) -print0 | rsync -a --files-from=- --from0 ./ {self.save_logs_path}/
78
exit 1
79
"""
0 commit comments