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

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

Issue 920583004: Added linux_android_rel_ng to 10% experimental CQ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 "experimental_tryjobs": { 2 "experimental_tryjobs": {
3 "10 percent experiment": { 3 "10 percent experiment": {
4 "percentage": 0.1, 4 "percentage": 0.1,
5 "trybots": { 5 "trybots": {
6 "launched": { 6 "launched": {
7 "tryserver.chromium.linux": { 7 "tryserver.chromium.linux": {
8 "linux_android_rel_ng": ["defaulttests"],
8 "linux_chromium_asan_rel_ng": ["defaulttests"] 9 "linux_chromium_asan_rel_ng": ["defaulttests"]
9 }, 10 },
10 "tryserver.chromium.mac": { 11 "tryserver.chromium.mac": {
11 "mac_chromium_gn_rel": ["defaulttests"] 12 "mac_chromium_gn_rel": ["defaulttests"]
12 }, 13 },
13 "tryserver.chromium.win": { 14 "tryserver.chromium.win": {
14 "win8_chromium_ng": ["defaulttests"], 15 "win8_chromium_ng": ["defaulttests"],
15 "win8_chromium_gn_rel": ["defaulttests"] 16 "win8_chromium_gn_rel": ["defaulttests"]
16 } 17 }
17 } 18 }
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "win_gpu": ["defaulttests"] 95 "win_gpu": ["defaulttests"]
95 } 96 }
96 }, 97 },
97 "triggered": { 98 "triggered": {
98 "tryserver.chromium.gpu": { 99 "tryserver.chromium.gpu": {
99 "win_gpu_triggered_tests": "win_gpu" 100 "win_gpu_triggered_tests": "win_gpu"
100 } 101 }
101 } 102 }
102 } 103 }
103 } 104 }
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