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

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

Issue 940473003: Move ios_dbg_simulator to experimental 100% (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 "cast_shell": ["defaulttests"], 8 "cast_shell": ["defaulttests"],
9 "cast_shell_apk": ["defaulttests"], 9 "cast_shell_apk": ["defaulttests"],
10 "linux_android_rel_ng": ["defaulttests"], 10 "linux_android_rel_ng": ["defaulttests"],
(...skipping 26 matching lines...) Expand all
37 "tryserver.chromium.linux": { 37 "tryserver.chromium.linux": {
38 } 38 }
39 } 39 }
40 } 40 }
41 }, 41 },
42 "100 percent experiment": { 42 "100 percent experiment": {
43 "percentage": 1.00, 43 "percentage": 1.00,
44 "trybots": { 44 "trybots": {
45 "launched": { 45 "launched": {
46 "tryserver.chromium.linux": { 46 "tryserver.chromium.linux": {
47 },
48 "tryserver.chromium.mac": {
49 "ios_dbg_simulator": ["defaulttests"]
47 } 50 }
48 } 51 }
49 } 52 }
50 } 53 }
51 }, 54 },
52 "trybots": { 55 "trybots": {
53 "launched": { 56 "launched": {
54 "tryserver.chromium.linux": { 57 "tryserver.chromium.linux": {
55 "android_chromium_gn_compile_dbg": ["defaulttests"], 58 "android_chromium_gn_compile_dbg": ["defaulttests"],
56 "android_chromium_gn_compile_rel": ["defaulttests"], 59 "android_chromium_gn_compile_rel": ["defaulttests"],
57 "android_compile_rel": ["defaulttests"], 60 "android_compile_rel": ["defaulttests"],
58 "chromium_presubmit": ["defaulttests"], 61 "chromium_presubmit": ["defaulttests"],
59 "linux_chromium_asan_rel": ["defaulttests"], 62 "linux_chromium_asan_rel": ["defaulttests"],
60 "linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"], 63 "linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"],
61 "linux_chromium_chromeos_rel_ng": ["defaulttests"], 64 "linux_chromium_chromeos_rel_ng": ["defaulttests"],
62 "linux_chromium_gn_chromeos_rel": ["defaulttests"], 65 "linux_chromium_gn_chromeos_rel": ["defaulttests"],
63 "linux_chromium_gn_dbg": ["defaulttests"], 66 "linux_chromium_gn_dbg": ["defaulttests"],
64 "linux_chromium_gn_rel": ["defaulttests"], 67 "linux_chromium_gn_rel": ["defaulttests"],
65 "linux_chromium_rel_ng": ["defaulttests"], 68 "linux_chromium_rel_ng": ["defaulttests"],
66 "android_rel_tests_recipe": ["defaulttests"], 69 "android_rel_tests_recipe": ["defaulttests"],
67 "android_arm64_dbg_recipe": ["defaulttests"], 70 "android_arm64_dbg_recipe": ["defaulttests"],
68 "android_clang_dbg_recipe": ["defaulttests"], 71 "android_clang_dbg_recipe": ["defaulttests"],
69 "android_aosp": ["compile"], 72 "android_aosp": ["compile"],
70 "linux_chromium_compile_dbg_32_ng": ["compile"] 73 "linux_chromium_compile_dbg_32_ng": ["compile"]
71 }, 74 },
72 "tryserver.chromium.mac": { 75 "tryserver.chromium.mac": {
73 "mac_chromium_compile_dbg_ng": ["defaulttests"], 76 "mac_chromium_compile_dbg_ng": ["defaulttests"],
74 "mac_chromium_rel_ng": ["defaulttests"], 77 "mac_chromium_rel_ng": ["defaulttests"],
75 "ios_dbg_simulator": [
76 "compile",
77 "base_unittests",
78 "components_unittests",
79 "content_unittests",
80 "crypto_unittests",
81 "url_unittests",
82 "net_unittests",
83 "sql_unittests",
84 "ui_unittests",
85 "sync_unit_tests",
86 "gfx_unittests"
87 ],
88 "ios_rel_device_ng": ["defaulttests"], 78 "ios_rel_device_ng": ["defaulttests"],
89 "ios_rel_device_ninja_ng": ["defaulttests"] 79 "ios_rel_device_ninja_ng": ["defaulttests"]
90 }, 80 },
91 "tryserver.chromium.win": { 81 "tryserver.chromium.win": {
92 "win8_chromium_rel": ["defaulttests"], 82 "win8_chromium_rel": ["defaulttests"],
93 "win_chromium_compile_dbg_ng": ["defaulttests"], 83 "win_chromium_compile_dbg_ng": ["defaulttests"],
94 "win_chromium_rel_ng": ["defaulttests"], 84 "win_chromium_rel_ng": ["defaulttests"],
95 "win_chromium_x64_rel_ng": ["defaulttests"] 85 "win_chromium_x64_rel_ng": ["defaulttests"]
96 } 86 }
97 }, 87 },
98 "triggered": { 88 "triggered": {
99 } 89 }
100 } 90 }
101 } 91 }
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