Split build and test and add parallel jenkisn test for unit and parity tests
Do the following - Split build_and_test.sh into build_and_install.sh and test_onnxrt_unit_test.py - Add parity tests to test_onnxrt_parity_tests.sh - Parallelize unit and parity tests for MIGraphX-Onnxruntime integration in jenkins - Add changes to dockerfile for additional run scripts. Idea here is that unit tests take a while, and in the meantime if we perform a wheel build of onnxruntime library and then run the appropriate parity tests we should be able to catch any odd changes in parity that are missed by the unit tests which would also appear in additional testing.
Showing
tools/build_and_test_onnxrt.sh
→
tools/test_onnxrt_unit_tests.sh
100755 → 100644
Please register or sign in to comment