Skip to content

Commit db77fb9

Browse files
committed
fix
1 parent e17eb27 commit db77fb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/submit_and_monitor_bench.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ if [ ! -f "$yaml_file" ]; then
4747
echo "[$dir] ERROR: Expected output file not found: $yaml_file"
4848
echo "[$dir] Directory contents:"
4949
ls -la *.yaml 2>/dev/null || echo " No YAML files found"
50+
echo ""
51+
echo "[$dir] Last 100 lines of job output ($output_file):"
52+
echo "----------------------------------------"
53+
tail -n 100 "$output_file" 2>/dev/null || echo " Could not read output file"
54+
echo "----------------------------------------"
5055
exit 1
5156
fi
5257

0 commit comments

Comments
 (0)