OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.webrtc", | 17 "chromium.webrtc", |
17 "--builder", | 18 "--builder", |
18 "Win Builder", | 19 "Win Builder", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "src@HEAD", | 33 "src@HEAD", |
33 "--force", | 34 "--force", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
116 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
117 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 119 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
118 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
119 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
121 ] | 123 ] |
122 }, | 124 }, |
123 { | 125 { |
124 "cmd": [], | 126 "cmd": [], |
| 127 "cwd": "[SLAVE_BUILD]", |
125 "name": "ensure_goma" | 128 "name": "ensure_goma" |
126 }, | 129 }, |
127 { | 130 { |
128 "cmd": [ | 131 "cmd": [ |
129 "python", | 132 "python", |
130 "-u", | 133 "-u", |
131 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 134 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
132 "--platform", | 135 "--platform", |
133 "windows-386", | 136 "windows-386", |
134 "--dest-directory", | 137 "--dest-directory", |
135 "[CWD]\\cipd", | 138 "[SLAVE_BUILD]\\cipd", |
136 "--json-output", | 139 "--json-output", |
137 "/path/to/tmp/json" | 140 "/path/to/tmp/json" |
138 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
139 "name": "ensure_goma.install cipd", | 143 "name": "ensure_goma.install cipd", |
140 "~followup_annotations": [ | 144 "~followup_annotations": [ |
141 "@@@STEP_NEST_LEVEL@1@@@", | 145 "@@@STEP_NEST_LEVEL@1@@@", |
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 146 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
143 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
146 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
147 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
148 ] | 152 ] |
149 }, | 153 }, |
150 { | 154 { |
151 "cmd": [ | 155 "cmd": [ |
152 "fake_slave_build/cipd", | 156 "[SLAVE_BUILD]\\cipd\\cipd", |
153 "ensure", | 157 "ensure", |
154 "--root", | 158 "--root", |
155 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 159 "[CACHE]\\cipd\\goma", |
156 "--list", | 160 "--list", |
157 "infra_internal/goma/client/windows-amd64 release", | 161 "infra_internal/goma/client/windows-amd64 release", |
158 "--json-output", | 162 "--json-output", |
159 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
160 "--service-account-json", | 164 "--service-account-json", |
161 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 165 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
162 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
163 "name": "ensure_goma.ensure_installed", | 168 "name": "ensure_goma.ensure_installed", |
164 "~followup_annotations": [ | 169 "~followup_annotations": [ |
165 "@@@STEP_NEST_LEVEL@1@@@", | 170 "@@@STEP_NEST_LEVEL@1@@@", |
166 "@@@STEP_LOG_LINE@json.output@{@@@", | 171 "@@@STEP_LOG_LINE@json.output@{@@@", |
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 173 "@@@STEP_LOG_LINE@json.output@ {@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 176 "@@@STEP_LOG_LINE@json.output@ }@@@", |
172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
173 "@@@STEP_LOG_LINE@json.output@}@@@", | 178 "@@@STEP_LOG_LINE@json.output@}@@@", |
174 "@@@STEP_LOG_END@json.output@@@" | 179 "@@@STEP_LOG_END@json.output@@@" |
175 ] | 180 ] |
176 }, | 181 }, |
177 { | 182 { |
178 "cmd": [ | 183 "cmd": [ |
179 "python", | 184 "python", |
180 "-u", | 185 "-u", |
181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
182 "runhooks" | 187 "runhooks" |
183 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
184 "env": { | 190 "env": { |
185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
186 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT
]\\b\\build\\slave\\cache\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use
_goma=1", | 192 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH
E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", |
187 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
188 }, | 194 }, |
189 "name": "gclient runhooks" | 195 "name": "gclient runhooks" |
190 }, | 196 }, |
191 { | 197 { |
192 "cmd": [ | 198 "cmd": [ |
193 "python", | 199 "python", |
194 "-u", | 200 "-u", |
195 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
196 "--output", | 202 "--output", |
197 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
198 "--", | 204 "--", |
199 "--build-config-fs", | 205 "--build-config-fs", |
200 "Release", | 206 "Release", |
201 "--paths", | 207 "--paths", |
202 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 208 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
203 "--properties", | 209 "--properties", |
204 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 210 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
205 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
206 "name": "get compile targets for scripts", | 213 "name": "get compile targets for scripts", |
207 "~followup_annotations": [ | 214 "~followup_annotations": [ |
208 "@@@STEP_LOG_LINE@json.output@{}@@@", | 215 "@@@STEP_LOG_LINE@json.output@{}@@@", |
209 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
210 ] | 217 ] |
211 }, | 218 }, |
212 { | 219 { |
213 "cmd": [ | 220 "cmd": [ |
214 "python", | 221 "python", |
215 "-u", | 222 "-u", |
216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
217 "[CWD]\\src\\testing\\buildbot\\chromium.webrtc.json", | 224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc.json", |
218 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
219 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", |
220 "name": "read test spec", | 228 "name": "read test spec", |
221 "~followup_annotations": [ | 229 "~followup_annotations": [ |
222 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webrtc.json@@@
", | 230 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc
.json@@@", |
223 "@@@STEP_LOG_LINE@json.output@{}@@@", | 231 "@@@STEP_LOG_LINE@json.output@{}@@@", |
224 "@@@STEP_LOG_END@json.output@@@" | 232 "@@@STEP_LOG_END@json.output@@@" |
225 ] | 233 ] |
226 }, | 234 }, |
227 { | 235 { |
228 "cmd": [ | 236 "cmd": [ |
229 "python", | 237 "python", |
230 "-u", | 238 "-u", |
231 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 239 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
232 "--show-path", | 240 "--show-path", |
233 "python", | 241 "python", |
234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 242 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
235 ], | 243 ], |
| 244 "cwd": "[SLAVE_BUILD]", |
236 "name": "cleanup_temp" | 245 "name": "cleanup_temp" |
237 }, | 246 }, |
238 { | 247 { |
239 "cmd": [ | 248 "cmd": [ |
240 "python", | 249 "python", |
241 "-u", | 250 "-u", |
242 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
243 "--show-path", | 252 "--show-path", |
244 "python", | 253 "python", |
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
246 "--gsutil-py-path", | 255 "--gsutil-py-path", |
247 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 256 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
248 "--ninja-path", | 257 "--ninja-path", |
249 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
250 "--target", | 259 "--target", |
251 "Release", | 260 "Release", |
252 "--src-dir", | 261 "--src-dir", |
253 "[CWD]\\src", | 262 "[SLAVE_BUILD]\\src", |
254 "--goma-cache-dir", | 263 "--goma-cache-dir", |
255 "[ROOT]\\b\\build\\slave\\goma_cache", | 264 "[GOMA_CACHE]", |
256 "--build-tool", | 265 "--build-tool", |
257 "ninja", | 266 "ninja", |
258 "--build-data-dir", | 267 "--build-data-dir", |
259 "[ROOT]\\build_data_dir", | 268 "[ROOT]\\build_data_dir", |
260 "--compiler", | 269 "--compiler", |
261 "goma", | 270 "goma", |
262 "--goma-jsonstatus", | 271 "--goma-jsonstatus", |
263 "/path/to/tmp/json", | 272 "/path/to/tmp/json", |
264 "--goma-service-account-json-file", | 273 "--goma-service-account-json-file", |
265 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 274 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
266 "--goma-dir", | 275 "--goma-dir", |
267 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 276 "[CACHE]\\cipd\\goma", |
268 "--", | 277 "--", |
269 "browser_tests", | 278 "browser_tests", |
270 "chromium_builder_webrtc", | 279 "chromium_builder_webrtc", |
271 "content_browsertests", | 280 "content_browsertests", |
272 "content_unittests", | 281 "content_unittests", |
273 "media_unittests", | 282 "media_unittests", |
274 "remoting_unittests" | 283 "remoting_unittests" |
275 ], | 284 ], |
| 285 "cwd": "[SLAVE_BUILD]", |
276 "env": { | 286 "env": { |
277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
278 }, | 288 }, |
279 "name": "compile", | 289 "name": "compile", |
280 "~followup_annotations": [ | 290 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
282 "@@@STEP_LOG_END@json.output (invalid)@@@" | 292 "@@@STEP_LOG_END@json.output (invalid)@@@" |
283 ] | 293 ] |
284 }, | 294 }, |
285 { | 295 { |
286 "allow_subannotations": true, | 296 "allow_subannotations": true, |
287 "cmd": [ | 297 "cmd": [ |
288 "python", | 298 "python", |
289 "-u", | 299 "-u", |
290 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
291 "--show-path", | 301 "--show-path", |
292 "python", | 302 "python", |
293 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
294 "--target", | 304 "--target", |
295 "Release", | 305 "Release", |
296 "--build-url", | 306 "--build-url", |
297 "gs://chromium-webrtc/chromium.webrtc/Win Builder", | 307 "gs://chromium-webrtc/chromium.webrtc/Win Builder", |
298 "--build_revision", | 308 "--build_revision", |
299 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 309 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
300 "--factory-properties", | 310 "--factory-properties", |
301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
302 "--build-properties", | 312 "--build-properties", |
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
304 ], | 314 ], |
| 315 "cwd": "[SLAVE_BUILD]", |
305 "name": "package build" | 316 "name": "package build" |
306 }, | 317 }, |
307 { | 318 { |
308 "cmd": [], | 319 "cmd": [], |
| 320 "cwd": "[SLAVE_BUILD]", |
309 "name": "trigger", | 321 "name": "trigger", |
310 "trigger_specs": [ | 322 "trigger_specs": [ |
311 { | 323 { |
312 "builder_name": "Win10 Tester", | 324 "builder_name": "Win10 Tester", |
313 "properties": { | 325 "properties": { |
314 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 326 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
315 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 327 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
316 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 328 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
317 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 329 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
318 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 330 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
(...skipping 10 matching lines...) Expand all Loading... |
329 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 341 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
330 } | 342 } |
331 } | 343 } |
332 ], | 344 ], |
333 "~followup_annotations": [ | 345 "~followup_annotations": [ |
334 "@@@STEP_TEXT@Win10 Tester@@@" | 346 "@@@STEP_TEXT@Win10 Tester@@@" |
335 ] | 347 ] |
336 }, | 348 }, |
337 { | 349 { |
338 "cmd": [], | 350 "cmd": [], |
| 351 "cwd": "[SLAVE_BUILD]", |
339 "name": "trigger (2)", | 352 "name": "trigger (2)", |
340 "trigger_specs": [ | 353 "trigger_specs": [ |
341 { | 354 { |
342 "builder_name": "Win7 Tester", | 355 "builder_name": "Win7 Tester", |
343 "properties": { | 356 "properties": { |
344 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 357 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
345 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 358 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
346 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 359 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
347 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 360 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
348 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 361 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
(...skipping 10 matching lines...) Expand all Loading... |
359 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 372 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
360 } | 373 } |
361 } | 374 } |
362 ], | 375 ], |
363 "~followup_annotations": [ | 376 "~followup_annotations": [ |
364 "@@@STEP_TEXT@Win7 Tester@@@" | 377 "@@@STEP_TEXT@Win7 Tester@@@" |
365 ] | 378 ] |
366 }, | 379 }, |
367 { | 380 { |
368 "cmd": [], | 381 "cmd": [], |
| 382 "cwd": "[SLAVE_BUILD]", |
369 "name": "trigger (3)", | 383 "name": "trigger (3)", |
370 "trigger_specs": [ | 384 "trigger_specs": [ |
371 { | 385 { |
372 "builder_name": "Win8 Tester", | 386 "builder_name": "Win8 Tester", |
373 "properties": { | 387 "properties": { |
374 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 388 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
375 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 389 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
376 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 390 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
377 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 391 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
378 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 392 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
(...skipping 14 matching lines...) Expand all Loading... |
393 "~followup_annotations": [ | 407 "~followup_annotations": [ |
394 "@@@STEP_TEXT@Win8 Tester@@@" | 408 "@@@STEP_TEXT@Win8 Tester@@@" |
395 ] | 409 ] |
396 }, | 410 }, |
397 { | 411 { |
398 "name": "$result", | 412 "name": "$result", |
399 "recipe_result": null, | 413 "recipe_result": null, |
400 "status_code": 0 | 414 "status_code": 0 |
401 } | 415 } |
402 ] | 416 ] |
OLD | NEW |