Skip to content

Commit

Permalink
disable e2e python tests (except 1) (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Feb 8, 2024
1 parent dfbc0e7 commit 70afb7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
export XRT_ROOT=/opt/xilinx/xrt
export XILINXD_LICENSE_FILE=/opt/xilinx/Xilinx.lic
wget -q https://raw.githubusercontent.com/gitGNU/gnu_parallel/master/src/parallel
chmod +x parallel
ls test/ipu-xrt/e2e/*.py | grep -v vectorized | ./parallel -j12 "python {}"
# wget -q https://raw.githubusercontent.com/gitGNU/gnu_parallel/master/src/parallel
# chmod +x parallel
# ls test/ipu-xrt/e2e/*.py | grep -v vectorized | ./parallel -j12 "python {}"
python test/ipu-xrt/e2e/square_matrix_mult.py

0 comments on commit 70afb7d

Please sign in to comment.