Skip to content

Commit

Permalink
Move optical flow tests from specific TU test job to Ampere tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
  • Loading branch information
jantonguirao committed Jan 9, 2025
1 parent 3f5646a commit c32b46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 0 additions & 18 deletions qa/TL0_python_self_test_TU/test.sh

This file was deleted.

4 changes: 4 additions & 0 deletions qa/TL0_self_test_Ampere/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ test_body() {

# test decoders on A100 as well
${python_new_invoke_test} -s decoder test_image

# test Optical Flow
${python_invoke_test} test_optical_flow.py
${python_invoke_test} test_dali_variable_batch_size.py:test_optical_flow
}

pushd ../..
Expand Down

0 comments on commit c32b46c

Please sign in to comment.