diff options
author | thakis <thakis@chromium.org> | 2015-02-18 23:25:19 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-19 07:26:02 +0000 |
commit | f3a85349d2da16aa306f1fdc43ea3b5d21a9f956 (patch) | |
tree | af5632f9925b67bd2f18d2b35de64ce8813e143c /testing/commit_queue | |
parent | 3d0efdf9afa56e55b8d8c62fd883a1992f35cf45 (diff) | |
download | chromium_src-f3a85349d2da16aa306f1fdc43ea3b5d21a9f956.zip chromium_src-f3a85349d2da16aa306f1fdc43ea3b5d21a9f956.tar.gz chromium_src-f3a85349d2da16aa306f1fdc43ea3b5d21a9f956.tar.bz2 |
Revert of Now that the cq runs tests on rel, the compile-only bug should be dbg. (patchset #1 id:1 of https://codereview.chromium.org/937853002/)
Reason for revert:
Too many red builds on the dbg not, need to investigate tomorrow. Also, it does a static build for some reason.
Original issue's description:
> Now that the cq runs tests on rel, the compile-only bug should be dbg.
>
> Depends on https://codereview.chromium.org/913223007
>
> BUG=456396
> TBR=sergiyb@chromium.org
>
> Committed: https://crrev.com/3d0efdf9afa56e55b8d8c62fd883a1992f35cf45
> Cr-Commit-Position: refs/heads/master@{#316998}
TBR=jam@chromium.org,sergiyb@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=456396
Review URL: https://codereview.chromium.org/914023007
Cr-Commit-Position: refs/heads/master@{#316999}
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 ae01f92..1b05f1c 100644 --- a/testing/commit_queue/config.json +++ b/testing/commit_queue/config.json @@ -53,7 +53,7 @@ "tryserver.chromium.linux": { "android_chromium_gn_compile_dbg": ["defaulttests"], "android_chromium_gn_compile_rel": ["defaulttests"], - "android_compile_dbg": ["defaulttests"], + "android_compile_rel": ["defaulttests"], "chromium_presubmit": ["defaulttests"], "linux_chromium_asan_rel": ["defaulttests"], "linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"], |