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

Side by Side Diff: scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 years, 5 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Housekeeper-PerCommit" 8 "Housekeeper-PerCommit"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 22 matching lines...) Expand all
33 "@@@STEP_LOG_LINE@json.output@ ], @@@", 33 "@@@STEP_LOG_LINE@json.output@ ], @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
38 ] 38 ]
39 }, 39 },
40 { 40 {
41 "cmd": [ 41 "cmd": [
42 "python", 42 "python",
43 "-u",
44 "\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",
45 "[SLAVE_BUILD]/tmp",
46 "511"
47 ],
48 "name": "makedirs tmp_dir",
49 "~followup_annotations": [
50 "@@@STEP_LOG_LINE@python.inline@@@@",
51 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
52 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
53 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
54 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
55 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
56 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
57 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
58 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
59 "@@@STEP_LOG_END@python.inline@@@"
60 ]
61 },
62 {
63 "cmd": [
64 "python",
43 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" 65 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
44 ], 66 ],
45 "cwd": "[SLAVE_BUILD]/skia", 67 "cwd": "[SLAVE_BUILD]/skia",
46 "env": { 68 "env": {
47 "BUILDTYPE": "Release", 69 "BUILDTYPE": "Release",
48 "CHROME_HEADLESS": "1", 70 "CHROME_HEADLESS": "1",
49 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 71 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
50 "PYTHONPATH": "[BUILD]/scripts", 72 "PYTHONPATH": "[BUILD]/scripts",
51 "SKIA_OUT": "[SLAVE_BUILD]/out" 73 "SKIA_OUT": "[SLAVE_BUILD]/out"
52 }, 74 },
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "SKIA_OUT": "[SLAVE_BUILD]/out" 110 "SKIA_OUT": "[SLAVE_BUILD]/out"
89 }, 111 },
90 "name": "generate and upload binary size data" 112 "name": "generate and upload binary size data"
91 }, 113 },
92 { 114 {
93 "name": "$result", 115 "name": "$result",
94 "recipe_result": null, 116 "recipe_result": null,
95 "status_code": 0 117 "status_code": 0
96 } 118 }
97 ] 119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698