Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): Disable funTest-docker on ort-docker workflow
funTest-docker job has an indirect race condition when in the same CI job a new docker image is scheduled to build. If any new tooling version depends of update test dataset, the tests will run against docker snapshot version that is not the expected image the new code should test. To prevent this race conditions, funTest-docker will run only if the docker image is scheduled to be build, handling the tests no this case to the ort-docker workflow. Signed-off-by: Helio Chissini de Castro <[email protected]>
- Loading branch information