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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" 6 "RECIPE_MODULE[build.bisect_tester]/resources/put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571",
11 "stdout": "/path/to/tmp/" 11 "stdout": "/path/to/tmp/"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 17 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
18 "--", 18 "--",
19 "[DEPOT_TOOLS]/gsutil.py", 19 "[DEPOT_TOOLS]/gsutil.py",
20 "----", 20 "----",
21 "cp", 21 "cp",
22 "/tmp/dummy1", 22 "/tmp/dummy1",
23 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" 23 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]", 25 "cwd": "[SLAVE_BUILD]",
26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", 26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec",
27 "~followup_annotations": [ 27 "~followup_annotations": [
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "stderr": "/path/to/tmp/", 247 "stderr": "/path/to/tmp/",
248 "stdout": "/path/to/tmp/", 248 "stdout": "/path/to/tmp/",
249 "~followup_annotations": [ 249 "~followup_annotations": [
250 "@@@STEP_LOG_END@Captured Output@@@" 250 "@@@STEP_LOG_END@Captured Output@@@"
251 ] 251 ]
252 }, 252 },
253 { 253 {
254 "cmd": [ 254 "cmd": [
255 "python", 255 "python",
256 "-u", 256 "-u",
257 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" 257 "RECIPE_MODULE[build.bisect_tester]/resources/put_temp.py"
258 ], 258 ],
259 "cwd": "[SLAVE_BUILD]", 259 "cwd": "[SLAVE_BUILD]",
260 "name": "saving json to temp file", 260 "name": "saving json to temp file",
261 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\": [0, 0]}", 261 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\": [0, 0]}",
262 "stdout": "/path/to/tmp/" 262 "stdout": "/path/to/tmp/"
263 }, 263 },
264 { 264 {
265 "cmd": [ 265 "cmd": [
266 "python", 266 "python",
267 "-u", 267 "-u",
268 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 268 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
269 "--", 269 "--",
270 "[DEPOT_TOOLS]/gsutil.py", 270 "[DEPOT_TOOLS]/gsutil.py",
271 "----", 271 "----",
272 "cp", 272 "cp",
273 "/tmp/dummy2", 273 "/tmp/dummy2",
274 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" 274 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results"
275 ], 275 ],
276 "cwd": "[SLAVE_BUILD]", 276 "cwd": "[SLAVE_BUILD]",
277 "name": "gsutil upload", 277 "name": "gsutil upload",
278 "~followup_annotations": [ 278 "~followup_annotations": [
279 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 279 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
280 ] 280 ]
281 }, 281 },
282 { 282 {
283 "name": "$result", 283 "name": "$result",
284 "recipe_result": null, 284 "recipe_result": null,
285 "status_code": 0 285 "status_code": 0
286 } 286 }
287 ] 287 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698