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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
54 "[SLAVE_BUILD]/tmp/SKP_VERSION", 54 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
55 "/path/to/tmp/" 55 "/path/to/tmp/"
56 ], 56 ],
57 "name": "Get downloaded SKP_VERSION" 57 "name": "Get downloaded SKP VERSION"
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python",
62 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "42",
65 "[SLAVE_BUILD]/tmp/SKP_VERSION"
66 ],
67 "name": "write SKP_VERSION"
68 },
69 {
70 "cmd": [
61 "python", 71 "python",
62 "-u", 72 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 74 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
65 "/path/to/tmp/" 75 "/path/to/tmp/"
66 ], 76 ],
67 "name": "Get downloaded skimage VERSION" 77 "name": "Get downloaded skimage VERSION"
68 }, 78 },
69 { 79 {
70 "cmd": [ 80 "cmd": [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }, 149 },
140 { 150 {
141 "cmd": [ 151 "cmd": [
142 "python", 152 "python",
143 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", 153 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py",
144 "dm", 154 "dm",
145 "--undefok", 155 "--undefok",
146 "--resourcePath", 156 "--resourcePath",
147 "[SLAVE_BUILD]/skia/resources", 157 "[SLAVE_BUILD]/skia/resources",
148 "--skps", 158 "--skps",
149 "[SLAVE_BUILD]/skps", 159 "[SLAVE_BUILD]/skp",
150 "--images", 160 "--images",
151 "[SLAVE_BUILD]/skimage/dm", 161 "[SLAVE_BUILD]/skimage/dm",
152 "--colorImages", 162 "--colorImages",
153 "[SLAVE_BUILD]/skimage/colorspace", 163 "[SLAVE_BUILD]/skimage/colorspace",
154 "--nameByHash", 164 "--nameByHash",
155 "--properties", 165 "--properties",
156 "gitHash", 166 "gitHash",
157 "abc123", 167 "abc123",
158 "master", 168 "master",
159 "client.skia", 169 "client.skia",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "[CUSTOM_[SWARM_OUT_DIR]]" 300 "[CUSTOM_[SWARM_OUT_DIR]]"
291 ], 301 ],
292 "name": "Copy to swarming out (2)" 302 "name": "Copy to swarming out (2)"
293 }, 303 },
294 { 304 {
295 "name": "$result", 305 "name": "$result",
296 "recipe_result": null, 306 "recipe_result": null,
297 "status_code": 0 307 "status_code": 0
298 } 308 }
299 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698