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

Unified Diff: infra/config/cq.cfg

Issue 2376923002: CQ: Remove GYP Release trybots since we now only run GYP. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | 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 d6d4f4681e84c2f237c7cc1940866ca0df9dba4e..80c8c6bfa78bf04b9d1ec82bfa83496975836405 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -35,7 +35,6 @@ verifiers {
builders { name: "android_compile_x86_rel" }
builders { name: "android_compile_x64_dbg" }
builders { name: "android_gyp_dbg" }
- builders { name: "android_gyp_rel" }
builders { name: "ios_arm64_dbg" }
builders { name: "ios_arm64_rel" }
builders { name: "ios_dbg" }
@@ -43,7 +42,6 @@ verifiers {
builders { name: "ios32_sim_dbg" }
builders { name: "ios64_sim_dbg" }
builders { name: "ios64_gyp_dbg" }
- builders { name: "ios64_gyp_rel" }
# TODO(ehmaldonado): Remove when the iOS API framework script is ported
# over to GN. See bugs.webrtc.org/6372.
# builders { name: "ios_api_framework" }
@@ -52,7 +50,6 @@ verifiers {
builders { name: "linux_baremetal" }
builders { name: "linux_compile_dbg" }
builders { name: "linux_gyp_dbg" }
- builders { name: "linux_gyp_rel" }
builders { name: "linux_libfuzzer_rel" }
builders { name: "linux_msan" }
builders { name: "linux_rel" }
@@ -64,7 +61,6 @@ verifiers {
builders { name: "mac_compile_dbg" }
builders { name: "mac_rel" }
builders { name: "mac_gyp_dbg" }
- builders { name: "mac_gyp_rel" }
builders { name: "presubmit" }
builders { name: "win_baremetal" }
builders { name: "win_clang_dbg" }
@@ -76,7 +72,6 @@ verifiers {
builders { name: "win_x64_clang_rel" }
builders { name: "win_x64_dbg" }
builders { name: "win_x64_gyp_dbg" }
- builders { name: "win_x64_gyp_rel" }
builders { name: "win_x64_rel" }
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698