crosvm/tools/impl
Dennis Kempin 92f804e3f8 tools/health-check: Revamp script to run on git delta only
The updated health-check will by default only run on modified
files. If you do not make changes to python code, python checks
won't run, etc.

The script also simplifies the writing of those checks so we can
start adding more of them.

Luci will be updated to make use of the --list-checks function to
run each check in a separate luci step. In the meantime, we
keep a compatibility layer to translate the old arguments
to the new style.

BUG=b:239255137
TEST=./tools/health-check in all it's variations

Change-Id: I21b986b46c7cfccf3d13f4c76bbd3d0ec7240c26
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3827174
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2022-08-15 18:52:02 +00:00
..
dev_container
testvm
__init__.py
bindgen-common.sh
check_code_hygiene.py
common.py tools/health-check: Revamp script to run on git delta only 2022-08-15 18:52:02 +00:00
health_check.py tools/health-check: Revamp script to run on git delta only 2022-08-15 18:52:02 +00:00
test_config.py crosvm: build crosvm on windows 2022-08-04 03:19:02 +00:00
test_runner.py tools/run_tests: Enable/disable cargo color output based on tty 2022-08-09 17:14:52 +00:00
test_target.py run_tests: Enable profile collection from remote tests 2022-08-12 22:58:56 +00:00
testvm.py