diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a7e863275..db3664757 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ jobs: displayName: 'Test local MongoDB' - script: TUPLEX_BUILD_ALL=1 CMAKE_ARGS="-DBUILD_WITH_ORC=ON -DLLVM_ROOT_DIR=/usr/lib/llvm-16 -DCMAKE_BUILD_TYPE=Release -DBUILD_FOR_CI=ON" python3 setup.py install --user displayName: 'Build Tuplex' - - script: cd build/temp.linux-x86_64-3.10 && ctest --timeout 180 --output-on-failure + - script: cd build/temp.linux-x86_64-3.10 && ctest --timeout 180 --output-on-failure --repeat until-pass:3 -j 2 displayName: 'C++ tests' - script: cd build/temp.linux-x86_64-3.10/dist/python && python3.10 -m pytest -x --full-trace -l --log-cli-level=DEBUG --capture=tee-sys displayName: 'Python tests'