Skip to content

Commit

Permalink
Add Win8, ChromeOS GN compile bots to CQ in production.
Browse files Browse the repository at this point in the history
R=sheyang@chromium.org, sergeyberezin@chromium.org
BUG=439402

Review URL: https://codereview.chromium.org/812643006

Cr-Commit-Position: refs/heads/master@{#312284}
  • Loading branch information
dpranke authored and Commit bot committed Jan 20, 2015
1 parent f3864f6 commit 195f53b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/commit_queue/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
"trybots": {
"launched": {
"tryserver.chromium.linux": {
"linux_chromium_asan_rel_ng": ["defaulttests"],
"linux_chromium_gn_chromeos_rel": ["defaulttests"]
"linux_chromium_asan_rel_ng": ["defaulttests"]
},
"tryserver.chromium.mac": {
"ios_dbg_simulator_ng": ["defaulttests"],
"mac_chromium_gn_rel": ["defaulttests"]
},
"tryserver.chromium.win": {
"win8_chromium_gn_rel": ["defaulttests"],
"win8_chromium_ng": ["defaulttests"]
}
}
Expand Down Expand Up @@ -57,6 +55,7 @@
"linux_chromium_asan_rel": ["defaulttests"],
"linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"],
"linux_chromium_chromeos_rel_ng": ["defaulttests"],
"linux_chromium_gn_chromeos_rel": ["defaulttests"],
"linux_chromium_gn_dbg": ["defaulttests"],
"linux_chromium_gn_rel": ["defaulttests"],
"linux_chromium_rel_ng": ["defaulttests"],
Expand Down Expand Up @@ -87,6 +86,7 @@
},
"tryserver.chromium.win": {
"win8_chromium_rel": ["defaulttests"],
"win8_chromium_gn_rel": ["defaulttests"],
"win_chromium_compile_dbg_ng": ["defaulttests"],
"win_chromium_rel_ng": ["defaulttests"],
"win_chromium_x64_rel_ng": ["defaulttests"]
Expand Down

0 comments on commit 195f53b

Please sign in to comment.