aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2022-01-19 10:45:44 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-01-19 19:07:35 +0000
commit1efc17b5264a19b7aa8cbe4e3e7dfc5d1abcbe1a (patch)
tree097e3b7e42f4cc795f489b65e7f7e144ad036d3f /pw_presubmit
parent4c26987003a2cda4d4f7bdf6a1c647192b842723 (diff)
downloadpigweed-1efc17b5264a19b7aa8cbe4e3e7dfc5d1abcbe1a.tar.gz
pw_presubmit: Remove old cmake_tests step
It's been replaced with cmake_clang. Change-Id: Iccc747fe3fb3a037b39032fb920fc0d17f3a64f7 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/79561 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Reviewed-by: Ewout van Bekkum <ewout@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_presubmit')
-rwxr-xr-xpw_presubmit/py/pw_presubmit/pigweed_presubmit.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index 8a1ebc162..96bae71e5 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -300,13 +300,6 @@ def cmake_gcc(ctx: PresubmitContext):
build.ninja(ctx.output_dir, 'pw_apps', 'pw_run_tests.modules')
-# TODO(mohrr) Remove after removing from LUCI config.
-@filter_paths(endswith=(*format_code.C_FORMAT.extensions, '.cmake',
- 'CMakeLists.txt'))
-def cmake_tests(ctx: PresubmitContext):
- cmake_clang(ctx)
-
-
# TODO(pwbug/180): Slowly add modules here that work with bazel until all
# modules are added. Then replace with //...
_MODULES_THAT_BUILD_WITH_BAZEL = [
@@ -761,7 +754,6 @@ OTHER_CHECKS = (
bazel_test,
cmake_clang,
cmake_gcc,
- cmake_tests,
gn_boringssl_build,
build.gn_gen_check,
gn_nanopb_build,