aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-03-14 04:34:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-14 04:34:40 +0000
commit430b51a66e977f6c2874e13a916c488b3b961664 (patch)
tree894d4fc8db4168c1378fafb217e5adf89a9882e3
parent259573979f5f79a5a93f4f8c7addd9a1566b3618 (diff)
parent9e7c54dd068e206a586e0a2d90e4975d1ec67576 (diff)
downloadorchestrator-430b51a66e977f6c2874e13a916c488b3b961664.tar.gz
Merge "Skip soong tests in multi-tree"
-rwxr-xr-xinner_build/inner_build_soong.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/inner_build/inner_build_soong.py b/inner_build/inner_build_soong.py
index e51711c..a8a17d4 100755
--- a/inner_build/inner_build_soong.py
+++ b/inner_build/inner_build_soong.py
@@ -71,7 +71,9 @@ class InnerBuildSoong(common.Commands):
"""Run analysis on this tree."""
cmd = [
"build/soong/soong_ui.bash", "--build-mode",
- f"--dir={args.inner_tree}", "-all-modules", "nothing",
+ f"--dir={args.inner_tree}", "-all-modules",
+ "--skip-soong-tests",
+ "nothing",
"--search-api-dir"
]