Skip to content

Commit 5b4abfe

Browse files
ukaicopybara-github
authored andcommitted
siso: disable remote for obj/chrome/test/unit_tests__apk.turbine.jar
Too many inputs for obj/chrome/test/unit_tests__apk.turbine.jar. Disable remote until reducing the inputs for the action. Bug: 396220357 Change-Id: I0ae5ffe8291fc7ab803177835a99244680d62b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6261726 Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Auto-Submit: Fumitoshi Ukai <ukai@google.com> Cr-Commit-Position: refs/heads/main@{#1419664} NOKEYCHECK=True GitOrigin-RevId: 57bf437a574b957cfc62defe9b72d760c32b45cc
1 parent b975280 commit 5b4abfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/siso/android.star

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ def __step_config(ctx, step_config):
6767
"canonicalize_dir": True,
6868
"timeout": "2m",
6969
},
70+
{
71+
# TODO: crbug.com/396220357 - fix too many remote input files.
72+
"name": "android/turbine/b396220357",
73+
"action_outs": ["./obj/chrome/test/unit_tests__apk.turbine.jar"],
74+
"remote": False,
75+
},
7076
{
7177
"name": "android/turbine",
7278
"command_prefix": "python3 ../../build/android/gyp/turbine.py",

0 commit comments

Comments
 (0)