Commit 94cb38fa authored by Stephen Roe's avatar Stephen Roe Committed by Commit Bot

[fuchsia] Enable fuchsia system log collection on fuchsia-fyi-arm64-rel waterfall.

Logs are being collected on Arm64 FYI to check a problem with viz_unittests on Arm64 CQ dry runs before enabling log collection on CI.

Bug: 1042512
Change-Id: Id92e3285fb826001a62c8d0a0c548c56411999b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149278Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Stephen Roe <steveroe@google.com>
Cr-Commit-Position: refs/heads/master@{#758943}
parent 3ddb3daf
This diff is collapsed.
This diff is collapsed.
...@@ -234,6 +234,13 @@ ...@@ -234,6 +234,13 @@
], ],
}, },
}, },
'fuchsia_system_log': {
'$mixin_append': {
'args': [
'--enable-fuchsia-system-log',
],
},
},
'gpu_pool': { 'gpu_pool': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
......
...@@ -1864,6 +1864,7 @@ ...@@ -1864,6 +1864,7 @@
'mixins': [ 'mixins': [
'arm64', 'arm64',
'docker', 'docker',
'fuchsia_system_log',
'linux-xenial', 'linux-xenial',
], ],
}, },
...@@ -1872,6 +1873,7 @@ ...@@ -1872,6 +1873,7 @@
'all', 'all',
], ],
'mixins': [ 'mixins': [
'fuchsia_system_log',
'linux-xenial', 'linux-xenial',
], ],
'swarming': { 'swarming': {
...@@ -1892,6 +1894,7 @@ ...@@ -1892,6 +1894,7 @@
'browser_config': 'web-engine-shell', 'browser_config': 'web-engine-shell',
'os_type': 'linux', 'os_type': 'linux',
'mixins': [ 'mixins': [
'fuchsia_system_log',
'linux-xenial', 'linux-xenial',
], ],
'swarming': { 'swarming': {
......
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