Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: infra/config/cq.cfg

Issue 1496863003: Bring back baremetal trybots to the default set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/autoroller/roll_chromium_revision.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/config/cq.cfg
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 7d2f6739c702363ac580c05413b90af160f2a9a9..439f826fcf41cdb278ce9f7846e018e971b2eb1d 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -40,27 +40,30 @@ verifiers {
builders { name: "ios_rel" }
builders { name: "ios32_sim_dbg" }
builders { name: "ios64_sim_dbg" }
- builders { name: "linux_compile_dbg" }
builders { name: "linux_asan" }
+ builders { name: "linux_baremetal" }
+ builders { name: "linux_compile_dbg" }
builders { name: "linux_gn_dbg" }
builders { name: "linux_gn_rel" }
builders { name: "linux_msan" }
builders { name: "linux_rel" }
builders { name: "linux_tsan2" }
+ builders { name: "mac_asan" }
+ builders { name: "mac_baremetal" }
builders { name: "mac_compile_dbg" }
builders { name: "mac_compile_x64_dbg" }
- builders { name: "mac_asan" }
builders { name: "mac_rel" }
builders { name: "mac_x64_gn_dbg" }
builders { name: "mac_x64_gn_rel" }
builders { name: "mac_x64_rel" }
builders { name: "presubmit" }
+ builders { name: "win_baremetal" }
builders { name: "win_compile_dbg" }
+ builders { name: "win_drmemory_light" }
builders { name: "win_rel" }
builders { name: "win_x64_gn_dbg" }
builders { name: "win_x64_gn_rel" }
builders { name: "win_x64_rel" }
- builders { name: "win_drmemory_light" }
}
}
}
« no previous file with comments | « no previous file | tools/autoroller/roll_chromium_revision.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698