]> granicus.if.org Git - esp-idf/commitdiff
ci: Multi-device tests cannot run under Python 3
authorRoland Dobai <dobai.roland@gmail.com>
Mon, 17 Dec 2018 12:54:14 +0000 (13:54 +0100)
committerRoland Dobai <dobai.roland@gmail.com>
Thu, 20 Dec 2018 11:44:33 +0000 (12:44 +0100)
tools/ci/setup_python.sh

index 296d007351e40edb56f5f66f4a4923517f94251a..45944a35797e4716ed5a37bb94ba30e49222c1bd 100644 (file)
@@ -2,8 +2,10 @@
 
 # Regexp for matching job names which are incompatible with Python 3
 # - 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_'
+# - UT_009_ - multi-device tests are not compatible
+# - UT_014_ - multi-device tests are not compatible
+# - UT_017_ - multi-device tests are not compatible
+py3_incomp='assign_test|nvs_compatible_test|IT|UT_009_|UT_014_|UT_017_'
 
 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