mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
ci: Multi-device tests cannot run under Python 3
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
# Regexp for matching job names which are incompatible with Python 3
|
# Regexp for matching job names which are incompatible with Python 3
|
||||||
# - assign_test, nvs_compatible_test, IT - auto_test_script causes the incompatibility
|
# - assign_test, nvs_compatible_test, IT - auto_test_script causes the incompatibility
|
||||||
# - UT_009_ - RS485 multi-device test is not started properly
|
# - UT_009_ - multi-device tests are not compatible
|
||||||
py3_incomp='assign_test|nvs_compatible_test|IT|UT_009_'
|
# - 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
|
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
|
# Use this version of the Python interpreter if it was not defined before or
|
||||||
|
Reference in New Issue
Block a user