From 784d9b9ffe780f6992a728a5a30e4115f6488859 Mon Sep 17 00:00:00 2001 From: Axel Date: Thu, 1 Oct 2020 16:39:59 +0200 Subject: [PATCH] Updated jenkins file. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9411a4b2b..83bc878f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -127,7 +127,7 @@ pipeline unstash name: 'ubuntu_examples' sh 'tar -xvzf Dist/CARLA*.tar.gz -C Dist/' sh 'DISPLAY= ./Dist/CarlaUE4.sh -opengl --carla-rpc-port=3654 --carla-streaming-port=0 -nosound > CarlaUE4.log &' - sh 'make smoke_tests ARGS="--xml --python-version=3.7"' + sh 'make smoke_tests ARGS="--xml --python-version=3.7,2"' sh 'make run-examples ARGS="localhost 3654"' } post