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

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

Issue 844263005: Apply latest updates to experimental trybot config from CQ repo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_chromium_asan_rel_ng": ["defaulttests"] 8 "linux_chromium_asan_rel_ng": ["defaulttests"],
9 "linux_chromium_gn_chromeos_rel": ["defaulttests"]
9 }, 10 },
10 "tryserver.chromium.mac": { 11 "tryserver.chromium.mac": {
12 "ios_dbg_simulator_ng": ["defaulttests"],
Sergiy Byelozyorov 2015/01/14 14:50:40 shoudln't this also include ios_rel_device_ng and
Paweł Hajdan Jr. 2015/01/14 14:51:18 No, they're in production now.
13 "mac_chromium_gn_rel": ["defaulttests"]
11 }, 14 },
12 "tryserver.chromium.win": { 15 "tryserver.chromium.win": {
16 "win8_chromium_gn_rel": ["defaulttests"],
13 "win8_chromium_ng": ["defaulttests"], 17 "win8_chromium_ng": ["defaulttests"],
14 "win_chromium_compile_dbg_ng": ["defaulttests"] 18 "win_chromium_compile_dbg_ng": ["defaulttests"]
15 } 19 }
16 } 20 }
17 } 21 }
18 }, 22 },
19 "50 percent experiment": { 23 "50 percent experiment": {
20 "percentage": 0.50, 24 "percentage": 0.50,
21 "trybots": { 25 "trybots": {
22 "launched": { 26 "launched": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 } 100 }
97 }, 101 },
98 "triggered": { 102 "triggered": {
99 "tryserver.chromium.gpu": { 103 "tryserver.chromium.gpu": {
100 "linux_gpu_triggered_tests": "linux_gpu", 104 "linux_gpu_triggered_tests": "linux_gpu",
101 "win_gpu_triggered_tests": "win_gpu" 105 "win_gpu_triggered_tests": "win_gpu"
102 } 106 }
103 } 107 }
104 } 108 }
105 } 109 }
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