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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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", 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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
117 "@@@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}\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "cmd": [],
126 "name": "ensure_goma" 125 "name": "ensure_goma"
127 }, 126 },
128 { 127 {
129 "cmd": [ 128 "cmd": [
130 "python", 129 "python",
131 "-u", 130 "-u",
132 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
133 "--platform", 132 "--platform",
134 "linux-amd64", 133 "linux-amd64",
135 "--dest-directory", 134 "--dest-directory",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 253 ],
255 "cwd": "[BUILDER_CACHE]/linux/src", 254 "cwd": "[BUILDER_CACHE]/linux/src",
256 "name": "git commits in range", 255 "name": "git commits in range",
257 "stdout": "/path/to/tmp/", 256 "stdout": "/path/to/tmp/",
258 "~followup_annotations": [ 257 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@revisions@r1@@@", 258 "@@@STEP_LOG_LINE@revisions@r1@@@",
260 "@@@STEP_LOG_END@revisions@@@" 259 "@@@STEP_LOG_END@revisions@@@"
261 ] 260 ]
262 }, 261 },
263 { 262 {
264 "cmd": [],
265 "name": "test r1" 263 "name": "test r1"
266 }, 264 },
267 { 265 {
268 "cmd": [ 266 "cmd": [
269 "python", 267 "python",
270 "-u", 268 "-u",
271 "\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", 269 "\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",
272 "[BUILDER_CACHE]/linux", 270 "[BUILDER_CACHE]/linux",
273 "511" 271 "511"
274 ], 272 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 380 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
383 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 381 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
384 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 382 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
385 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 383 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
386 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 384 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
387 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 385 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
388 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 386 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
389 ] 387 ]
390 }, 388 },
391 { 389 {
392 "cmd": [],
393 "name": "test r1.ensure_goma", 390 "name": "test r1.ensure_goma",
394 "~followup_annotations": [ 391 "~followup_annotations": [
395 "@@@STEP_NEST_LEVEL@1@@@" 392 "@@@STEP_NEST_LEVEL@1@@@"
396 ] 393 ]
397 }, 394 },
398 { 395 {
399 "cmd": [ 396 "cmd": [
400 "python", 397 "python",
401 "-u", 398 "-u",
402 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 399 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "@@@STEP_LOG_END@report@@@", 666 "@@@STEP_LOG_END@report@@@",
670 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 667 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
671 ] 668 ]
672 }, 669 },
673 { 670 {
674 "name": "$result", 671 "name": "$result",
675 "recipe_result": null, 672 "recipe_result": null,
676 "status_code": 0 673 "status_code": 0
677 } 674 }
678 ] 675 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698