]> granicus.if.org Git - esp-idf/commitdiff
CI: Update Python 3 ignore list
authorRoland Dobai <dobai.roland@gmail.com>
Thu, 25 Oct 2018 09:58:49 +0000 (11:58 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Mon, 5 Nov 2018 07:11:02 +0000 (08:11 +0100)
tools/ci/setup_python.sh

index 6f8ece1d75b63bcba449a727a574599ec43c90d7..296d007351e40edb56f5f66f4a4923517f94251a 100644 (file)
@@ -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