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

Unified Diff: testing/commit_queue/config.json

Issue 1147003007: Revert of Use script in depot_tools to retrieve builders from new cq.cfg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
new file mode 100644
index 0000000000000000000000000000000000000000..b210ccc312bddfdaea5db310556002dc3153ea0a
--- /dev/null
+++ b/testing/commit_queue/config.json
@@ -0,0 +1,102 @@
+{
+ "_comment1": "This file is no longer used by CQ. Instead CQ reads",
+ "_comment2": "infra/config/cq.cfg. However, this file is still used by",
+ "_comment3": "git-cl-try and thus this list must be manually kept in sync",
+ "_comment4": "to the list of builders in infra/config/cq.cfg. We apologize",
+ "_comment5": "for the incovenience and are working on a fix that will make",
+ "_comment6": "git-cl-try also read infra/config/cq.cfg.",
+
+ "verifiers_no_patch": {
+ "try_job_verifier": {
+ "launched": {
+ "tryserver.chromium.linux": {
+ "android_arm64_dbg_recipe": [
+ "defaulttests"
+ ],
+ "android_chromium_gn_compile_dbg": [
+ "defaulttests"
+ ],
+ "android_chromium_gn_compile_rel": [
+ "defaulttests"
+ ],
+ "android_clang_dbg_recipe": [
+ "defaulttests"
+ ],
+ "android_compile_dbg": [
+ "defaulttests"
+ ],
+ "cast_shell_android": [
+ "defaulttests"
+ ],
+ "cast_shell_linux": [
+ "defaulttests"
+ ],
+ "chromium_presubmit": [
+ "defaulttests"
+ ],
+ "linux_android_rel_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_asan_rel_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_chromeos_compile_dbg_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_chromeos_ozone_rel_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_chromeos_rel_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_clobber_rel_ng": [
+ "defaulttests"
+ ],
+ "linux_chromium_compile_dbg_32_ng": [
+ "compile"
+ ],
+ "linux_chromium_gn_chromeos_rel": [
+ "defaulttests"
+ ],
+ "linux_chromium_gn_dbg": [
+ "defaulttests"
+ ],
+ "linux_chromium_gn_rel": [
+ "defaulttests"
+ ],
+ "linux_chromium_rel_ng": [
+ "defaulttests"
+ ]
+ },
+ "tryserver.chromium.mac": {
+ "ios_dbg_simulator_ninja": [
+ "defaulttests"
+ ],
+ "ios_rel_device_ninja": [
+ "defaulttests"
+ ],
+ "mac_chromium_compile_dbg_ng": [
+ "defaulttests"
+ ],
+ "mac_chromium_rel_ng": [
+ "defaulttests"
+ ]
+ },
+ "tryserver.chromium.win": {
+ "win8_chromium_rel": [
+ "defaulttests"
+ ],
+ "win_chromium_compile_dbg_ng": [
+ "defaulttests"
+ ],
+ "win_chromium_rel_ng": [
+ "defaulttests"
+ ],
+ "win_chromium_x64_rel_ng": [
+ "defaulttests"
+ ]
+ }
+ }
+ }
+ }
+}
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698