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

Unified Diff: testing/commit_queue/config.json

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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') | testing/generate_gmock_mutant.py » ('j') | 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
deleted file mode 100644
index 3338304acd32a0cc10519a201a472601b31b0729..0000000000000000000000000000000000000000
--- a/testing/commit_queue/config.json
+++ /dev/null
@@ -1,182 +0,0 @@
-{
- "commit_burst_delay": 60,
- "commit_user": "commit-bot@chromium.org",
- "cq_status_url": "https://chromium-cq-status.appspot.com",
- "git_repo_url": "https://chromium.googlesource.com/chromium/src",
- "hide_ref_in_committed_msg": true,
- "max_commit_burst": 2,
- "project_bases_legacy": [
- "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
- "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
- "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
- "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.*)$",
- "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
- "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
- "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
- "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
- ],
- "project_bases_legacy_from_git_repo_url": true,
- "remote_branch": "refs/pending/heads/master",
- "rietveld_url": "https://codereview.chromium.org",
- "rietveld_user": "commit-bot@chromium.org",
- "skip_throttle_users": [
- "commit-bot@chromium.org"
- ],
- "use_buildbucket_for_tryjobs": true,
- "verifiers_no_patch": {
- "experimental_try_job_verifier": {
- "10 percent experiment": {
- "percentage": 0.1,
- "trybots": {
- "launched": {
- "tryserver.chromium.linux": {
- },
- "tryserver.chromium.mac": {
- "mac_chromium_gn_rel": [
- "defaulttests"
- ]
- },
- "tryserver.chromium.win": {
- "win8_chromium_gn_rel": [
- "defaulttests"
- ],
- "win8_chromium_ng": [
- "defaulttests"
- ]
- }
- }
- }
- },
- "100 percent experiment": {
- "percentage": 1.0,
- "trybots": {
- "launched": {
- "tryserver.chromium.linux": {
- "android_amp_rel_tests_recipe": [
- "defaulttests"
- ],
- "linux_arm_compile": [
- "defaulttests"
- ]
- },
- "tryserver.chromium.mac": {}
- }
- }
- },
- "50 percent experiment": {
- "percentage": 0.5,
- "trybots": {
- "launched": {
- "tryserver.chromium.linux": {}
- }
- }
- },
- "75 percent experiment": {
- "percentage": 0.75,
- "trybots": {
- "launched": {
- "tryserver.chromium.linux": {}
- }
- }
- }
- },
- "reviewer_lgtm_verifier": {
- "committer_project": "chromium"
- },
- "tree_status_verifier": {
- "tree_status_url": "https://chromium-status.appspot.com"
- },
- "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"
- ]
- }
- }
- }
- },
- "version": 1
-}
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | testing/generate_gmock_mutant.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698