don't check clang-tidy
it seems quite unreliable
This commit is contained in:
parent
fea73f5174
commit
b69eb6f364
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ def generic_linux(projects: str, check_diff: bool) -> List:
|
||||||
|
|
||||||
if check_diff:
|
if check_diff:
|
||||||
commands.extend([
|
commands.extend([
|
||||||
'$${SRC}/scripts/premerge_checks.py --check-clang-format --check-clang-tidy '
|
'$${SRC}/scripts/premerge_checks.py --check-clang-format '
|
||||||
f'--projects="{projects}" --log-level={log_level}',
|
f'--projects="{projects}" --log-level={log_level}',
|
||||||
])
|
])
|
||||||
else:
|
else:
|
||||||
|
@ -93,7 +93,7 @@ def bazel(modified_files: Set[str], force: bool = False) -> List:
|
||||||
t = os.getenv('ph_bazel_agents')
|
t = os.getenv('ph_bazel_agents')
|
||||||
if t is not None:
|
if t is not None:
|
||||||
agents = json.loads(t)
|
agents = json.loads(t)
|
||||||
|
|
||||||
return [{
|
return [{
|
||||||
'label': ':bazel: bazel',
|
'label': ':bazel: bazel',
|
||||||
'key': 'bazel',
|
'key': 'bazel',
|
||||||
|
|
Loading…
Reference in a new issue