Skip to content

Commit 4a45ef6

Browse files
committed
more debug output
1 parent cfad099 commit 4a45ef6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/scripts/run_parallel_benchmarks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ master_yaml="master/bench-${device}-${interface}.yaml"
6767
if [ ! -f "$pr_yaml" ]; then
6868
echo "ERROR: PR benchmark output not found: $pr_yaml"
6969
ls -la pr/ || true
70+
echo ""
71+
echo "Last 100 lines of PR log:"
72+
tail -n 100 "pr/bench-${device}-${interface}.out" 2>/dev/null || echo " Could not read PR log"
7073
exit 1
7174
fi
7275

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ benchmarks/*.png
9191
*.mkv
9292
*.avi
9393

94-
packaging/spack/spack-test
95-
.spack
94+
**isolation_rules/
95+
**.supercode/

0 commit comments

Comments
 (0)