We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17eb27 commit db77fb9Copy full SHA for db77fb9
.github/scripts/submit_and_monitor_bench.sh
@@ -47,6 +47,11 @@ if [ ! -f "$yaml_file" ]; then
47
echo "[$dir] ERROR: Expected output file not found: $yaml_file"
48
echo "[$dir] Directory contents:"
49
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
55
exit 1
56
fi
57
0 commit comments