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

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

Issue 1104273002: [Android] Raise android_amp_rel_tests_recipe to a 100% experiment. (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 12 matching lines...) Expand all
23 "commit-bot@chromium.org" 23 "commit-bot@chromium.org"
24 ], 24 ],
25 "use_buildbucket_for_tryjobs": true, 25 "use_buildbucket_for_tryjobs": true,
26 "verifiers_no_patch": { 26 "verifiers_no_patch": {
27 "experimental_try_job_verifier": { 27 "experimental_try_job_verifier": {
28 "10 percent experiment": { 28 "10 percent experiment": {
29 "percentage": 0.1, 29 "percentage": 0.1,
30 "trybots": { 30 "trybots": {
31 "launched": { 31 "launched": {
32 "tryserver.chromium.linux": { 32 "tryserver.chromium.linux": {
33 "android_amp_rel_tests_recipe": [
34 "defaulttests"
35 ],
36 "linux_arm_compile": [ 33 "linux_arm_compile": [
37 "defaulttests" 34 "defaulttests"
38 ], 35 ],
39 "linux_chromium_asan_rel_ng": [ 36 "linux_chromium_asan_rel_ng": [
40 "defaulttests" 37 "defaulttests"
41 ] 38 ]
42 }, 39 },
43 "tryserver.chromium.mac": { 40 "tryserver.chromium.mac": {
44 "mac_chromium_gn_rel": [ 41 "mac_chromium_gn_rel": [
45 "defaulttests" 42 "defaulttests"
46 ] 43 ]
47 }, 44 },
48 "tryserver.chromium.win": { 45 "tryserver.chromium.win": {
49 "win8_chromium_gn_rel": [ 46 "win8_chromium_gn_rel": [
50 "defaulttests" 47 "defaulttests"
51 ], 48 ],
52 "win8_chromium_ng": [ 49 "win8_chromium_ng": [
53 "defaulttests" 50 "defaulttests"
54 ] 51 ]
55 } 52 }
56 } 53 }
57 } 54 }
58 }, 55 },
59 "100 percent experiment": { 56 "100 percent experiment": {
60 "percentage": 1.0, 57 "percentage": 1.0,
61 "trybots": { 58 "trybots": {
62 "launched": { 59 "launched": {
63 "tryserver.chromium.linux": {}, 60 "tryserver.chromium.linux": {
61 "android_amp_rel_tests_recipe": [
62 "defaulttests"
63 ]
64 },
64 "tryserver.chromium.mac": {} 65 "tryserver.chromium.mac": {}
65 } 66 }
66 } 67 }
67 }, 68 },
68 "50 percent experiment": { 69 "50 percent experiment": {
69 "percentage": 0.5, 70 "percentage": 0.5,
70 "trybots": { 71 "trybots": {
71 "launched": { 72 "launched": {
72 "tryserver.chromium.linux": {} 73 "tryserver.chromium.linux": {}
73 } 74 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 176 ],
176 "win_chromium_x64_rel_ng": [ 177 "win_chromium_x64_rel_ng": [
177 "defaulttests" 178 "defaulttests"
178 ] 179 ]
179 } 180 }
180 } 181 }
181 } 182 }
182 }, 183 },
183 "version": 1 184 "version": 1
184 } 185 }
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