test only using python 3

This commit is contained in:
Ruben Abad 2023-12-24 12:53:29 +01:00
parent b4d61aeae5
commit d29e596330
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ pipeline
sh 'tar -xvzf Dist/CARLA*.tar.gz -C Dist/'
// sh 'tar -xvzf Dist/AdditionalMaps*.tar.gz -C Dist/'
sh 'DISPLAY= ./Dist/CarlaUE4.sh -nullrhi -RenderOffScreen --carla-rpc-port=3654 --carla-streaming-port=0 -nosound > CarlaUE4.log &'
sh 'make smoke_tests ARGS="--xml --python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64"'
sh 'make smoke_tests ARGS="--xml --python-version=3.8 --target-wheel-platform=manylinux_2_27_x86_64"'
sh 'make run-examples ARGS="localhost 3654"'
}
post