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

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

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix 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 unified diff | Download patch
« no previous file with comments | « testing/chromoting/integration_tests.gyp ('k') | testing/iossim/OWNERS » ('j') | 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 "committer_project": "chromium",
5 "cq_status_url": "https://chromium-cq-status.appspot.com", 4 "cq_status_url": "https://chromium-cq-status.appspot.com",
6 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 5 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
7 "hide_ref_in_committed_msg": true, 6 "hide_ref_in_committed_msg": true,
8 "max_commit_burst": 2, 7 "max_commit_burst": 2,
9 "project_bases": [
10 ".*"
11 ],
12 "project_bases_legacy": [ 8 "project_bases_legacy": [
13 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
14 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$", 10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
15 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$", 11 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
16 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$", 12 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$",
17 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 13 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
18 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 14 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
19 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 15 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
20 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$" 16 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
21 ], 17 ],
22 "project_bases_legacy_from_git_repo_url": true, 18 "project_bases_legacy_from_git_repo_url": true,
23 "remote_branch": "refs/pending/heads/master", 19 "remote_branch": "refs/pending/heads/master",
24 "rietveld_url": "https://codereview.chromium.org", 20 "rietveld_url": "https://codereview.chromium.org",
25 "rietveld_user": "commit-bot@chromium.org", 21 "rietveld_user": "commit-bot@chromium.org",
26 "skip_throttle_users": [ 22 "skip_throttle_users": [
27 "commit-bot@chromium.org" 23 "commit-bot@chromium.org"
28 ], 24 ],
29 "tree_status_url": "https://chromium-status.appspot.com",
30 "tryserver_url": "http://build.chromium.org/p/tryserver.chromium/",
31 "use_buildbucket_for_tryjobs": true, 25 "use_buildbucket_for_tryjobs": true,
32 "verifiers_no_patch": { 26 "verifiers_no_patch": {
33 "experimental_try_job_verifier": { 27 "experimental_try_job_verifier": {
34 "10 percent experiment": { 28 "10 percent experiment": {
35 "percentage": 0.1, 29 "percentage": 0.1,
36 "trybots": { 30 "trybots": {
37 "launched": { 31 "launched": {
38 "tryserver.chromium.linux": { 32 "tryserver.chromium.linux": {
39 "android_amp_rel_tests_recipe": [ 33 "android_amp_rel_tests_recipe": [
40 "defaulttests" 34 "defaulttests"
41 ], 35 ],
42 "cast_shell": [
43 "defaulttests"
44 ],
45 "cast_shell_apk": [
46 "defaulttests"
47 ],
48 "linux_arm_compile": [ 36 "linux_arm_compile": [
49 "defaulttests" 37 "defaulttests"
50 ], 38 ],
51 "linux_chromium_asan_rel_ng": [ 39 "linux_chromium_asan_rel_ng": [
52 "defaulttests" 40 "defaulttests"
53 ] 41 ]
54 }, 42 },
55 "tryserver.chromium.mac": { 43 "tryserver.chromium.mac": {
56 "mac_chromium_gn_rel": [ 44 "mac_chromium_gn_rel": [
57 "defaulttests" 45 "defaulttests"
(...skipping 29 matching lines...) Expand all
87 }, 75 },
88 "75 percent experiment": { 76 "75 percent experiment": {
89 "percentage": 0.75, 77 "percentage": 0.75,
90 "trybots": { 78 "trybots": {
91 "launched": { 79 "launched": {
92 "tryserver.chromium.linux": {} 80 "tryserver.chromium.linux": {}
93 } 81 }
94 } 82 }
95 } 83 }
96 }, 84 },
97 "reviewer_lgtm_verifier": {}, 85 "reviewer_lgtm_verifier": {
98 "tree_status_verifier": {}, 86 "committer_project": "chromium"
87 },
88 "tree_status_verifier": {
89 "tree_status_url": "https://chromium-status.appspot.com"
90 },
99 "try_job_verifier": { 91 "try_job_verifier": {
100 "launched": { 92 "launched": {
101 "tryserver.chromium.linux": { 93 "tryserver.chromium.linux": {
102 "android_arm64_dbg_recipe": [ 94 "android_arm64_dbg_recipe": [
103 "defaulttests" 95 "defaulttests"
104 ], 96 ],
105 "android_chromium_gn_compile_dbg": [ 97 "android_chromium_gn_compile_dbg": [
106 "defaulttests" 98 "defaulttests"
107 ], 99 ],
108 "android_chromium_gn_compile_rel": [ 100 "android_chromium_gn_compile_rel": [
109 "defaulttests" 101 "defaulttests"
110 ], 102 ],
111 "android_clang_dbg_recipe": [ 103 "android_clang_dbg_recipe": [
112 "defaulttests" 104 "defaulttests"
113 ], 105 ],
114 "android_compile_rel": [ 106 "android_compile_dbg": [
107 "defaulttests"
108 ],
109 "cast_shell_android": [
110 "defaulttests"
111 ],
112 "cast_shell_linux": [
115 "defaulttests" 113 "defaulttests"
116 ], 114 ],
117 "chromium_presubmit": [ 115 "chromium_presubmit": [
118 "defaulttests" 116 "defaulttests"
119 ], 117 ],
120 "linux_android_rel_ng": [ 118 "linux_android_rel_ng": [
121 "defaulttests" 119 "defaulttests"
122 ], 120 ],
123 "linux_chromium_asan_rel": [ 121 "linux_chromium_asan_rel": [
124 "defaulttests" 122 "defaulttests"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 ], 172 ],
175 "win_chromium_rel_ng": [ 173 "win_chromium_rel_ng": [
176 "defaulttests" 174 "defaulttests"
177 ], 175 ],
178 "win_chromium_x64_rel_ng": [ 176 "win_chromium_x64_rel_ng": [
179 "defaulttests" 177 "defaulttests"
180 ] 178 ]
181 } 179 }
182 } 180 }
183 } 181 }
184 } 182 },
183 "version": 1
185 } 184 }
OLDNEW
« no previous file with comments | « testing/chromoting/integration_tests.gyp ('k') | testing/iossim/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698