diff options
author | thakis <thakis@chromium.org> | 2015-03-03 13:54:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-03 21:55:58 +0000 |
commit | 2b35c8e3046ccd7f3e344b9dc1053acd7dc5f4a9 (patch) | |
tree | c4b59818b1a2e4c4884951c3a0b65ab8e1373e80 /testing/commit_queue | |
parent | 5622e563aef622146935d0c3bc26405c5233c521 (diff) | |
download | chromium_src-2b35c8e3046ccd7f3e344b9dc1053acd7dc5f4a9.zip chromium_src-2b35c8e3046ccd7f3e344b9dc1053acd7dc5f4a9.tar.gz chromium_src-2b35c8e3046ccd7f3e344b9dc1053acd7dc5f4a9.tar.bz2 |
Revert of Temporarily move android_rel_tests_recipe to 100% experiment to unblock CQ (patchset #1 id:1 of https://codereview.chromium.org/973063002/)
Reason for revert:
clang roll got reverted, this should no longer be needed
Original issue's description:
> Temporarily move android_rel_tests_recipe to 100% experiment to unblock CQ
>
> TBR=machenbach
>
> BUG=463436
>
> Committed: https://chromium.googlesource.com/chromium/src/+/064e04615cf8557e63c10aa7917ea23341116fa0
TBR=machenbach@chromium.org,phajdan.jr@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=463436
Review URL: https://codereview.chromium.org/975093002
Cr-Commit-Position: refs/heads/master@{#318947}
Diffstat (limited to 'testing/commit_queue')
-rw-r--r-- | testing/commit_queue/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json index 918addb..8ae6e31 100644 --- a/testing/commit_queue/config.json +++ b/testing/commit_queue/config.json @@ -44,7 +44,6 @@ "trybots": { "launched": { "tryserver.chromium.linux": { - "android_rel_tests_recipe": ["defaulttests"] }, "tryserver.chromium.mac": { } @@ -67,6 +66,7 @@ "linux_chromium_gn_dbg": ["defaulttests"], "linux_chromium_gn_rel": ["defaulttests"], "linux_chromium_rel_ng": ["defaulttests"], + "android_rel_tests_recipe": ["defaulttests"], "android_arm64_dbg_recipe": ["defaulttests"], "android_clang_dbg_recipe": ["defaulttests"], "android_aosp": ["compile"], |