|
@@ -170,7 +170,7 @@ if re.search(r'\[ci lang .+\]', last_commit_msg, re.M):
|
|
# Also for now, ignore the old linux setup folders, as we don't want to
|
|
# Also for now, ignore the old linux setup folders, as we don't want to
|
|
# trigger a full run as we remove old fw_depends scripts. [ci run-all] will
|
|
# trigger a full run as we remove old fw_depends scripts. [ci run-all] will
|
|
# still work if it's needed.
|
|
# still work if it's needed.
|
|
-if re.search(r'^toolset/(?!(travis/|continuous/|scaffolding/))', changes, re.M) is not None:
|
|
|
|
|
|
+if re.search(r'^toolset\/(?!(travis\/|continuous\/|scaffolding\/))|^tfb', changes, re.M) is not None:
|
|
print("Found changes to core toolset. Running all tests.")
|
|
print("Found changes to core toolset. Running all tests.")
|
|
run_tests = test_dirs
|
|
run_tests = test_dirs
|
|
quit_diffing()
|
|
quit_diffing()
|