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

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

Issue 1070613002: Updates Cast trybots to 100%. (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(|/.*)$",
(...skipping 16 matching lines...) Expand all
27 "verifiers_no_patch": { 27 "verifiers_no_patch": {
28 "experimental_try_job_verifier": { 28 "experimental_try_job_verifier": {
29 "10 percent experiment": { 29 "10 percent experiment": {
30 "percentage": 0.1, 30 "percentage": 0.1,
31 "trybots": { 31 "trybots": {
32 "launched": { 32 "launched": {
33 "tryserver.chromium.linux": { 33 "tryserver.chromium.linux": {
34 "android_amp_rel_tests_recipe": [ 34 "android_amp_rel_tests_recipe": [
35 "defaulttests" 35 "defaulttests"
36 ], 36 ],
37 "cast_shell_android": [
38 "defaulttests"
39 ],
40 "cast_shell_linux": [
41 "defaulttests"
42 ],
43 "linux_arm_compile": [ 37 "linux_arm_compile": [
44 "defaulttests" 38 "defaulttests"
45 ], 39 ],
46 "linux_chromium_asan_rel_ng": [ 40 "linux_chromium_asan_rel_ng": [
47 "defaulttests" 41 "defaulttests"
48 ] 42 ]
49 }, 43 },
50 "tryserver.chromium.mac": { 44 "tryserver.chromium.mac": {
51 "mac_chromium_gn_rel": [ 45 "mac_chromium_gn_rel": [
52 "defaulttests" 46 "defaulttests"
53 ] 47 ]
54 }, 48 },
55 "tryserver.chromium.win": { 49 "tryserver.chromium.win": {
56 "win8_chromium_gn_rel": [ 50 "win8_chromium_gn_rel": [
57 "defaulttests" 51 "defaulttests"
58 ], 52 ],
59 "win8_chromium_ng": [ 53 "win8_chromium_ng": [
60 "defaulttests" 54 "defaulttests"
61 ] 55 ]
62 } 56 }
63 } 57 }
64 } 58 }
65 }, 59 },
66 "100 percent experiment": { 60 "100 percent experiment": {
67 "percentage": 1.0, 61 "percentage": 1.0,
68 "trybots": { 62 "trybots": {
69 "launched": { 63 "launched": {
70 "tryserver.chromium.linux": {}, 64 "tryserver.chromium.linux": {
65 "cast_shell_android": [
66 "defaulttests"
67 ],
68 "cast_shell_linux": [
69 "defaulttests"
70 ]
71 },
71 "tryserver.chromium.mac": {} 72 "tryserver.chromium.mac": {}
72 } 73 }
73 } 74 }
74 }, 75 },
75 "50 percent experiment": { 76 "50 percent experiment": {
76 "percentage": 0.5, 77 "percentage": 0.5,
77 "trybots": { 78 "trybots": {
78 "launched": { 79 "launched": {
79 "tryserver.chromium.linux": {} 80 "tryserver.chromium.linux": {}
80 } 81 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 ], 177 ],
177 "win_chromium_x64_rel_ng": [ 178 "win_chromium_x64_rel_ng": [
178 "defaulttests" 179 "defaulttests"
179 ] 180 ]
180 } 181 }
181 } 182 }
182 } 183 }
183 }, 184 },
184 "version": 1 185 "version": 1
185 } 186 }
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