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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_none_existing_targets.json

Issue 2223353004: findit: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 29 "--master",
8 "tryserver.chromium.linux", 30 "tryserver.chromium.linux",
9 "--builder", 31 "--builder",
10 "linux_variable", 32 "linux_variable",
11 "--slave", 33 "--slave",
12 "build1-a1", 34 "build1-a1",
13 "--spec", 35 "--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'}]", 36 "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'}]",
15 "--root", 37 "--root",
16 "src", 38 "src",
17 "--revision_mapping_file", 39 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
19 "--git-cache-dir", 41 "--git-cache-dir",
20 "[GIT_CACHE]", 42 "[GIT_CACHE]",
21 "--output_json", 43 "--output_json",
22 "/path/to/tmp/json", 44 "/path/to/tmp/json",
23 "--revision", 45 "--revision",
24 "src@r1", 46 "src@r1",
25 "--output_manifest" 47 "--output_manifest"
26 ], 48 ],
49 "cwd": "[BUILDER_CACHE]/linux",
27 "env": { 50 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 52 },
30 "name": "bot_update", 53 "name": "bot_update",
31 "~followup_annotations": [ 54 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "@@@STEP_LOG_LINE@json.output@ }@@@", 177 "@@@STEP_LOG_LINE@json.output@ }@@@",
155 "@@@STEP_LOG_LINE@json.output@ ]@@@", 178 "@@@STEP_LOG_LINE@json.output@ ]@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@", 179 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@" 180 "@@@STEP_LOG_END@json.output@@@"
158 ] 181 ]
159 }, 182 },
160 { 183 {
161 "cmd": [ 184 "cmd": [
162 "python", 185 "python",
163 "-u", 186 "-u",
164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 187 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
165 "--version" 188 "--version"
166 ], 189 ],
167 "name": "swarming.py --version", 190 "name": "swarming.py --version",
168 "stdout": "/path/to/tmp/", 191 "stdout": "/path/to/tmp/",
169 "~followup_annotations": [ 192 "~followup_annotations": [
170 "@@@STEP_TEXT@0.8.6@@@" 193 "@@@STEP_TEXT@0.8.6@@@"
171 ] 194 ]
172 }, 195 },
173 { 196 {
174 "cmd": [ 197 "cmd": [
175 "python", 198 "python",
176 "-u", 199 "-u",
177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
178 "runhooks" 201 "runhooks"
179 ], 202 ],
180 "cwd": "[SLAVE_BUILD]/src", 203 "cwd": "[BUILDER_CACHE]/linux/src",
181 "env": { 204 "env": {
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
183 "GYP_CHROMIUM_NO_ACTION": "1", 206 "GYP_CHROMIUM_NO_ACTION": "1",
184 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 207 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1",
185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 208 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
186 }, 209 },
187 "name": "gclient runhooks" 210 "name": "gclient runhooks"
188 }, 211 },
189 { 212 {
190 "cmd": [ 213 "cmd": [
191 "python", 214 "python",
192 "-u", 215 "-u",
193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 216 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
194 "--output", 217 "--output",
195 "/path/to/tmp/json", 218 "/path/to/tmp/json",
196 "--", 219 "--",
197 "--build-config-fs", 220 "--build-config-fs",
198 "Release", 221 "Release",
199 "--use-src-side-runtest-py", 222 "--use-src-side-runtest-py",
200 "--paths", 223 "--paths",
201 "{\"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\"}", 224 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
202 "--properties", 225 "--properties",
203 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo rm\": \"linux\"}" 226 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo rm\": \"linux\"}"
204 ], 227 ],
205 "name": "get compile targets for scripts", 228 "name": "get compile targets for scripts",
206 "~followup_annotations": [ 229 "~followup_annotations": [
207 "@@@STEP_LOG_LINE@json.output@{}@@@", 230 "@@@STEP_LOG_LINE@json.output@{}@@@",
208 "@@@STEP_LOG_END@json.output@@@" 231 "@@@STEP_LOG_END@json.output@@@"
209 ] 232 ]
210 }, 233 },
211 { 234 {
212 "cmd": [ 235 "cmd": [
213 "python", 236 "python",
214 "-u", 237 "-u",
215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
216 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 239 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
217 "/path/to/tmp/json" 240 "/path/to/tmp/json"
218 ], 241 ],
219 "name": "read test spec (chromium.linux.json)", 242 "name": "read test spec (chromium.linux.json)",
220 "~followup_annotations": [ 243 "~followup_annotations": [
221 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 244 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
222 "@@@STEP_LOG_LINE@json.output@{}@@@", 245 "@@@STEP_LOG_LINE@json.output@{}@@@",
223 "@@@STEP_LOG_END@json.output@@@" 246 "@@@STEP_LOG_END@json.output@@@"
224 ] 247 ]
225 }, 248 },
226 { 249 {
227 "cmd": [ 250 "cmd": [
228 "git", 251 "git",
229 "log", 252 "log",
230 "--format=%H", 253 "--format=%H",
231 "r0..r1" 254 "r0..r1"
232 ], 255 ],
233 "cwd": "[SLAVE_BUILD]/src", 256 "cwd": "[BUILDER_CACHE]/linux/src",
234 "name": "git commits in range", 257 "name": "git commits in range",
235 "stdout": "/path/to/tmp/", 258 "stdout": "/path/to/tmp/",
236 "~followup_annotations": [ 259 "~followup_annotations": [
237 "@@@STEP_LOG_LINE@revisions@r1@@@", 260 "@@@STEP_LOG_LINE@revisions@r1@@@",
238 "@@@STEP_LOG_END@revisions@@@" 261 "@@@STEP_LOG_END@revisions@@@"
239 ] 262 ]
240 }, 263 },
241 { 264 {
242 "cmd": [], 265 "cmd": [],
243 "name": "test r1" 266 "name": "test r1"
244 }, 267 },
245 { 268 {
246 "cmd": [ 269 "cmd": [
247 "python", 270 "python",
248 "-u", 271 "-u",
272 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
273 "[BUILDER_CACHE]/linux",
274 "511"
275 ],
276 "name": "test r1.makedirs checkout path",
277 "~followup_annotations": [
278 "@@@STEP_NEST_LEVEL@1@@@",
279 "@@@STEP_LOG_LINE@python.inline@@@@",
280 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
281 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
282 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
283 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
284 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
285 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
286 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
287 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
288 "@@@STEP_LOG_END@python.inline@@@"
289 ]
290 },
291 {
292 "cmd": [
293 "python",
294 "-u",
249 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 295 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
250 "--master", 296 "--master",
251 "tryserver.chromium.linux", 297 "tryserver.chromium.linux",
252 "--builder", 298 "--builder",
253 "linux_variable", 299 "linux_variable",
254 "--slave", 300 "--slave",
255 "build1-a1", 301 "build1-a1",
256 "--spec", 302 "--spec",
257 "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'}]", 303 "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'}]",
258 "--root", 304 "--root",
259 "src", 305 "src",
260 "--revision_mapping_file", 306 "--revision_mapping_file",
261 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 307 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
262 "--git-cache-dir", 308 "--git-cache-dir",
263 "[GIT_CACHE]", 309 "[GIT_CACHE]",
264 "--output_json", 310 "--output_json",
265 "/path/to/tmp/json", 311 "/path/to/tmp/json",
266 "--revision", 312 "--revision",
267 "src@r1", 313 "src@r1",
268 "--output_manifest" 314 "--output_manifest"
269 ], 315 ],
316 "cwd": "[BUILDER_CACHE]/linux",
270 "env": { 317 "env": {
271 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 318 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
272 }, 319 },
273 "name": "test r1.bot_update", 320 "name": "test r1.bot_update",
274 "~followup_annotations": [ 321 "~followup_annotations": [
275 "@@@STEP_NEST_LEVEL@1@@@", 322 "@@@STEP_NEST_LEVEL@1@@@",
276 "@@@STEP_TEXT@Some step text@@@", 323 "@@@STEP_TEXT@Some step text@@@",
277 "@@@STEP_LOG_LINE@json.output@{@@@", 324 "@@@STEP_LOG_LINE@json.output@{@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 325 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "@@@STEP_LOG_END@json.output@@@" 451 "@@@STEP_LOG_END@json.output@@@"
405 ] 452 ]
406 }, 453 },
407 { 454 {
408 "cmd": [ 455 "cmd": [
409 "python", 456 "python",
410 "-u", 457 "-u",
411 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 458 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
412 "runhooks" 459 "runhooks"
413 ], 460 ],
414 "cwd": "[SLAVE_BUILD]/src", 461 "cwd": "[BUILDER_CACHE]/linux/src",
415 "env": { 462 "env": {
416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
417 "GYP_CHROMIUM_NO_ACTION": "1", 464 "GYP_CHROMIUM_NO_ACTION": "1",
418 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 465 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1",
419 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 466 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
420 }, 467 },
421 "name": "test r1.gclient runhooks", 468 "name": "test r1.gclient runhooks",
422 "~followup_annotations": [ 469 "~followup_annotations": [
423 "@@@STEP_NEST_LEVEL@1@@@" 470 "@@@STEP_NEST_LEVEL@1@@@"
424 ] 471 ]
425 }, 472 },
426 { 473 {
427 "cmd": [ 474 "cmd": [
428 "python", 475 "python",
429 "-u", 476 "-u",
430 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 477 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
431 "--output", 478 "--output",
432 "/path/to/tmp/json", 479 "/path/to/tmp/json",
433 "--", 480 "--",
434 "--build-config-fs", 481 "--build-config-fs",
435 "Release", 482 "Release",
436 "--use-src-side-runtest-py", 483 "--use-src-side-runtest-py",
437 "--paths", 484 "--paths",
438 "{\"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\"}", 485 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
439 "--properties", 486 "--properties",
440 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo rm\": \"linux\"}" 487 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo rm\": \"linux\"}"
441 ], 488 ],
442 "name": "test r1.get compile targets for scripts", 489 "name": "test r1.get compile targets for scripts",
443 "~followup_annotations": [ 490 "~followup_annotations": [
444 "@@@STEP_NEST_LEVEL@1@@@", 491 "@@@STEP_NEST_LEVEL@1@@@",
445 "@@@STEP_LOG_LINE@json.output@{}@@@", 492 "@@@STEP_LOG_LINE@json.output@{}@@@",
446 "@@@STEP_LOG_END@json.output@@@" 493 "@@@STEP_LOG_END@json.output@@@"
447 ] 494 ]
448 }, 495 },
449 { 496 {
450 "cmd": [ 497 "cmd": [
451 "python", 498 "python",
452 "-u", 499 "-u",
453 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 500 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
454 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 501 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
455 "/path/to/tmp/json" 502 "/path/to/tmp/json"
456 ], 503 ],
457 "name": "test r1.read test spec (chromium.linux.json)", 504 "name": "test r1.read test spec (chromium.linux.json)",
458 "~followup_annotations": [ 505 "~followup_annotations": [
459 "@@@STEP_NEST_LEVEL@1@@@", 506 "@@@STEP_NEST_LEVEL@1@@@",
460 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 507 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
461 "@@@STEP_LOG_LINE@json.output@{}@@@", 508 "@@@STEP_LOG_LINE@json.output@{}@@@",
462 "@@@STEP_LOG_END@json.output@@@" 509 "@@@STEP_LOG_END@json.output@@@"
463 ] 510 ]
464 }, 511 },
465 { 512 {
466 "cmd": [ 513 "cmd": [
467 "python", 514 "python",
468 "-u", 515 "-u",
469 "[SLAVE_BUILD]/src/tools/mb/mb.py", 516 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
470 "gen", 517 "gen",
471 "-m", 518 "-m",
472 "chromium.linux", 519 "chromium.linux",
473 "-b", 520 "-b",
474 "Linux Builder", 521 "Linux Builder",
475 "--config-file", 522 "--config-file",
476 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 523 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
477 "--goma-dir", 524 "--goma-dir",
478 "[CACHE]/cipd/goma", 525 "[CACHE]/cipd/goma",
479 "//out/Release" 526 "//out/Release"
480 ], 527 ],
481 "cwd": "[SLAVE_BUILD]/src", 528 "cwd": "[BUILDER_CACHE]/linux/src",
482 "env": { 529 "env": {
483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 530 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
484 }, 531 },
485 "name": "test r1.generate_build_files", 532 "name": "test r1.generate_build_files",
486 "~followup_annotations": [ 533 "~followup_annotations": [
487 "@@@STEP_NEST_LEVEL@1@@@" 534 "@@@STEP_NEST_LEVEL@1@@@"
488 ] 535 ]
489 }, 536 },
490 { 537 {
491 "cmd": [ 538 "cmd": [
492 "python", 539 "python",
493 "-u", 540 "-u",
494 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", 541 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py",
495 "--target-build-dir", 542 "--target-build-dir",
496 "[SLAVE_BUILD]/src/out/Release", 543 "[BUILDER_CACHE]/linux/src/out/Release",
497 "--target", 544 "--target",
498 "gen/a/b/source.cc", 545 "gen/a/b/source.cc",
499 "--json-output", 546 "--json-output",
500 "/path/to/tmp/json" 547 "/path/to/tmp/json"
501 ], 548 ],
502 "name": "test r1.check_targets", 549 "name": "test r1.check_targets",
503 "~followup_annotations": [ 550 "~followup_annotations": [
504 "@@@STEP_NEST_LEVEL@1@@@", 551 "@@@STEP_NEST_LEVEL@1@@@",
505 "@@@STEP_LOG_LINE@json.output@{@@@", 552 "@@@STEP_LOG_LINE@json.output@{@@@",
506 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@", 553 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@",
(...skipping 30 matching lines...) Expand all
537 "@@@STEP_LOG_END@report@@@", 584 "@@@STEP_LOG_END@report@@@",
538 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@" 585 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@"
539 ] 586 ]
540 }, 587 },
541 { 588 {
542 "name": "$result", 589 "name": "$result",
543 "recipe_result": null, 590 "recipe_result": null,
544 "status_code": 0 591 "status_code": 0
545 } 592 }
546 ] 593 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698