Skip to content

Commit

Permalink
Add test back to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Aug 26, 2024
1 parent a77d65a commit 4fc93b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/ci/build_test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ echo "-----"
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
ctest --test-dir "$build_dir" -R amd-aie --output-on-failure -j
elif [[ "$OSTYPE" == "darwin"* ]]; then
ctest --test-dir "$build_dir" -R amd-aie -E "pack_peel_pipeline_matmul|conv_fill_spec_pad" --output-on-failure -j --repeat until-pass:5
ctest --test-dir "$build_dir" -R amd-aie -E "pack_peel_pipeline_matmul" --output-on-failure -j --repeat until-pass:5
else
# hack while windows is flaky to get past failing tests
ctest --test-dir "$build_dir" -R amd-aie --output-on-failure -j --repeat until-pass:5
Expand Down

0 comments on commit 4fc93b7

Please sign in to comment.