ci: move auto_test_script to new repo (backport 4.2)

This commit is contained in:
Chen Yu Dong
2020-10-24 09:24:38 +08:00
committed by He Yin Ling
parent d5871e9602
commit f12808533d
39 changed files with 102 additions and 35468 deletions

View File

@@ -1,11 +1,10 @@
#!/usr/bin/env bash
# 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_ - 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_013_|UT_014_|UT_017_'
py3_incomp='UT_009_|UT_013_|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