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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic.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_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 121 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
125 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 125 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
127 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 127 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
128 ] 128 ]
129 }, 129 },
130 { 130 {
131 "cmd": [],
132 "name": "ensure_goma" 131 "name": "ensure_goma"
133 }, 132 },
134 { 133 {
135 "cmd": [ 134 "cmd": [
136 "python", 135 "python",
137 "-u", 136 "-u",
138 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
139 "--platform", 138 "--platform",
140 "linux-amd64", 139 "linux-amd64",
141 "--dest-directory", 140 "--dest-directory",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 ], 267 ],
269 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 268 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
270 "name": "git diff to analyze patch", 269 "name": "git diff to analyze patch",
271 "stdout": "/path/to/tmp/", 270 "stdout": "/path/to/tmp/",
272 "~followup_annotations": [ 271 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", 272 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@",
274 "@@@STEP_LOG_END@files@@@" 273 "@@@STEP_LOG_END@files@@@"
275 ] 274 ]
276 }, 275 },
277 { 276 {
278 "cmd": [],
279 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 277 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
280 "name": "***LEGACY BISECT (deprecated)***" 278 "name": "***LEGACY BISECT (deprecated)***"
281 }, 279 },
282 { 280 {
283 "cmd": [ 281 "cmd": [
284 "python", 282 "python",
285 "-u", 283 "-u",
286 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/prepare-bisect-perf-regressio n.py", 284 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/prepare-bisect-perf-regressio n.py",
287 "-w", 285 "-w",
288 "[CACHE]/bisect" 286 "[CACHE]/bisect"
289 ], 287 ],
290 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 288 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
291 "name": "Preparing for Bisection" 289 "name": "Preparing for Bisection"
292 }, 290 },
293 { 291 {
294 "cmd": [],
295 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 292 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
296 "name": "ensure_goma (2)" 293 "name": "ensure_goma (2)"
297 }, 294 },
298 { 295 {
299 "cmd": [ 296 "cmd": [
300 "python", 297 "python",
301 "-u", 298 "-u",
302 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 299 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
303 "--platform", 300 "--platform",
304 "linux-amd64", 301 "linux-amd64",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 ], 376 ],
380 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 377 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
381 "name": "Running Bisection" 378 "name": "Running Bisection"
382 }, 379 },
383 { 380 {
384 "name": "$result", 381 "name": "$result",
385 "recipe_result": null, 382 "recipe_result": null,
386 "status_code": 0 383 "status_code": 0
387 } 384 }
388 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698