Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/scripts/get_test_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ for example in ${examples}; do
done
fi
for hw in ${run_hardware}; do
if [[ "${hw}" == "rocm" ]]; then
echo "Skip test on ROCm hardware for 2 weeks due to lack of test machine..."
continue
fi
run_matrix="${run_matrix}{\"example\":\"${example}\",\"hardware\":\"${hw}\"},"
done
done
Expand Down