From: Roland Dobai Date: Thu, 25 Oct 2018 09:58:49 +0000 (+0200) Subject: CI: Update Python 3 ignore list X-Git-Tag: v3.3-beta1~145^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e77d15042d9b64f935a1518bb9ec875b9b8067be;p=esp-idf CI: Update Python 3 ignore list --- diff --git a/tools/ci/setup_python.sh b/tools/ci/setup_python.sh index 6f8ece1d75..296d007351 100644 --- a/tools/ci/setup_python.sh +++ b/tools/ci/setup_python.sh @@ -1,7 +1,9 @@ #! /bin/bash # Regexp for matching job names which are incompatible with Python 3 -py3_incomp='assign_test|UT|IT' +# - assign_test, nvs_compatible_test, IT - auto_test_script causes the incompatibility +# - UT_009_ - RS485 multi-device test is not started properly +py3_incomp='assign_test|nvs_compatible_test|IT|UT_009_' if [ -z ${PYTHON_VER+x} ] || [[ $CI_JOB_NAME =~ $py3_incomp ]]; then # Use this version of the Python interpreter if it was not defined before or