Skip to content

Commit f17c190

Browse files
ukaicopybara-github
authored andcommitted
siso: remove unnecessary inputs for turbine step
Bug: 396220357 Change-Id: Ic254efcd5a5cc1eb7202908662b7391a7e30902f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6261809 Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com> Cr-Commit-Position: refs/heads/main@{#1419722} NOKEYCHECK=True GitOrigin-RevId: c3d81508f1d0c060f0b265747c3a144e71e87346
1 parent 5b4abfe commit f17c190

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

config/siso/android.star

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,29 @@ 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-
},
7670
{
7771
"name": "android/turbine",
7872
"command_prefix": "python3 ../../build/android/gyp/turbine.py",
7973
"handler": "android_turbine",
74+
# TODO: crbug.com/396220357 - fix gn to remove unnecessary deps
75+
"exclude_input_patterns": [
76+
"*.a",
77+
"*.cc",
78+
"*.cpp",
79+
"*.h",
80+
"*.html",
81+
"*.inc",
82+
"*.info",
83+
"*.js",
84+
"*.map",
85+
"*.o",
86+
"*.pak",
87+
"*.proto",
88+
"*.sql",
89+
"*.stamp",
90+
"*.svg",
91+
"*.xml",
92+
],
8093
"remote": remote_run,
8194
"platform_ref": "large",
8295
"canonicalize_dir": True,

0 commit comments

Comments
 (0)