1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
{
"commit_burst_delay": 60,
"commit_user": "commit-bot@chromium.org",
"cq_status_url": "https://chromium-cq-status.appspot.com",
"git_repo_url": "https://chromium.googlesource.com/chromium/src",
"hide_ref_in_committed_msg": true,
"max_commit_burst": 2,
"project_bases_legacy": [
"^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
"^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
"^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
"^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.*)$",
"^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
"^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
"^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
"^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
],
"project_bases_legacy_from_git_repo_url": true,
"remote_branch": "refs/pending/heads/master",
"rietveld_url": "https://codereview.chromium.org",
"rietveld_user": "commit-bot@chromium.org",
"skip_throttle_users": [
"commit-bot@chromium.org"
],
"use_buildbucket_for_tryjobs": true,
"verifiers_no_patch": {
"experimental_try_job_verifier": {
"10 percent experiment": {
"percentage": 0.1,
"trybots": {
"launched": {
"tryserver.chromium.linux": {
},
"tryserver.chromium.mac": {
"mac_chromium_gn_rel": [
"defaulttests"
]
},
"tryserver.chromium.win": {
"win8_chromium_gn_rel": [
"defaulttests"
],
"win8_chromium_ng": [
"defaulttests"
]
}
}
}
},
"100 percent experiment": {
"percentage": 1.0,
"trybots": {
"launched": {
"tryserver.chromium.linux": {
"android_amp_rel_tests_recipe": [
"defaulttests"
],
"linux_arm_compile": [
"defaulttests"
]
},
"tryserver.chromium.mac": {}
}
}
},
"50 percent experiment": {
"percentage": 0.5,
"trybots": {
"launched": {
"tryserver.chromium.linux": {}
}
}
},
"75 percent experiment": {
"percentage": 0.75,
"trybots": {
"launched": {
"tryserver.chromium.linux": {}
}
}
}
},
"reviewer_lgtm_verifier": {
"committer_project": "chromium"
},
"tree_status_verifier": {
"tree_status_url": "https://chromium-status.appspot.com"
},
"try_job_verifier": {
"launched": {
"tryserver.chromium.linux": {
"android_arm64_dbg_recipe": [
"defaulttests"
],
"android_chromium_gn_compile_dbg": [
"defaulttests"
],
"android_chromium_gn_compile_rel": [
"defaulttests"
],
"android_clang_dbg_recipe": [
"defaulttests"
],
"android_compile_dbg": [
"defaulttests"
],
"cast_shell_android": [
"defaulttests"
],
"cast_shell_linux": [
"defaulttests"
],
"chromium_presubmit": [
"defaulttests"
],
"linux_android_rel_ng": [
"defaulttests"
],
"linux_chromium_asan_rel_ng": [
"defaulttests"
],
"linux_chromium_chromeos_compile_dbg_ng": [
"defaulttests"
],
"linux_chromium_chromeos_ozone_rel_ng": [
"defaulttests"
],
"linux_chromium_chromeos_rel_ng": [
"defaulttests"
],
"linux_chromium_clobber_rel_ng": [
"defaulttests"
],
"linux_chromium_compile_dbg_32_ng": [
"compile"
],
"linux_chromium_gn_chromeos_rel": [
"defaulttests"
],
"linux_chromium_gn_dbg": [
"defaulttests"
],
"linux_chromium_gn_rel": [
"defaulttests"
],
"linux_chromium_rel_ng": [
"defaulttests"
]
},
"tryserver.chromium.mac": {
"ios_dbg_simulator_ninja": [
"defaulttests"
],
"ios_rel_device_ninja": [
"defaulttests"
],
"mac_chromium_compile_dbg_ng": [
"defaulttests"
],
"mac_chromium_rel_ng": [
"defaulttests"
]
},
"tryserver.chromium.win": {
"win8_chromium_rel": [
"defaulttests"
],
"win_chromium_compile_dbg_ng": [
"defaulttests"
],
"win_chromium_rel_ng": [
"defaulttests"
],
"win_chromium_x64_rel_ng": [
"defaulttests"
]
}
}
}
},
"version": 1
}
|