| OLD | NEW |
| 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-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu
g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-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 Loading... |
| 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-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan" | 254 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan" |
| 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\": \"Arm64\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"Arm64\", @@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 261 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@}@@@", | 292 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 263 "@@@STEP_LOG_END@json.output@@@" | 293 "@@@STEP_LOG_END@json.output@@@" |
| 264 ] | 294 ] |
| 265 }, | 295 }, |
| 266 { | 296 { |
| 267 "cmd": [ | 297 "cmd": [ |
| 268 "python", | 298 "python", |
| 269 "-u", | 299 "-u", |
| 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 300 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 271 "[ROOT]/skia/infra/bots/assets/android_sdk/VERSION", | 301 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 272 "/path/to/tmp/" | 302 "/path/to/tmp/" |
| 273 ], | 303 ], |
| 274 "name": "read android_sdk VERSION" | 304 "name": "read android_sdk VERSION" |
| 275 }, | 305 }, |
| 276 { | 306 { |
| 277 "cmd": [ | 307 "cmd": [ |
| 278 "python", | 308 "python", |
| 279 "-u", | 309 "-u", |
| 280 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 310 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 281 "/path/to/tmp/json", | 311 "/path/to/tmp/json", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 366 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 367 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 338 "@@@STEP_LOG_END@python.inline@@@" | 368 "@@@STEP_LOG_END@python.inline@@@" |
| 339 ] | 369 ] |
| 340 }, | 370 }, |
| 341 { | 371 { |
| 342 "cmd": [ | 372 "cmd": [ |
| 343 "python", | 373 "python", |
| 344 "-u", | 374 "-u", |
| 345 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 375 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 346 "{\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}", | 376 "{\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}", |
| 347 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 377 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 348 ], | 378 ], |
| 349 "name": "Write compile_skia.isolated.gen.json" | 379 "name": "Write compile_skia.isolated.gen.json" |
| 350 }, | 380 }, |
| 351 { | 381 { |
| 352 "cmd": [ | 382 "cmd": [ |
| 353 "python", | 383 "python", |
| 354 "-u", | 384 "-u", |
| 355 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 385 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 356 "[SLAVE_BUILD]/swarming.client", | 386 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "@@@STEP_LOG_END@json.output@@@", | 545 "@@@STEP_LOG_END@json.output@@@", |
| 516 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 546 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 517 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 547 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 518 ] | 548 ] |
| 519 }, | 549 }, |
| 520 { | 550 { |
| 521 "cmd": [ | 551 "cmd": [ |
| 522 "python", | 552 "python", |
| 523 "-u", | 553 "-u", |
| 524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 554 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 525 "[ROOT]/skia/infra/bots/assets/skp/VERSION", | 555 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 526 "/path/to/tmp/" | 556 "/path/to/tmp/" |
| 527 ], | 557 ], |
| 528 "name": "read skp VERSION" | 558 "name": "read skp VERSION" |
| 529 }, | 559 }, |
| 530 { | 560 { |
| 531 "cmd": [ | 561 "cmd": [ |
| 532 "python", | 562 "python", |
| 533 "-u", | 563 "-u", |
| 534 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 564 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 535 "[ROOT]/skia/infra/bots/assets/skimage/VERSION", | 565 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 536 "/path/to/tmp/" | 566 "/path/to/tmp/" |
| 537 ], | 567 ], |
| 538 "name": "read skimage VERSION" | 568 "name": "read skimage VERSION" |
| 539 }, | 569 }, |
| 540 { | 570 { |
| 541 "cmd": [ | 571 "cmd": [ |
| 542 "python", | 572 "python", |
| 543 "-u", | 573 "-u", |
| 544 "\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", | 574 "\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", |
| 545 "[SLAVE_BUILD]/swarming_temp_dir", | 575 "[SLAVE_BUILD]/swarming_temp_dir", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 557 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 587 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 558 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 588 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 559 "@@@STEP_LOG_END@python.inline@@@" | 589 "@@@STEP_LOG_END@python.inline@@@" |
| 560 ] | 590 ] |
| 561 }, | 591 }, |
| 562 { | 592 { |
| 563 "cmd": [ | 593 "cmd": [ |
| 564 "python", | 594 "python", |
| 565 "-u", | 595 "-u", |
| 566 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 596 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 567 "{\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 \"Android\", \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}", | 597 "{\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 \"Android\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blac
klist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_dep
s\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_B
UILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 568 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 598 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 569 ], | 599 ], |
| 570 "name": "Write test_skia.isolated.gen.json" | 600 "name": "Write test_skia.isolated.gen.json" |
| 571 }, | 601 }, |
| 572 { | 602 { |
| 573 "cmd": [ | 603 "cmd": [ |
| 574 "python", | 604 "python", |
| 575 "-u", | 605 "-u", |
| 576 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 606 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 577 "[SLAVE_BUILD]/swarming.client", | 607 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 766 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 737 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 767 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 738 "@@@STEP_LOG_END@python.inline@@@" | 768 "@@@STEP_LOG_END@python.inline@@@" |
| 739 ] | 769 ] |
| 740 }, | 770 }, |
| 741 { | 771 { |
| 742 "cmd": [ | 772 "cmd": [ |
| 743 "python", | 773 "python", |
| 744 "-u", | 774 "-u", |
| 745 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 775 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 746 "{\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 \"Android\", \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}", | 776 "{\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 \"Android\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blac
klist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_dep
s\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_B
UILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 747 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 777 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 748 ], | 778 ], |
| 749 "name": "Write perf_skia.isolated.gen.json" | 779 "name": "Write perf_skia.isolated.gen.json" |
| 750 }, | 780 }, |
| 751 { | 781 { |
| 752 "cmd": [ | 782 "cmd": [ |
| 753 "python", | 783 "python", |
| 754 "-u", | 784 "-u", |
| 755 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 785 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 756 "[SLAVE_BUILD]/swarming.client", | 786 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 ] | 926 ] |
| 897 }, | 927 }, |
| 898 { | 928 { |
| 899 "cmd": [ | 929 "cmd": [ |
| 900 "python", | 930 "python", |
| 901 "-u", | 931 "-u", |
| 902 "\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", | 932 "\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", |
| 903 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 933 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 904 ], | 934 ], |
| 905 "env": { | 935 "env": { |
| 906 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" | 936 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 907 }, | 937 }, |
| 908 "name": "rmtree test_skia", | 938 "name": "rmtree test_skia", |
| 909 "~followup_annotations": [ | 939 "~followup_annotations": [ |
| 910 "@@@STEP_LOG_LINE@python.inline@@@@", | 940 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 911 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 941 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 912 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 942 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 913 "@@@STEP_LOG_LINE@python.inline@@@@", | 943 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 914 "@@@STEP_LOG_LINE@python.inline@@@@", | 944 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 915 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 945 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 916 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 946 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 ] | 1010 ] |
| 981 }, | 1011 }, |
| 982 { | 1012 { |
| 983 "cmd": [ | 1013 "cmd": [ |
| 984 "python", | 1014 "python", |
| 985 "-u", | 1015 "-u", |
| 986 "\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", | 1016 "\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", |
| 987 "[SLAVE_BUILD]/dm" | 1017 "[SLAVE_BUILD]/dm" |
| 988 ], | 1018 ], |
| 989 "env": { | 1019 "env": { |
| 990 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" | 1020 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 991 }, | 1021 }, |
| 992 "name": "rmtree dm", | 1022 "name": "rmtree dm", |
| 993 "~followup_annotations": [ | 1023 "~followup_annotations": [ |
| 994 "@@@STEP_LOG_LINE@python.inline@@@@", | 1024 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 995 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1025 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 996 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1026 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 997 "@@@STEP_LOG_LINE@python.inline@@@@", | 1027 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 998 "@@@STEP_LOG_LINE@python.inline@@@@", | 1028 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 999 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1029 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1000 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1030 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1017 "python", | 1047 "python", |
| 1018 "-u", | 1048 "-u", |
| 1019 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", | 1049 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", |
| 1020 "[SLAVE_BUILD]/dm", | 1050 "[SLAVE_BUILD]/dm", |
| 1021 "abc123", | 1051 "abc123", |
| 1022 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan", | 1052 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan", |
| 1023 "5", | 1053 "5", |
| 1024 "", | 1054 "", |
| 1025 "[SLAVE_BUILD]/skia/common/py/utils" | 1055 "[SLAVE_BUILD]/skia/common/py/utils" |
| 1026 ], | 1056 ], |
| 1027 "cwd": "[ROOT]/skia", | 1057 "cwd": "[SLAVE_BUILD]/skia", |
| 1028 "env": { | 1058 "env": { |
| 1029 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1059 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1030 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1060 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1031 }, | 1061 }, |
| 1032 "name": "Upload DM Results" | 1062 "name": "Upload DM Results" |
| 1033 }, | 1063 }, |
| 1034 { | 1064 { |
| 1035 "cmd": [ | 1065 "cmd": [ |
| 1036 "python", | 1066 "python", |
| 1037 "-u", | 1067 "-u", |
| 1038 "\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", | 1068 "\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", |
| 1039 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1069 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 1040 ], | 1070 ], |
| 1041 "env": { | 1071 "env": { |
| 1042 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" | 1072 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 1043 }, | 1073 }, |
| 1044 "name": "rmtree perf_skia", | 1074 "name": "rmtree perf_skia", |
| 1045 "~followup_annotations": [ | 1075 "~followup_annotations": [ |
| 1046 "@@@STEP_LOG_LINE@python.inline@@@@", | 1076 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1047 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1077 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1048 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1078 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1049 "@@@STEP_LOG_LINE@python.inline@@@@", | 1079 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1050 "@@@STEP_LOG_LINE@python.inline@@@@", | 1080 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1051 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1081 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1052 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1082 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1144 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1115 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1145 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1116 ] | 1146 ] |
| 1117 }, | 1147 }, |
| 1118 { | 1148 { |
| 1119 "name": "$result", | 1149 "name": "$result", |
| 1120 "recipe_result": null, | 1150 "recipe_result": null, |
| 1121 "status_code": 0 | 1151 "status_code": 0 |
| 1122 } | 1152 } |
| 1123 ] | 1153 ] |
| OLD | NEW |