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