Skip to content

Commit 05df25c

Browse files
committed
fix
1 parent 84e5fe9 commit 05df25c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/frontier/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
55

66
if [ "$job_device" = "gpu" ]; then
7-
./mfc.sh test --max-attempts 3 -j $ngpus -- -c frontier
7+
./mfc.sh test --max-attempts 3 -j $ngpus --sched-debug -- -c frontier
88
else
9-
./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
9+
./mfc.sh test --max-attempts 3 -j 32 --sched-debug -- -c frontier
1010
fi

.github/workflows/phoenix/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$job_device" = "gpu" ]; then
2222
n_test_threads=`expr $gpu_count \* 2`
2323
fi
2424

25-
./mfc.sh test --max-attempts 3 -a --schedule-debug -j $n_test_threads $device_opts -- -c phoenix
25+
./mfc.sh test --max-attempts 3 -a --sched-debug -j $n_test_threads $device_opts -- -c phoenix
2626

2727
sleep 10
2828
rm -rf "$currentdir" || true

0 commit comments

Comments
 (0)