From d29e5963301c186469d781db394eb1de60ed58e8 Mon Sep 17 00:00:00 2001 From: Ruben Abad Date: Sun, 24 Dec 2023 12:53:29 +0100 Subject: [PATCH] test only using python 3 --- Jenkinsfile_new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_new b/Jenkinsfile_new index b8762d23e..91c65f1cc 100644 --- a/Jenkinsfile_new +++ b/Jenkinsfile_new @@ -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