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

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

Issue 1026413003: Removes Chromecast-custom-recipe trybots from 10% experimental. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 "committer_project": "chromium", 4 "committer_project": "chromium",
5 "cq_status_url": "https://chromium-cq-status.appspot.com", 5 "cq_status_url": "https://chromium-cq-status.appspot.com",
6 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 6 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
7 "hide_ref_in_committed_msg": true, 7 "hide_ref_in_committed_msg": true,
8 "max_commit_burst": 2, 8 "max_commit_burst": 2,
9 "project_bases": [ 9 "project_bases": [
10 ".*" 10 ".*"
(...skipping 21 matching lines...) Expand all
32 "verifiers_no_patch": { 32 "verifiers_no_patch": {
33 "experimental_try_job_verifier": { 33 "experimental_try_job_verifier": {
34 "10 percent experiment": { 34 "10 percent experiment": {
35 "percentage": 0.1, 35 "percentage": 0.1,
36 "trybots": { 36 "trybots": {
37 "launched": { 37 "launched": {
38 "tryserver.chromium.linux": { 38 "tryserver.chromium.linux": {
39 "android_amp_rel_tests_recipe": [ 39 "android_amp_rel_tests_recipe": [
40 "defaulttests" 40 "defaulttests"
41 ], 41 ],
42 "cast_shell": [
43 "defaulttests"
44 ],
45 "cast_shell_apk": [
46 "defaulttests"
47 ],
48 "linux_arm_compile": [ 42 "linux_arm_compile": [
49 "defaulttests" 43 "defaulttests"
50 ], 44 ],
51 "linux_chromium_asan_rel_ng": [ 45 "linux_chromium_asan_rel_ng": [
52 "defaulttests" 46 "defaulttests"
53 ] 47 ]
54 }, 48 },
55 "tryserver.chromium.mac": { 49 "tryserver.chromium.mac": {
56 "mac_chromium_gn_rel": [ 50 "mac_chromium_gn_rel": [
57 "defaulttests" 51 "defaulttests"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "defaulttests" 170 "defaulttests"
177 ], 171 ],
178 "win_chromium_x64_rel_ng": [ 172 "win_chromium_x64_rel_ng": [
179 "defaulttests" 173 "defaulttests"
180 ] 174 ]
181 } 175 }
182 } 176 }
183 } 177 }
184 } 178 }
185 } 179 }
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