| 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-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot
\", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio
n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\
": \"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-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" | 254 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" |
| 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@ ], @@@", | 262 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 260 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@}@@@", | 291 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 262 "@@@STEP_LOG_END@json.output@@@" | 292 "@@@STEP_LOG_END@json.output@@@" |
| 263 ] | 293 ] |
| 264 }, | 294 }, |
| 265 { | 295 { |
| 266 "cmd": [ | 296 "cmd": [ |
| 267 "python", | 297 "python", |
| 268 "-u", | 298 "-u", |
| 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 299 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 270 "[ROOT]/skia/infra/bots/assets/skp/VERSION", | 300 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 271 "/path/to/tmp/" | 301 "/path/to/tmp/" |
| 272 ], | 302 ], |
| 273 "name": "read skp VERSION" | 303 "name": "read skp VERSION" |
| 274 }, | 304 }, |
| 275 { | 305 { |
| 276 "cmd": [ | 306 "cmd": [ |
| 277 "python", | 307 "python", |
| 278 "-u", | 308 "-u", |
| 279 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 309 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 280 "[ROOT]/skia/infra/bots/assets/skimage/VERSION", | 310 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 281 "/path/to/tmp/" | 311 "/path/to/tmp/" |
| 282 ], | 312 ], |
| 283 "name": "read skimage VERSION" | 313 "name": "read skimage VERSION" |
| 284 }, | 314 }, |
| 285 { | 315 { |
| 286 "cmd": [ | 316 "cmd": [ |
| 287 "python", | 317 "python", |
| 288 "-u", | 318 "-u", |
| 289 "\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", | 319 "\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", |
| 290 "[SLAVE_BUILD]/swarming_temp_dir", | 320 "[SLAVE_BUILD]/swarming_temp_dir", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 302 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 332 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 303 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 333 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 304 "@@@STEP_LOG_END@python.inline@@@" | 334 "@@@STEP_LOG_END@python.inline@@@" |
| 305 ] | 335 ] |
| 306 }, | 336 }, |
| 307 { | 337 { |
| 308 "cmd": [ | 338 "cmd": [ |
| 309 "python", | 339 "python", |
| 310 "-u", | 340 "-u", |
| 311 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 341 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 312 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/skia/infra/
bots/coverage_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD
]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-variabl
e\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blacklis
t\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_deps\",
\n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_BUILD
]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", | 342 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/coverage_skia.isolate\", \n \"--isolated\", \n \"[SLAV
E_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-
variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \
n \".git\", \n \"--blacklist\", \n \"out\", \n \"--b
lacklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_
deps\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAV
E_BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 313 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 343 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 314 ], | 344 ], |
| 315 "name": "Write test_skia.isolated.gen.json" | 345 "name": "Write test_skia.isolated.gen.json" |
| 316 }, | 346 }, |
| 317 { | 347 { |
| 318 "cmd": [ | 348 "cmd": [ |
| 319 "python", | 349 "python", |
| 320 "-u", | 350 "-u", |
| 321 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 351 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 322 "[SLAVE_BUILD]/swarming.client", | 352 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 ] | 463 ] |
| 434 }, | 464 }, |
| 435 { | 465 { |
| 436 "cmd": [ | 466 "cmd": [ |
| 437 "python", | 467 "python", |
| 438 "-u", | 468 "-u", |
| 439 "\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", | 469 "\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", |
| 440 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 470 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 441 ], | 471 ], |
| 442 "env": { | 472 "env": { |
| 443 "PYTHONPATH": "[ROOT]/skia/infra/bots/.recipe_deps/build/scripts" | 473 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 444 }, | 474 }, |
| 445 "name": "rmtree test_skia", | 475 "name": "rmtree test_skia", |
| 446 "~followup_annotations": [ | 476 "~followup_annotations": [ |
| 447 "@@@STEP_LOG_LINE@python.inline@@@@", | 477 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 448 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 478 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 449 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 479 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 450 "@@@STEP_LOG_LINE@python.inline@@@@", | 480 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 451 "@@@STEP_LOG_LINE@python.inline@@@@", | 481 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 452 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 482 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 453 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 483 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 ] | 547 ] |
| 518 }, | 548 }, |
| 519 { | 549 { |
| 520 "cmd": [ | 550 "cmd": [ |
| 521 "git", | 551 "git", |
| 522 "show", | 552 "show", |
| 523 "HEAD", | 553 "HEAD", |
| 524 "--format=%at", | 554 "--format=%at", |
| 525 "-s" | 555 "-s" |
| 526 ], | 556 ], |
| 527 "cwd": "[ROOT]/skia", | 557 "cwd": "[SLAVE_BUILD]/skia", |
| 528 "name": "git show", | 558 "name": "git show", |
| 529 "stdout": "/path/to/tmp/" | 559 "stdout": "/path/to/tmp/" |
| 530 }, | 560 }, |
| 531 { | 561 { |
| 532 "cmd": [ | 562 "cmd": [ |
| 533 "python", | 563 "python", |
| 534 "-u", | 564 "-u", |
| 535 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 565 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 536 "--", | 566 "--", |
| 537 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 567 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 "python", | 610 "python", |
| 581 "-u", | 611 "-u", |
| 582 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", | 612 "RECIPE_MODULE[skia::skia]/resources/upload_bench_results.py", |
| 583 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 613 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 584 "5", | 614 "5", |
| 585 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0", | 615 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0", |
| 586 "abc123", | 616 "abc123", |
| 587 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 617 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 588 "500" | 618 "500" |
| 589 ], | 619 ], |
| 590 "cwd": "[ROOT]/skia", | 620 "cwd": "[SLAVE_BUILD]/skia", |
| 591 "env": { | 621 "env": { |
| 592 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 622 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 593 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 623 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 594 }, | 624 }, |
| 595 "name": "upload nanobench coverage results" | 625 "name": "upload nanobench coverage results" |
| 596 }, | 626 }, |
| 597 { | 627 { |
| 598 "cmd": [ | 628 "cmd": [ |
| 599 "python", | 629 "python", |
| 600 "-u", | 630 "-u", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "~followup_annotations": [ | 670 "~followup_annotations": [ |
| 641 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" | 671 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" |
| 642 ] | 672 ] |
| 643 }, | 673 }, |
| 644 { | 674 { |
| 645 "name": "$result", | 675 "name": "$result", |
| 646 "recipe_result": null, | 676 "recipe_result": null, |
| 647 "status_code": 0 | 677 "status_code": 0 |
| 648 } | 678 } |
| 649 ] | 679 ] |
| OLD | NEW |