Skip to content

Commit

Permalink
Excluding building_kernels from NVQC integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Pisal <[email protected]>
  • Loading branch information
sacpis committed Nov 13, 2024
1 parent 1b5baf8 commit d10d678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvqc_regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ jobs:
# Test NVQC Python examples + Python MLIR execution tests (not IR tests)
python3 -m pip install pytest
for ex in `find examples/python python/tests/mlir/target -name '*.py'`; do
# Disabling building_kernels as the state is not yet supported on NVQC
for ex in `find examples/python python/tests/mlir/target -name '*.py' ! -name '*building_kernels*'`; do
filename=$(basename -- "$ex")
filename="${filename%.*}"
echo "Testing $filename:"
Expand Down

0 comments on commit d10d678

Please sign in to comment.