Commit 7b3ca597 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Use also_build_ash_chrome on CI builders

This CL uses also_build_ash_chrome on CI builders to as to be
consistent with the linux-lacros-rel CQ builder.

Bug: 1129223
Change-Id: Id4fa70033a2702ed94590a943239492001a9a2cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517145
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Auto-Submit: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarSven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823668}
parent 8b1b94bc
...@@ -2102,7 +2102,7 @@ ...@@ -2102,7 +2102,7 @@
], ],
'lacros_on_linux_release_bot': [ 'lacros_on_linux_release_bot': [
'lacros_on_linux', 'release_bot', 'lacros_on_linux', 'release_bot', 'also_build_ash_chrome',
], ],
'lacros_on_linux_release_trybot': [ 'lacros_on_linux_release_trybot': [
......
...@@ -124,6 +124,7 @@ ...@@ -124,6 +124,7 @@
}, },
"linux-lacros-builder-rel": { "linux-lacros-builder-rel": {
"gn_args": { "gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true, "chromeos_is_browser_only": true,
"is_component_build": false, "is_component_build": false,
"is_debug": false, "is_debug": false,
...@@ -136,6 +137,7 @@ ...@@ -136,6 +137,7 @@
}, },
"linux-lacros-tester-rel": { "linux-lacros-tester-rel": {
"gn_args": { "gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true, "chromeos_is_browser_only": true,
"is_component_build": false, "is_component_build": false,
"is_debug": false, "is_debug": false,
......
...@@ -674,6 +674,7 @@ ...@@ -674,6 +674,7 @@
}, },
"linux-lacros-builder-fyi-rel": { "linux-lacros-builder-fyi-rel": {
"gn_args": { "gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true, "chromeos_is_browser_only": true,
"is_component_build": false, "is_component_build": false,
"is_debug": false, "is_debug": false,
...@@ -686,6 +687,7 @@ ...@@ -686,6 +687,7 @@
}, },
"linux-lacros-tester-fyi-rel": { "linux-lacros-tester-fyi-rel": {
"gn_args": { "gn_args": {
"also_build_ash_chrome": true,
"chromeos_is_browser_only": true, "chromeos_is_browser_only": true,
"is_component_build": false, "is_component_build": false,
"is_debug": false, "is_debug": false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment