Commit 7b5c42ae authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Chromium LUCI CQ

Add AFDO profile to trybot_analyze_config exclusions

AFDO profile significantly changes the bytes output of the resultant
APK. However, the rolls only contain the file name for gclient to
download thus it is not detected by gn analyze and the bots just short
circuit out early. Add to exclusions to force the bots to run fully.

Change-Id: I1a14628498f9ee7e97b7b2a73626347c5a99e1ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596143Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843173}
parent fba8499e
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
"build/toolchain/mac/.*py", "build/toolchain/mac/.*py",
"build/util/lib/common/unittest_util.py", "build/util/lib/common/unittest_util.py",
"build/vs_toolchain.py", "build/vs_toolchain.py",
"infra/scripts/.*",
"DEPS", "DEPS",
"infra/scripts/.*",
"testing/buildbot/gn_isolate_map.pyl", "testing/buildbot/gn_isolate_map.pyl",
"testing/merge_scripts/.*", "testing/merge_scripts/.*",
"testing/scripts/.*", "testing/scripts/.*",
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
}, },
"chromium": { "chromium": {
"exclusions": [ "exclusions": [
"chrome/android/profiles/newest.txt",
"chrome/browser/resources/.*(css|html|js)", "chrome/browser/resources/.*(css|html|js)",
"chrome/browser/ui/webui/.*browsertest.*js", "chrome/browser/ui/webui/.*browsertest.*js",
"chrome/test/data/.*", "chrome/test/data/.*",
......
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