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

Side by Side Diff: testing/commit_queue/config.json

Issue 1063423003: Removed unused field from CQ config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "commit_burst_delay": 60, 2 "commit_burst_delay": 60,
3 "commit_user": "commit-bot@chromium.org", 3 "commit_user": "commit-bot@chromium.org",
4 "cq_status_url": "https://chromium-cq-status.appspot.com", 4 "cq_status_url": "https://chromium-cq-status.appspot.com",
5 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 5 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
6 "hide_ref_in_committed_msg": true, 6 "hide_ref_in_committed_msg": true,
7 "max_commit_burst": 2, 7 "max_commit_burst": 2,
8 "project_bases_legacy": [ 8 "project_bases_legacy": [
9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$", 10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
11 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$", 11 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
12 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$", 12 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$",
13 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 13 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
14 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 14 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
15 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 15 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
16 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$" 16 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
17 ], 17 ],
18 "project_bases_legacy_from_git_repo_url": true, 18 "project_bases_legacy_from_git_repo_url": true,
19 "remote_branch": "refs/pending/heads/master", 19 "remote_branch": "refs/pending/heads/master",
20 "rietveld_url": "https://codereview.chromium.org", 20 "rietveld_url": "https://codereview.chromium.org",
21 "rietveld_user": "commit-bot@chromium.org", 21 "rietveld_user": "commit-bot@chromium.org",
22 "skip_throttle_users": [ 22 "skip_throttle_users": [
23 "commit-bot@chromium.org" 23 "commit-bot@chromium.org"
24 ], 24 ],
25 "tryserver_url": "http://build.chromium.org/p/tryserver.chromium/",
26 "use_buildbucket_for_tryjobs": true, 25 "use_buildbucket_for_tryjobs": true,
27 "verifiers_no_patch": { 26 "verifiers_no_patch": {
28 "experimental_try_job_verifier": { 27 "experimental_try_job_verifier": {
29 "10 percent experiment": { 28 "10 percent experiment": {
30 "percentage": 0.1, 29 "percentage": 0.1,
31 "trybots": { 30 "trybots": {
32 "launched": { 31 "launched": {
33 "tryserver.chromium.linux": { 32 "tryserver.chromium.linux": {
34 "android_amp_rel_tests_recipe": [ 33 "android_amp_rel_tests_recipe": [
35 "defaulttests" 34 "defaulttests"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "defaulttests" 174 "defaulttests"
176 ], 175 ],
177 "win_chromium_x64_rel_ng": [ 176 "win_chromium_x64_rel_ng": [
178 "defaulttests" 177 "defaulttests"
179 ] 178 ]
180 } 179 }
181 } 180 }
182 } 181 }
183 }, 182 },
184 "version": 1 183 "version": 1
185 } 184 }
OLDNEW
« 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