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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2190933002: Fixes for SwarmBucket bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix print_properties Created 4 years, 4 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",
5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}"
8 ],
9 "name": "print properties",
10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import json@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@",
17 "@@@STEP_LOG_LINE@python.inline@@@@",
18 "@@@STEP_LOG_LINE@python.inline@print json.dumps(content, indent=2)@@@",
19 "@@@STEP_LOG_END@python.inline@@@"
20 ]
21 },
22 {
23 "cmd": [
4 "git", 24 "git",
5 "rev-parse", 25 "rev-parse",
6 "HEAD" 26 "HEAD"
7 ], 27 ],
8 "cwd": "[ROOT]/skia", 28 "cwd": "[SLAVE_BUILD]/skia",
9 "name": "git rev-parse", 29 "name": "git rev-parse",
10 "stdout": "/path/to/tmp/" 30 "stdout": "/path/to/tmp/"
11 }, 31 },
12 { 32 {
13 "cmd": [ 33 "cmd": [
14 "python", 34 "python",
15 "-c", 35 "-c",
16 "\"print 'abc123'\"" 36 "\"print 'abc123'\""
17 ], 37 ],
18 "name": "got_revision", 38 "name": "got_revision",
19 "~followup_annotations": [ 39 "~followup_annotations": [
20 "@@@SET_BUILD_PROPERTY@got_revision@\"abc123\"@@@" 40 "@@@SET_BUILD_PROPERTY@got_revision@\"abc123\"@@@"
21 ] 41 ]
22 }, 42 },
23 { 43 {
24 "cmd": [ 44 "cmd": [
25 "python", 45 "python",
26 "-u", 46 "-u",
47 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
48 "",
49 "[SLAVE_BUILD]/.gclient"
50 ],
51 "name": "write .gclient"
52 },
53 {
54 "cmd": [
55 "python",
56 "-u",
27 "import os\nfor r, _, files in os.walk(os.getcwd()):\n for fname in files :\n f = os.path.join(r, fname)\n if os.path.isfile(f):\n if os.access (f, os.X_OK):\n os.chmod(f, 0755)\n else:\n os.chmod(f, 0644) \n" 57 "import os\nfor r, _, files in os.walk(os.getcwd()):\n for fname in files :\n f = os.path.join(r, fname)\n if os.path.isfile(f):\n if os.access (f, os.X_OK):\n os.chmod(f, 0755)\n else:\n os.chmod(f, 0644) \n"
28 ], 58 ],
29 "cwd": "[ROOT]/skia", 59 "cwd": "[SLAVE_BUILD]/skia",
30 "name": "fix filemodes", 60 "name": "fix filemodes",
31 "~followup_annotations": [ 61 "~followup_annotations": [
32 "@@@STEP_LOG_LINE@python.inline@import os@@@", 62 "@@@STEP_LOG_LINE@python.inline@import os@@@",
33 "@@@STEP_LOG_LINE@python.inline@for r, _, files in os.walk(os.getcwd()):@@ @", 63 "@@@STEP_LOG_LINE@python.inline@for r, _, files in os.walk(os.getcwd()):@@ @",
34 "@@@STEP_LOG_LINE@python.inline@ for fname in files:@@@", 64 "@@@STEP_LOG_LINE@python.inline@ for fname in files:@@@",
35 "@@@STEP_LOG_LINE@python.inline@ f = os.path.join(r, fname)@@@", 65 "@@@STEP_LOG_LINE@python.inline@ f = os.path.join(r, fname)@@@",
36 "@@@STEP_LOG_LINE@python.inline@ if os.path.isfile(f):@@@", 66 "@@@STEP_LOG_LINE@python.inline@ if os.path.isfile(f):@@@",
37 "@@@STEP_LOG_LINE@python.inline@ if os.access(f, os.X_OK):@@@", 67 "@@@STEP_LOG_LINE@python.inline@ if os.access(f, os.X_OK):@@@",
38 "@@@STEP_LOG_LINE@python.inline@ os.chmod(f, 0755)@@@", 68 "@@@STEP_LOG_LINE@python.inline@ os.chmod(f, 0755)@@@",
39 "@@@STEP_LOG_LINE@python.inline@ else:@@@", 69 "@@@STEP_LOG_LINE@python.inline@ else:@@@",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 163 },
134 { 164 {
135 "cmd": [ 165 "cmd": [
136 "download_from_google_storage", 166 "download_from_google_storage",
137 "--no_resume", 167 "--no_resume",
138 "--platform=linux*", 168 "--platform=linux*",
139 "--no_auth", 169 "--no_auth",
140 "--bucket", 170 "--bucket",
141 "chromium-luci", 171 "chromium-luci",
142 "-d", 172 "-d",
143 "[ROOT]/skia/infra/bots/tools/luci-go/linux64" 173 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64"
144 ], 174 ],
145 "name": "download luci-go linux" 175 "name": "download luci-go linux"
146 }, 176 },
147 { 177 {
148 "cmd": [ 178 "cmd": [
149 "download_from_google_storage", 179 "download_from_google_storage",
150 "--no_resume", 180 "--no_resume",
151 "--platform=darwin", 181 "--platform=darwin",
152 "--no_auth", 182 "--no_auth",
153 "--bucket", 183 "--bucket",
154 "chromium-luci", 184 "chromium-luci",
155 "-d", 185 "-d",
156 "[ROOT]/skia/infra/bots/tools/luci-go/mac64" 186 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64"
157 ], 187 ],
158 "name": "download luci-go mac" 188 "name": "download luci-go mac"
159 }, 189 },
160 { 190 {
161 "cmd": [ 191 "cmd": [
162 "download_from_google_storage", 192 "download_from_google_storage",
163 "--no_resume", 193 "--no_resume",
164 "--platform=win32", 194 "--platform=win32",
165 "--no_auth", 195 "--no_auth",
166 "--bucket", 196 "--bucket",
167 "chromium-luci", 197 "chromium-luci",
168 "-d", 198 "-d",
169 "[ROOT]/skia/infra/bots/tools/luci-go/win64" 199 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64"
170 ], 200 ],
171 "name": "download luci-go win" 201 "name": "download luci-go win"
172 }, 202 },
173 { 203 {
174 "cmd": [ 204 "cmd": [
175 "python", 205 "python",
176 "-u", 206 "-u",
177 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 207 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
178 "[SLAVE_BUILD]/luci-go" 208 "[SLAVE_BUILD]/luci-go"
179 ], 209 ],
180 "env": { 210 "env": {
181 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" 211 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
182 }, 212 },
183 "name": "rmtree luci-go", 213 "name": "rmtree luci-go",
184 "~followup_annotations": [ 214 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@python.inline@@@@", 215 "@@@STEP_LOG_LINE@python.inline@@@@",
186 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 216 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
187 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 217 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
188 "@@@STEP_LOG_LINE@python.inline@@@@", 218 "@@@STEP_LOG_LINE@python.inline@@@@",
189 "@@@STEP_LOG_LINE@python.inline@@@@", 219 "@@@STEP_LOG_LINE@python.inline@@@@",
190 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 220 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
191 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 221 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
192 "@@@STEP_LOG_END@python.inline@@@" 222 "@@@STEP_LOG_END@python.inline@@@"
193 ] 223 ]
194 }, 224 },
195 { 225 {
196 "cmd": [ 226 "cmd": [
197 "python", 227 "python",
198 "-u", 228 "-u",
199 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 229 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
200 "[ROOT]/skia/infra/bots/tools/luci-go", 230 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go",
201 "[SLAVE_BUILD]/luci-go", 231 "[SLAVE_BUILD]/luci-go",
202 "0" 232 "0"
203 ], 233 ],
204 "name": "Copy Go binary" 234 "name": "Copy Go binary"
205 }, 235 },
206 { 236 {
207 "cmd": [ 237 "cmd": [
208 "python", 238 "python",
209 "-u", 239 "-u",
210 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 240 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
211 "--", 241 "--",
212 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 242 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
213 "----", 243 "----",
214 "help" 244 "help"
215 ], 245 ],
216 "name": "gsutil help" 246 "name": "gsutil help"
217 }, 247 },
218 { 248 {
219 "cmd": [ 249 "cmd": [
220 "python", 250 "python",
221 "-u", 251 "-u",
222 "[ROOT]/skia/tools/buildbot_spec.py", 252 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
223 "/path/to/tmp/json", 253 "/path/to/tmp/json",
224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" 254 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
225 ], 255 ],
226 "cwd": "[ROOT]/skia", 256 "cwd": "[SLAVE_BUILD]/skia",
227 "name": "exec buildbot_spec.py", 257 "name": "exec buildbot_spec.py",
228 "~followup_annotations": [ 258 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{@@@", 259 "@@@STEP_LOG_LINE@json.output@{@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@",
232 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", 262 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
233 "@@@STEP_LOG_LINE@json.output@ ], @@@", 263 "@@@STEP_LOG_LINE@json.output@ ], @@@",
234 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
235 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", 265 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
236 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", 266 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 351 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
322 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 352 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
323 "@@@STEP_LOG_END@python.inline@@@" 353 "@@@STEP_LOG_END@python.inline@@@"
324 ] 354 ]
325 }, 355 },
326 { 356 {
327 "cmd": [ 357 "cmd": [
328 "python", 358 "python",
329 "-u", 359 "-u",
330 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 360 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
331 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/skia/infra/ bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD] /swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--config-varia ble\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"--blackl ist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps\ ", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BUI LD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 361 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia /infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE _BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi g-variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"- -blacklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recip e_deps\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SL AVE_BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
332 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 362 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
333 ], 363 ],
334 "name": "Write compile_skia.isolated.gen.json" 364 "name": "Write compile_skia.isolated.gen.json"
335 }, 365 },
336 { 366 {
337 "cmd": [ 367 "cmd": [
338 "python", 368 "python",
339 "-u", 369 "-u",
340 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 370 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
341 "[SLAVE_BUILD]/swarming.client", 371 "[SLAVE_BUILD]/swarming.client",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "@@@STEP_LOG_END@json.output@@@", 528 "@@@STEP_LOG_END@json.output@@@",
499 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 529 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
500 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 530 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
501 ] 531 ]
502 }, 532 },
503 { 533 {
504 "cmd": [ 534 "cmd": [
505 "python", 535 "python",
506 "-u", 536 "-u",
507 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 537 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
508 "[ROOT]/skia/infra/bots/assets/skp/VERSION", 538 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
509 "/path/to/tmp/" 539 "/path/to/tmp/"
510 ], 540 ],
511 "name": "read skp VERSION" 541 "name": "read skp VERSION"
512 }, 542 },
513 { 543 {
514 "cmd": [ 544 "cmd": [
515 "python", 545 "python",
516 "-u", 546 "-u",
517 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 547 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
518 "[ROOT]/skia/infra/bots/assets/skimage/VERSION", 548 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
519 "/path/to/tmp/" 549 "/path/to/tmp/"
520 ], 550 ],
521 "name": "read skimage VERSION" 551 "name": "read skimage VERSION"
522 }, 552 },
523 { 553 {
524 "cmd": [ 554 "cmd": [
525 "python", 555 "python",
526 "-u", 556 "-u",
527 "\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", 557 "\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",
528 "[SLAVE_BUILD]/swarming_temp_dir", 558 "[SLAVE_BUILD]/swarming_temp_dir",
(...skipping 11 matching lines...) Expand all
540 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 570 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
541 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 571 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
542 "@@@STEP_LOG_END@python.inline@@@" 572 "@@@STEP_LOG_END@python.inline@@@"
543 ] 573 ]
544 }, 574 },
545 { 575 {
546 "cmd": [ 576 "cmd": [
547 "python", 577 "python",
548 "-u", 578 "-u",
549 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 579 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
550 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/skia/infra/ bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \" .git\", \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BUILD]\"\ n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 580 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia /infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari able\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"--black list\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps \", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BU ILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
551 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" 581 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json"
552 ], 582 ],
553 "name": "Write test_skia.isolated.gen.json" 583 "name": "Write test_skia.isolated.gen.json"
554 }, 584 },
555 { 585 {
556 "cmd": [ 586 "cmd": [
557 "python", 587 "python",
558 "-u", 588 "-u",
559 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 589 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
560 "[SLAVE_BUILD]/swarming.client", 590 "[SLAVE_BUILD]/swarming.client",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 752 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
723 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 753 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
724 "@@@STEP_LOG_END@python.inline@@@" 754 "@@@STEP_LOG_END@python.inline@@@"
725 ] 755 ]
726 }, 756 },
727 { 757 {
728 "cmd": [ 758 "cmd": [
729 "python", 759 "python",
730 "-u", 760 "-u",
731 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 761 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
732 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/skia/infra/ bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw arming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \" .git\", \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BUILD]\"\ n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 762 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia /infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU ILD]/swarming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-vari able\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"--black list\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps \", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BU ILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
733 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" 763 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json"
734 ], 764 ],
735 "name": "Write perf_skia.isolated.gen.json" 765 "name": "Write perf_skia.isolated.gen.json"
736 }, 766 },
737 { 767 {
738 "cmd": [ 768 "cmd": [
739 "python", 769 "python",
740 "-u", 770 "-u",
741 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 771 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
742 "[SLAVE_BUILD]/swarming.client", 772 "[SLAVE_BUILD]/swarming.client",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 ] 915 ]
886 }, 916 },
887 { 917 {
888 "cmd": [ 918 "cmd": [
889 "python", 919 "python",
890 "-u", 920 "-u",
891 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 921 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
892 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" 922 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
893 ], 923 ],
894 "env": { 924 "env": {
895 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" 925 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
896 }, 926 },
897 "name": "rmtree test_skia", 927 "name": "rmtree test_skia",
898 "~followup_annotations": [ 928 "~followup_annotations": [
899 "@@@STEP_LOG_LINE@python.inline@@@@", 929 "@@@STEP_LOG_LINE@python.inline@@@@",
900 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 930 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
901 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 931 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
902 "@@@STEP_LOG_LINE@python.inline@@@@", 932 "@@@STEP_LOG_LINE@python.inline@@@@",
903 "@@@STEP_LOG_LINE@python.inline@@@@", 933 "@@@STEP_LOG_LINE@python.inline@@@@",
904 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 934 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
905 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 935 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 ] 999 ]
970 }, 1000 },
971 { 1001 {
972 "cmd": [ 1002 "cmd": [
973 "python", 1003 "python",
974 "-u", 1004 "-u",
975 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 1005 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
976 "[SLAVE_BUILD]/dm" 1006 "[SLAVE_BUILD]/dm"
977 ], 1007 ],
978 "env": { 1008 "env": {
979 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" 1009 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
980 }, 1010 },
981 "name": "rmtree dm", 1011 "name": "rmtree dm",
982 "~followup_annotations": [ 1012 "~followup_annotations": [
983 "@@@STEP_LOG_LINE@python.inline@@@@", 1013 "@@@STEP_LOG_LINE@python.inline@@@@",
984 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 1014 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
985 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 1015 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
986 "@@@STEP_LOG_LINE@python.inline@@@@", 1016 "@@@STEP_LOG_LINE@python.inline@@@@",
987 "@@@STEP_LOG_LINE@python.inline@@@@", 1017 "@@@STEP_LOG_LINE@python.inline@@@@",
988 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 1018 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
989 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 1019 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
(...skipping 16 matching lines...) Expand all
1006 "python", 1036 "python",
1007 "-u", 1037 "-u",
1008 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 1038 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py",
1009 "[SLAVE_BUILD]/dm", 1039 "[SLAVE_BUILD]/dm",
1010 "abc123", 1040 "abc123",
1011 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1041 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1012 "5", 1042 "5",
1013 "", 1043 "",
1014 "[SLAVE_BUILD]/skia/common/py/utils" 1044 "[SLAVE_BUILD]/skia/common/py/utils"
1015 ], 1045 ],
1016 "cwd": "[ROOT]/skia", 1046 "cwd": "[SLAVE_BUILD]/skia",
1017 "env": { 1047 "env": {
1018 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 1048 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
1019 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1049 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1020 }, 1050 },
1021 "name": "Upload DM Results" 1051 "name": "Upload DM Results"
1022 }, 1052 },
1023 { 1053 {
1024 "cmd": [ 1054 "cmd": [
1025 "python", 1055 "python",
1026 "-u", 1056 "-u",
1027 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 1057 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
1028 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" 1058 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia"
1029 ], 1059 ],
1030 "env": { 1060 "env": {
1031 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" 1061 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
1032 }, 1062 },
1033 "name": "rmtree perf_skia", 1063 "name": "rmtree perf_skia",
1034 "~followup_annotations": [ 1064 "~followup_annotations": [
1035 "@@@STEP_LOG_LINE@python.inline@@@@", 1065 "@@@STEP_LOG_LINE@python.inline@@@@",
1036 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 1066 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
1037 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 1067 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
1038 "@@@STEP_LOG_LINE@python.inline@@@@", 1068 "@@@STEP_LOG_LINE@python.inline@@@@",
1039 "@@@STEP_LOG_LINE@python.inline@@@@", 1069 "@@@STEP_LOG_LINE@python.inline@@@@",
1040 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 1070 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
1041 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 1071 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1133 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1104 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1134 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1105 ] 1135 ]
1106 }, 1136 },
1107 { 1137 {
1108 "name": "$result", 1138 "name": "$result",
1109 "recipe_result": null, 1139 "recipe_result": null,
1110 "status_code": 0 1140 "status_code": 0
1111 } 1141 }
1112 ] 1142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698