| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
| 11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "git", | 15 "git", |
| 16 "fetch" | 16 "fetch" |
| 17 ], | 17 ], |
| 18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
| 19 "name": "git fetch" | 19 "name": "git fetch" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [ | 22 "cmd": [ |
| 23 "git", | 23 "git", |
| 24 "reset", | 24 "reset", |
| 25 "--hard", | 25 "--hard", |
| 26 "abc123" | 26 "abc123" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
| 29 "name": "git reset" | 29 "name": "git reset" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "cmd": [ | 32 "cmd": [ |
| 33 "git", | 33 "git", |
| 34 "clean", | 34 "clean", |
| 35 "-d", | 35 "-d", |
| 36 "-f" | 36 "-f" |
| 37 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", | |
| 51 "env": { | 50 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 52 }, |
| 54 "name": "gclient setup" | 53 "name": "gclient setup" |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "cmd": [ | 56 "cmd": [ |
| 58 "python", | 57 "python", |
| 59 "-u", | 58 "-u", |
| 60 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 59 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", |
| 61 ".", | 60 ".", |
| 62 "[DEPOT_TOOLS]/gclient" | 61 "[ROOT]/b/depot_tools/gclient" |
| 63 ], | 62 ], |
| 64 "cwd": "[SLAVE_BUILD]", | |
| 65 "name": "gclient revert" | 63 "name": "gclient revert" |
| 66 }, | 64 }, |
| 67 { | 65 { |
| 68 "cmd": [ | 66 "cmd": [ |
| 69 "python", | 67 "python", |
| 70 "-u", | 68 "-u", |
| 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 72 "sync", | 70 "sync", |
| 73 "--nohooks", | 71 "--nohooks", |
| 74 "--force", | 72 "--force", |
| 75 "--verbose", | 73 "--verbose", |
| 76 "--delete_unversioned_trees", | 74 "--delete_unversioned_trees", |
| 77 "--revision", | 75 "--revision", |
| 78 "skia@abc123", | 76 "skia@abc123", |
| 79 "--output-json", | 77 "--output-json", |
| 80 "/path/to/tmp/json" | 78 "/path/to/tmp/json" |
| 81 ], | 79 ], |
| 82 "cwd": "[SLAVE_BUILD]", | |
| 83 "env": { | 80 "env": { |
| 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 85 }, | 82 }, |
| 86 "name": "gclient sync", | 83 "name": "gclient sync", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_LOG_LINE@json.output@{@@@", | 85 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ }@@@", | 89 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ }@@@", | 90 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@}@@@", | 91 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 95 "@@@STEP_LOG_END@json.output@@@", | 92 "@@@STEP_LOG_END@json.output@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 97 ] | 94 ] |
| 98 }, | 95 }, |
| 99 { | 96 { |
| 100 "cmd": [ | 97 "cmd": [ |
| 101 "python", | 98 "python", |
| 102 "-u", | 99 "-u", |
| 103 "[DEPOT_TOOLS]/apply_issue.py", | 100 "[ROOT]/b/depot_tools/apply_issue.py", |
| 104 "-r", | 101 "-r", |
| 105 "[SLAVE_BUILD]/skia", | 102 "[CWD]/skia", |
| 106 "-i", | 103 "-i", |
| 107 "500", | 104 "500", |
| 108 "-p", | 105 "-p", |
| 109 "1", | 106 "1", |
| 110 "-s", | 107 "-s", |
| 111 "https://codereview.chromium.org", | 108 "https://codereview.chromium.org", |
| 112 "--no-auth" | 109 "--no-auth" |
| 113 ], | 110 ], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "name": "apply_issue", | 111 "name": "apply_issue", |
| 116 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 118 ] | 114 ] |
| 119 }, | 115 }, |
| 120 { | 116 { |
| 121 "cmd": [ | 117 "cmd": [ |
| 122 "python", | 118 "python", |
| 123 "-u", | 119 "-u", |
| 124 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 120 "[CWD]/skia/tools/buildbot_spec.py", |
| 125 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 126 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" | 122 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" |
| 127 ], | 123 ], |
| 128 "cwd": "[SLAVE_BUILD]/skia", | 124 "cwd": "[CWD]/skia", |
| 129 "name": "exec buildbot_spec.py", | 125 "name": "exec buildbot_spec.py", |
| 130 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 131 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 130 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 163 "@@@STEP_LOG_LINE@json.output@}@@@", | 159 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 164 "@@@STEP_LOG_END@json.output@@@" | 160 "@@@STEP_LOG_END@json.output@@@" |
| 165 ] | 161 ] |
| 166 }, | 162 }, |
| 167 { | 163 { |
| 168 "cmd": [ | 164 "cmd": [ |
| 169 "python", | 165 "python", |
| 170 "-u", | 166 "-u", |
| 171 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 167 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 172 "--path", | 168 "--path", |
| 173 "[SLAVE_BUILD]/swarming.client", | 169 "[CWD]/swarming.client", |
| 174 "--url", | 170 "--url", |
| 175 "https://chromium.googlesource.com/external/swarming.client.git" | 171 "https://chromium.googlesource.com/external/swarming.client.git" |
| 176 ], | 172 ], |
| 177 "cwd": "[SLAVE_BUILD]", | |
| 178 "name": "git setup (swarming_client)" | 173 "name": "git setup (swarming_client)" |
| 179 }, | 174 }, |
| 180 { | 175 { |
| 181 "cmd": [ | 176 "cmd": [ |
| 182 "git", | 177 "git", |
| 183 "retry", | 178 "retry", |
| 184 "fetch", | 179 "fetch", |
| 185 "origin", | 180 "origin", |
| 186 "master" | 181 "master" |
| 187 ], | 182 ], |
| 188 "cwd": "[SLAVE_BUILD]/swarming.client", | 183 "cwd": "[CWD]/swarming.client", |
| 189 "name": "git fetch (swarming_client)" | 184 "name": "git fetch (swarming_client)" |
| 190 }, | 185 }, |
| 191 { | 186 { |
| 192 "cmd": [ | 187 "cmd": [ |
| 193 "git", | 188 "git", |
| 194 "checkout", | 189 "checkout", |
| 195 "-f", | 190 "-f", |
| 196 "FETCH_HEAD" | 191 "FETCH_HEAD" |
| 197 ], | 192 ], |
| 198 "cwd": "[SLAVE_BUILD]/swarming.client", | 193 "cwd": "[CWD]/swarming.client", |
| 199 "name": "git checkout (swarming_client)" | 194 "name": "git checkout (swarming_client)" |
| 200 }, | 195 }, |
| 201 { | 196 { |
| 202 "cmd": [ | 197 "cmd": [ |
| 203 "git", | 198 "git", |
| 204 "rev-parse", | 199 "rev-parse", |
| 205 "HEAD" | 200 "HEAD" |
| 206 ], | 201 ], |
| 207 "cwd": "[SLAVE_BUILD]/swarming.client", | 202 "cwd": "[CWD]/swarming.client", |
| 208 "name": "read revision", | 203 "name": "read revision", |
| 209 "stdout": "/path/to/tmp/", | 204 "stdout": "/path/to/tmp/", |
| 210 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 211 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 206 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 212 ] | 207 ] |
| 213 }, | 208 }, |
| 214 { | 209 { |
| 215 "cmd": [ | 210 "cmd": [ |
| 216 "git", | 211 "git", |
| 217 "clean", | 212 "clean", |
| 218 "-f", | 213 "-f", |
| 219 "-d", | 214 "-d", |
| 220 "-x" | 215 "-x" |
| 221 ], | 216 ], |
| 222 "cwd": "[SLAVE_BUILD]/swarming.client", | 217 "cwd": "[CWD]/swarming.client", |
| 223 "name": "git clean (swarming_client)" | 218 "name": "git clean (swarming_client)" |
| 224 }, | 219 }, |
| 225 { | 220 { |
| 226 "cmd": [ | 221 "cmd": [ |
| 227 "git", | 222 "git", |
| 228 "submodule", | 223 "submodule", |
| 229 "sync" | 224 "sync" |
| 230 ], | 225 ], |
| 231 "cwd": "[SLAVE_BUILD]/swarming.client", | 226 "cwd": "[CWD]/swarming.client", |
| 232 "name": "submodule sync (swarming_client)" | 227 "name": "submodule sync (swarming_client)" |
| 233 }, | 228 }, |
| 234 { | 229 { |
| 235 "cmd": [ | 230 "cmd": [ |
| 236 "git", | 231 "git", |
| 237 "submodule", | 232 "submodule", |
| 238 "update", | 233 "update", |
| 239 "--init", | 234 "--init", |
| 240 "--recursive" | 235 "--recursive" |
| 241 ], | 236 ], |
| 242 "cwd": "[SLAVE_BUILD]/swarming.client", | 237 "cwd": "[CWD]/swarming.client", |
| 243 "name": "submodule update (swarming_client)" | 238 "name": "submodule update (swarming_client)" |
| 244 }, | 239 }, |
| 245 { | 240 { |
| 246 "cmd": [ | 241 "cmd": [ |
| 247 "python", | 242 "python", |
| 248 "-u", | 243 "-u", |
| 249 "[SLAVE_BUILD]/swarming.client/swarming.py", | 244 "[CWD]/swarming.client/swarming.py", |
| 250 "--version" | 245 "--version" |
| 251 ], | 246 ], |
| 252 "cwd": "[SLAVE_BUILD]", | |
| 253 "name": "swarming.py --version", | 247 "name": "swarming.py --version", |
| 254 "stdout": "/path/to/tmp/", | 248 "stdout": "/path/to/tmp/", |
| 255 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 256 "@@@STEP_TEXT@0.4.10@@@" | 250 "@@@STEP_TEXT@0.4.10@@@" |
| 257 ] | 251 ] |
| 258 }, | 252 }, |
| 259 { | 253 { |
| 260 "cmd": [ | 254 "cmd": [ |
| 261 "download_from_google_storage", | 255 "download_from_google_storage", |
| 262 "--no_resume", | 256 "--no_resume", |
| 263 "--platform=linux*", | 257 "--platform=linux*", |
| 264 "--no_auth", | 258 "--no_auth", |
| 265 "--bucket", | 259 "--bucket", |
| 266 "chromium-luci", | 260 "chromium-luci", |
| 267 "-d", | 261 "-d", |
| 268 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 262 "[CWD]/skia/infra/bots/tools/luci-go/linux64" |
| 269 ], | 263 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "name": "download luci-go linux" | 264 "name": "download luci-go linux" |
| 272 }, | 265 }, |
| 273 { | 266 { |
| 274 "cmd": [ | 267 "cmd": [ |
| 275 "download_from_google_storage", | 268 "download_from_google_storage", |
| 276 "--no_resume", | 269 "--no_resume", |
| 277 "--platform=darwin", | 270 "--platform=darwin", |
| 278 "--no_auth", | 271 "--no_auth", |
| 279 "--bucket", | 272 "--bucket", |
| 280 "chromium-luci", | 273 "chromium-luci", |
| 281 "-d", | 274 "-d", |
| 282 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 275 "[CWD]/skia/infra/bots/tools/luci-go/mac64" |
| 283 ], | 276 ], |
| 284 "cwd": "[SLAVE_BUILD]", | |
| 285 "name": "download luci-go mac" | 277 "name": "download luci-go mac" |
| 286 }, | 278 }, |
| 287 { | 279 { |
| 288 "cmd": [ | 280 "cmd": [ |
| 289 "download_from_google_storage", | 281 "download_from_google_storage", |
| 290 "--no_resume", | 282 "--no_resume", |
| 291 "--platform=win32", | 283 "--platform=win32", |
| 292 "--no_auth", | 284 "--no_auth", |
| 293 "--bucket", | 285 "--bucket", |
| 294 "chromium-luci", | 286 "chromium-luci", |
| 295 "-d", | 287 "-d", |
| 296 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 288 "[CWD]/skia/infra/bots/tools/luci-go/win64" |
| 297 ], | 289 ], |
| 298 "cwd": "[SLAVE_BUILD]", | |
| 299 "name": "download luci-go win" | 290 "name": "download luci-go win" |
| 300 }, | 291 }, |
| 301 { | 292 { |
| 302 "cmd": [ | 293 "cmd": [ |
| 303 "python", | 294 "python", |
| 304 "-u", | 295 "-u", |
| 305 "\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", | 296 "\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", |
| 306 "[SLAVE_BUILD]/luci-go" | 297 "[CWD]/luci-go" |
| 307 ], | 298 ], |
| 308 "cwd": "[SLAVE_BUILD]", | |
| 309 "name": "rmtree Go binary dir", | 299 "name": "rmtree Go binary dir", |
| 310 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 311 "@@@STEP_LOG_LINE@python.inline@@@@", | 301 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 302 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 313 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 303 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 314 "@@@STEP_LOG_LINE@python.inline@@@@", | 304 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 315 "@@@STEP_LOG_LINE@python.inline@@@@", | 305 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 316 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 306 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 317 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 307 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 318 "@@@STEP_LOG_END@python.inline@@@" | 308 "@@@STEP_LOG_END@python.inline@@@" |
| 319 ] | 309 ] |
| 320 }, | 310 }, |
| 321 { | 311 { |
| 322 "cmd": [ | 312 "cmd": [ |
| 323 "python", | 313 "python", |
| 324 "-u", | 314 "-u", |
| 325 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 315 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 326 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", | 316 "[CWD]/skia/infra/bots/tools/luci-go", |
| 327 "[SLAVE_BUILD]/luci-go", | 317 "[CWD]/luci-go", |
| 328 "0" | 318 "0" |
| 329 ], | 319 ], |
| 330 "cwd": "[SLAVE_BUILD]", | |
| 331 "name": "Copy Go binary" | 320 "name": "Copy Go binary" |
| 332 }, | 321 }, |
| 333 { | 322 { |
| 334 "cmd": [ | 323 "cmd": [ |
| 335 "python", | 324 "python", |
| 336 "-u", | 325 "-u", |
| 337 "\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", | 326 "\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", |
| 338 "[BUILD]/third_party/infra", | 327 "[ROOT]/b/build/third_party/infra", |
| 339 "511" | 328 "511" |
| 340 ], | 329 ], |
| 341 "cwd": "[SLAVE_BUILD]", | |
| 342 "name": "makedirs third_party_infra", | 330 "name": "makedirs third_party_infra", |
| 343 "~followup_annotations": [ | 331 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@python.inline@@@@", | 332 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 345 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 333 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 346 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 334 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 347 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 335 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 348 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 336 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 349 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 337 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 350 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 338 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 351 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 339 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 340 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 353 "@@@STEP_LOG_END@python.inline@@@" | 341 "@@@STEP_LOG_END@python.inline@@@" |
| 354 ] | 342 ] |
| 355 }, | 343 }, |
| 356 { | 344 { |
| 357 "cmd": [ | 345 "cmd": [ |
| 358 "python", | 346 "python", |
| 359 "-u", | 347 "-u", |
| 360 "\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", | 348 "\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", |
| 361 "[SLAVE_BUILD]/swarming_temp_dir", | 349 "[CWD]/swarming_temp_dir", |
| 362 "511" | 350 "511" |
| 363 ], | 351 ], |
| 364 "cwd": "[SLAVE_BUILD]", | |
| 365 "name": "makedirs swarming tmp dir", | 352 "name": "makedirs swarming tmp dir", |
| 366 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| 367 "@@@STEP_LOG_LINE@python.inline@@@@", | 354 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 368 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 355 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 369 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 356 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 370 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 357 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 358 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 359 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 360 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 374 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 361 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 375 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 362 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 376 "@@@STEP_LOG_END@python.inline@@@" | 363 "@@@STEP_LOG_END@python.inline@@@" |
| 377 ] | 364 ] |
| 378 }, | 365 }, |
| 379 { | 366 { |
| 380 "cmd": [ | 367 "cmd": [ |
| 381 "python", | 368 "python", |
| 382 "-u", | 369 "-u", |
| 383 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 370 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 384 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[
SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \
"--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\
": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", | 371 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr
ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n
\"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"
--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\"
: \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 385 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 372 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 386 ], | 373 ], |
| 387 "cwd": "[SLAVE_BUILD]", | |
| 388 "name": "Write isolate_recipes.isolated.gen.json" | 374 "name": "Write isolate_recipes.isolated.gen.json" |
| 389 }, | 375 }, |
| 390 { | 376 { |
| 391 "cmd": [ | 377 "cmd": [ |
| 392 "python", | 378 "python", |
| 393 "-u", | 379 "-u", |
| 394 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 380 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 395 "[SLAVE_BUILD]/swarming.client", | 381 "[CWD]/swarming.client", |
| 396 "batcharchive", | 382 "batcharchive", |
| 397 "--dump-json", | 383 "--dump-json", |
| 398 "/path/to/tmp/json", | 384 "/path/to/tmp/json", |
| 399 "--isolate-server", | 385 "--isolate-server", |
| 400 "https://isolateserver.appspot.com", | 386 "https://isolateserver.appspot.com", |
| 401 "--verbose", | 387 "--verbose", |
| 402 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 388 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 403 ], | 389 ], |
| 404 "cwd": "[SLAVE_BUILD]", | |
| 405 "name": "isolate tests", | 390 "name": "isolate tests", |
| 406 "~followup_annotations": [ | 391 "~followup_annotations": [ |
| 407 "@@@STEP_LOG_LINE@json.output@{@@@", | 392 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 410 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
| 411 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 396 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 412 ] | 397 ] |
| 413 }, | 398 }, |
| 414 { | 399 { |
| 415 "cmd": [ | 400 "cmd": [ |
| 416 "python", | 401 "python", |
| 417 "-u", | 402 "-u", |
| 418 "\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", | 403 "\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", |
| 419 "[SLAVE_BUILD]/tmp", | 404 "[CWD]/tmp", |
| 420 "511" | 405 "511" |
| 421 ], | 406 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "name": "makedirs tmp_dir", | 407 "name": "makedirs tmp_dir", |
| 424 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 425 "@@@STEP_LOG_LINE@python.inline@@@@", | 409 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 426 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 410 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 427 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 411 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 428 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 412 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 429 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 413 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 430 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 414 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 431 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 415 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 432 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 416 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 433 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 417 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 434 "@@@STEP_LOG_END@python.inline@@@" | 418 "@@@STEP_LOG_END@python.inline@@@" |
| 435 ] | 419 ] |
| 436 }, | 420 }, |
| 437 { | 421 { |
| 438 "cmd": [ | 422 "cmd": [ |
| 439 "python", | 423 "python", |
| 440 "-u", | 424 "-u", |
| 441 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 425 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 442 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 426 "[CWD]/tmp/SKP_VERSION", |
| 443 "/path/to/tmp/" | 427 "/path/to/tmp/" |
| 444 ], | 428 ], |
| 445 "cwd": "[SLAVE_BUILD]", | |
| 446 "name": "Get downloaded SKP_VERSION" | 429 "name": "Get downloaded SKP_VERSION" |
| 447 }, | 430 }, |
| 448 { | 431 { |
| 449 "cmd": [ | 432 "cmd": [ |
| 450 "python", | 433 "python", |
| 451 "-u", | 434 "-u", |
| 452 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 435 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 453 "[SLAVE_BUILD]/skia/SKP_VERSION", | 436 "[CWD]/skia/SKP_VERSION", |
| 454 "/path/to/tmp/" | 437 "/path/to/tmp/" |
| 455 ], | 438 ], |
| 456 "cwd": "[SLAVE_BUILD]", | |
| 457 "name": "Get expected SKP_VERSION" | 439 "name": "Get expected SKP_VERSION" |
| 458 }, | 440 }, |
| 459 { | 441 { |
| 460 "cmd": [ | 442 "cmd": [ |
| 461 "python", | 443 "python", |
| 462 "-u", | 444 "-u", |
| 463 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 445 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 464 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 446 "[CWD]/tmp/SK_IMAGE_VERSION", |
| 465 "/path/to/tmp/" | 447 "/path/to/tmp/" |
| 466 ], | 448 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "name": "Get downloaded SK_IMAGE_VERSION" | 449 "name": "Get downloaded SK_IMAGE_VERSION" |
| 469 }, | 450 }, |
| 470 { | 451 { |
| 471 "cmd": [ | 452 "cmd": [ |
| 472 "python", | 453 "python", |
| 473 "-u", | 454 "-u", |
| 474 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 455 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 475 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 456 "[CWD]/skia/SK_IMAGE_VERSION", |
| 476 "/path/to/tmp/" | 457 "/path/to/tmp/" |
| 477 ], | 458 ], |
| 478 "cwd": "[SLAVE_BUILD]", | |
| 479 "name": "Get expected SK_IMAGE_VERSION" | 459 "name": "Get expected SK_IMAGE_VERSION" |
| 480 }, | 460 }, |
| 481 { | 461 { |
| 482 "cmd": [ | 462 "cmd": [ |
| 483 "python", | 463 "python", |
| 484 "-u", | 464 "-u", |
| 485 "\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", | 465 "\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", |
| 486 "[SLAVE_BUILD]/swarming_temp_dir", | 466 "[CWD]/swarming_temp_dir", |
| 487 "511" | 467 "511" |
| 488 ], | 468 ], |
| 489 "cwd": "[SLAVE_BUILD]", | |
| 490 "name": "makedirs swarming tmp dir (2)", | 469 "name": "makedirs swarming tmp dir (2)", |
| 491 "~followup_annotations": [ | 470 "~followup_annotations": [ |
| 492 "@@@STEP_LOG_LINE@python.inline@@@@", | 471 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 493 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 472 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 494 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 473 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 495 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 474 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 496 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 475 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 497 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 476 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 498 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 477 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 499 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 500 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 501 "@@@STEP_LOG_END@python.inline@@@" | 480 "@@@STEP_LOG_END@python.inline@@@" |
| 502 ] | 481 ] |
| 503 }, | 482 }, |
| 504 { | 483 { |
| 505 "cmd": [ | 484 "cmd": [ |
| 506 "python", | 485 "python", |
| 507 "-u", | 486 "-u", |
| 508 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 487 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 509 "{\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 \"--extra-variable\", \n \"WOR
KDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \
"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", | 488 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/coverage_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarmin
g_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 \"--extra-variable\", \n \"WORKDIR\", \n
\"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[R
OOT]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", |
| 510 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 489 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 511 ], | 490 ], |
| 512 "cwd": "[SLAVE_BUILD]", | |
| 513 "name": "Write test_skia.isolated.gen.json" | 491 "name": "Write test_skia.isolated.gen.json" |
| 514 }, | 492 }, |
| 515 { | 493 { |
| 516 "cmd": [ | 494 "cmd": [ |
| 517 "python", | 495 "python", |
| 518 "-u", | 496 "-u", |
| 519 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 497 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 520 "[SLAVE_BUILD]/swarming.client", | 498 "[CWD]/swarming.client", |
| 521 "batcharchive", | 499 "batcharchive", |
| 522 "--dump-json", | 500 "--dump-json", |
| 523 "/path/to/tmp/json", | 501 "/path/to/tmp/json", |
| 524 "--isolate-server", | 502 "--isolate-server", |
| 525 "https://isolateserver.appspot.com", | 503 "https://isolateserver.appspot.com", |
| 526 "--verbose", | 504 "--verbose", |
| 527 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 505 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 528 ], | 506 ], |
| 529 "cwd": "[SLAVE_BUILD]", | |
| 530 "name": "isolate tests (2)", | 507 "name": "isolate tests (2)", |
| 531 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 532 "@@@STEP_LOG_LINE@json.output@{@@@", | 509 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 533 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 534 "@@@STEP_LOG_LINE@json.output@}@@@", | 511 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 535 "@@@STEP_LOG_END@json.output@@@", | 512 "@@@STEP_LOG_END@json.output@@@", |
| 536 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 513 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 537 ] | 514 ] |
| 538 }, | 515 }, |
| 539 { | 516 { |
| 540 "cmd": [ | 517 "cmd": [ |
| 541 "python", | 518 "python", |
| 542 "-u", | 519 "-u", |
| 543 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 520 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 544 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 521 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 545 "[dummy hash for isolate_recipes]" | 522 "[dummy hash for isolate_recipes]" |
| 546 ], | 523 ], |
| 547 "cwd": "[SLAVE_BUILD]", | |
| 548 "name": "add_isolated_input", | 524 "name": "add_isolated_input", |
| 549 "~followup_annotations": [ | 525 "~followup_annotations": [ |
| 550 "@@@STEP_LOG_LINE@python.inline@@@@", | 526 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 551 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 527 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 552 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 528 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 553 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 529 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 554 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 530 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 555 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 531 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 556 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 532 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 557 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 533 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 558 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 534 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 559 "@@@STEP_LOG_END@python.inline@@@" | 535 "@@@STEP_LOG_END@python.inline@@@" |
| 560 ] | 536 ] |
| 561 }, | 537 }, |
| 562 { | 538 { |
| 563 "cmd": [ | 539 "cmd": [ |
| 564 "python", | 540 "python", |
| 565 "-u", | 541 "-u", |
| 566 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 542 "[CWD]/swarming.client/isolateserver.py", |
| 567 "archive", | 543 "archive", |
| 568 "--isolate-server", | 544 "--isolate-server", |
| 569 "https://isolateserver.appspot.com", | 545 "https://isolateserver.appspot.com", |
| 570 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 546 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" |
| 571 ], | 547 ], |
| 572 "cwd": "[SLAVE_BUILD]", | |
| 573 "name": "upload new .isolated file for test_skia", | 548 "name": "upload new .isolated file for test_skia", |
| 574 "stdout": "/path/to/tmp/" | 549 "stdout": "/path/to/tmp/" |
| 575 }, | 550 }, |
| 576 { | 551 { |
| 577 "cmd": [ | 552 "cmd": [ |
| 578 "python", | 553 "python", |
| 579 "-u", | 554 "-u", |
| 580 "[SLAVE_BUILD]/swarming.client/swarming.py", | 555 "[CWD]/swarming.client/swarming.py", |
| 581 "trigger", | 556 "trigger", |
| 582 "--swarming", | 557 "--swarming", |
| 583 "https://chromium-swarm.appspot.com", | 558 "https://chromium-swarm.appspot.com", |
| 584 "--isolate-server", | 559 "--isolate-server", |
| 585 "https://isolateserver.appspot.com", | 560 "https://isolateserver.appspot.com", |
| 586 "--priority", | 561 "--priority", |
| 587 "90", | 562 "90", |
| 588 "--shards", | 563 "--shards", |
| 589 "1", | 564 "1", |
| 590 "--task-name", | 565 "--task-name", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 608 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 634 "mastername=client.skia", | 609 "mastername=client.skia", |
| 635 "buildnumber=5", | 610 "buildnumber=5", |
| 636 "slavename=skiabot-linux-swarm-013", | 611 "slavename=skiabot-linux-swarm-013", |
| 637 "reason=Triggered by Skia swarm_trigger Recipe", | 612 "reason=Triggered by Skia swarm_trigger Recipe", |
| 638 "swarm_out_dir=${ISOLATED_OUTDIR}", | 613 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 639 "patchset=1", | 614 "patchset=1", |
| 640 "issue=500", | 615 "issue=500", |
| 641 "revision=164710" | 616 "revision=164710" |
| 642 ], | 617 ], |
| 643 "cwd": "[SLAVE_BUILD]", | |
| 644 "name": "[trigger] test_skia on Ubuntu", | 618 "name": "[trigger] test_skia on Ubuntu", |
| 645 "~followup_annotations": [ | 619 "~followup_annotations": [ |
| 646 "@@@STEP_LOG_LINE@json.output@{@@@", | 620 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 647 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot/5\", @@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot/5\", @@@", |
| 648 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 649 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-Cl
ang-GCE-CPU-AVX2-x86_64-Coverage-Trybot/5\": {@@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-Cl
ang-GCE-CPU-AVX2-x86_64-Coverage-Trybot/5\": {@@@", |
| 650 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 651 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 652 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 653 "@@@STEP_LOG_LINE@json.output@ }@@@", | 627 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 654 "@@@STEP_LOG_LINE@json.output@ }@@@", | 628 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 655 "@@@STEP_LOG_LINE@json.output@}@@@", | 629 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 656 "@@@STEP_LOG_END@json.output@@@", | 630 "@@@STEP_LOG_END@json.output@@@", |
| 657 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 631 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 658 ] | 632 ] |
| 659 }, | 633 }, |
| 660 { | 634 { |
| 661 "cmd": [ | 635 "cmd": [ |
| 662 "python", | 636 "python", |
| 663 "-u", | 637 "-u", |
| 664 "\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", | 638 "\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", |
| 665 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 639 "[CWD]/swarming_temp_dir/outputs/test_skia" |
| 666 ], | 640 ], |
| 667 "cwd": "[SLAVE_BUILD]", | |
| 668 "name": "rmtree results_dir", | 641 "name": "rmtree results_dir", |
| 669 "~followup_annotations": [ | 642 "~followup_annotations": [ |
| 670 "@@@STEP_LOG_LINE@python.inline@@@@", | 643 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 671 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 644 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 672 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 645 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 673 "@@@STEP_LOG_LINE@python.inline@@@@", | 646 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 674 "@@@STEP_LOG_LINE@python.inline@@@@", | 647 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 675 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 648 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 676 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 649 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 677 "@@@STEP_LOG_END@python.inline@@@" | 650 "@@@STEP_LOG_END@python.inline@@@" |
| 678 ] | 651 ] |
| 679 }, | 652 }, |
| 680 { | 653 { |
| 681 "cmd": [ | 654 "cmd": [ |
| 682 "python", | 655 "python", |
| 683 "-u", | 656 "-u", |
| 684 "[SLAVE_BUILD]/swarming.client/swarming.py", | 657 "[CWD]/swarming.client/swarming.py", |
| 685 "collect", | 658 "collect", |
| 686 "--swarming", | 659 "--swarming", |
| 687 "https://chromium-swarm.appspot.com", | 660 "https://chromium-swarm.appspot.com", |
| 688 "--decorate", | 661 "--decorate", |
| 689 "--print-status-updates", | 662 "--print-status-updates", |
| 690 "--shards", | 663 "--shards", |
| 691 "1", | 664 "1", |
| 692 "test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Tr
ybot/5", | 665 "test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Tr
ybot/5", |
| 693 "--task-summary-json", | 666 "--task-summary-json", |
| 694 "/path/to/tmp/json", | 667 "/path/to/tmp/json", |
| 695 "--task-output-dir", | 668 "--task-output-dir", |
| 696 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 669 "[CWD]/swarming_temp_dir/outputs/test_skia" |
| 697 ], | 670 ], |
| 698 "cwd": "[SLAVE_BUILD]", | |
| 699 "name": "test_skia on Ubuntu", | 671 "name": "test_skia on Ubuntu", |
| 700 "~followup_annotations": [ | 672 "~followup_annotations": [ |
| 701 "@@@STEP_TEXT@swarming pending 71s@@@", | 673 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 702 "@@@STEP_LOG_LINE@json.output@{@@@", | 674 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 703 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 675 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 704 "@@@STEP_LOG_LINE@json.output@ {@@@", | 676 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 705 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 677 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 706 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 678 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 707 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 679 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 708 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 680 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 ] | 713 ] |
| 742 }, | 714 }, |
| 743 { | 715 { |
| 744 "cmd": [ | 716 "cmd": [ |
| 745 "git", | 717 "git", |
| 746 "show", | 718 "show", |
| 747 "HEAD", | 719 "HEAD", |
| 748 "--format=%at", | 720 "--format=%at", |
| 749 "-s" | 721 "-s" |
| 750 ], | 722 ], |
| 751 "cwd": "[SLAVE_BUILD]/skia", | 723 "cwd": "[CWD]/skia", |
| 752 "name": "git show", | 724 "name": "git show", |
| 753 "stdout": "/path/to/tmp/" | 725 "stdout": "/path/to/tmp/" |
| 754 }, | 726 }, |
| 755 { | 727 { |
| 756 "cmd": [ | 728 "cmd": [ |
| 757 "python", | 729 "python", |
| 758 "-u", | 730 "-u", |
| 759 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 731 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 760 "--", | 732 "--", |
| 761 "[DEPOT_TOOLS]/gsutil.py", | 733 "[ROOT]/b/depot_tools/gsutil.py", |
| 762 "----", | 734 "----", |
| 763 "cp", | 735 "cp", |
| 764 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/164710.cov", | 736 "[CWD]/swarming_temp_dir/outputs/test_skia/0/164710.cov", |
| 765 "gs://skia-infra/coverage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GC
E-CPU-AVX2-x86_64-Coverage-Trybot/5/500/164710.cov" | 737 "gs://skia-infra/coverage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GC
E-CPU-AVX2-x86_64-Coverage-Trybot/5/500/164710.cov" |
| 766 ], | 738 ], |
| 767 "cwd": "[SLAVE_BUILD]", | |
| 768 "env": { | 739 "env": { |
| 769 "AWS_CREDENTIAL_FILE": null, | 740 "AWS_CREDENTIAL_FILE": null, |
| 770 "BOTO_CONFIG": null | 741 "BOTO_CONFIG": null |
| 771 }, | 742 }, |
| 772 "name": "gsutil upload raw coverage data", | 743 "name": "gsutil upload raw coverage data", |
| 773 "~followup_annotations": [ | 744 "~followup_annotations": [ |
| 774 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverag
e-Trybot/5/500/164710.cov@@@" | 745 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverag
e-Trybot/5/500/164710.cov@@@" |
| 775 ] | 746 ] |
| 776 }, | 747 }, |
| 777 { | 748 { |
| 778 "cmd": [ | 749 "cmd": [ |
| 779 "python", | 750 "python", |
| 780 "-u", | 751 "-u", |
| 781 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 752 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 782 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710.json
", | 753 "[CWD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710.json", |
| 783 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710_1408
633190.json" | 754 "[CWD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710_1408633190.j
son" |
| 784 ], | 755 ], |
| 785 "cwd": "[SLAVE_BUILD]", | |
| 786 "name": "nanobench JSON" | 756 "name": "nanobench JSON" |
| 787 }, | 757 }, |
| 788 { | 758 { |
| 789 "cmd": [ | 759 "cmd": [ |
| 790 "python", | 760 "python", |
| 791 "-u", | 761 "-u", |
| 792 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 762 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 793 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710.json
" | 763 "[CWD]/swarming_temp_dir/outputs/test_skia/0/nanobench_164710.json" |
| 794 ], | 764 ], |
| 795 "cwd": "[SLAVE_BUILD]", | |
| 796 "name": "old nanobench JSON", | 765 "name": "old nanobench JSON", |
| 797 "~followup_annotations": [ | 766 "~followup_annotations": [ |
| 798 "@@@STEP_LOG_LINE@python.inline@@@@", | 767 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 799 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 768 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 800 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 769 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 801 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 770 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 802 "@@@STEP_LOG_END@python.inline@@@" | 771 "@@@STEP_LOG_END@python.inline@@@" |
| 803 ] | 772 ] |
| 804 }, | 773 }, |
| 805 { | 774 { |
| 806 "cmd": [ | 775 "cmd": [ |
| 807 "python", | 776 "python", |
| 808 "-u", | 777 "-u", |
| 809 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 778 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
| 810 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 779 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 811 "5", | 780 "5", |
| 812 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0", | 781 "[CWD]/swarming_temp_dir/outputs/test_skia/0", |
| 813 "164710", | 782 "164710", |
| 814 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", | 783 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil", |
| 815 "500" | 784 "500" |
| 816 ], | 785 ], |
| 817 "cwd": "[SLAVE_BUILD]/skia", | 786 "cwd": "[CWD]/skia", |
| 818 "env": { | 787 "env": { |
| 819 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 788 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 820 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 789 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 821 }, | 790 }, |
| 822 "name": "upload nanobench coverage results" | 791 "name": "upload nanobench coverage results" |
| 823 }, | 792 }, |
| 824 { | 793 { |
| 825 "cmd": [ | 794 "cmd": [ |
| 826 "python", | 795 "python", |
| 827 "-u", | 796 "-u", |
| 828 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 797 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 829 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10.json", | 798 "[CWD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_164710.json"
, |
| 830 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10_1408633190.json" | 799 "[CWD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_164710_14086
33190.json" |
| 831 ], | 800 ], |
| 832 "cwd": "[SLAVE_BUILD]", | |
| 833 "name": "Line-by-line coverage JSON" | 801 "name": "Line-by-line coverage JSON" |
| 834 }, | 802 }, |
| 835 { | 803 { |
| 836 "cmd": [ | 804 "cmd": [ |
| 837 "python", | 805 "python", |
| 838 "-u", | 806 "-u", |
| 839 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 807 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 840 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10.json" | 808 "[CWD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_164710.json" |
| 841 ], | 809 ], |
| 842 "cwd": "[SLAVE_BUILD]", | |
| 843 "name": "old line-by-line coverage JSON", | 810 "name": "old line-by-line coverage JSON", |
| 844 "~followup_annotations": [ | 811 "~followup_annotations": [ |
| 845 "@@@STEP_LOG_LINE@python.inline@@@@", | 812 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 846 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 813 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 847 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 814 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 848 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 815 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 849 "@@@STEP_LOG_END@python.inline@@@" | 816 "@@@STEP_LOG_END@python.inline@@@" |
| 850 ] | 817 ] |
| 851 }, | 818 }, |
| 852 { | 819 { |
| 853 "cmd": [ | 820 "cmd": [ |
| 854 "python", | 821 "python", |
| 855 "-u", | 822 "-u", |
| 856 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 823 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 857 "--", | 824 "--", |
| 858 "[DEPOT_TOOLS]/gsutil.py", | 825 "[ROOT]/b/depot_tools/gsutil.py", |
| 859 "----", | 826 "----", |
| 860 "cp", | 827 "cp", |
| 861 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_1647
10_1408633190.json", | 828 "[CWD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_164710_14086
33190.json", |
| 862 "gs://skia-infra/coverage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-G
CE-CPU-AVX2-x86_64-Coverage-Trybot/5/500/coverage_by_line_164710_1408633190.json
" | 829 "gs://skia-infra/coverage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-G
CE-CPU-AVX2-x86_64-Coverage-Trybot/5/500/coverage_by_line_164710_1408633190.json
" |
| 863 ], | 830 ], |
| 864 "cwd": "[SLAVE_BUILD]", | |
| 865 "env": { | 831 "env": { |
| 866 "AWS_CREDENTIAL_FILE": null, | 832 "AWS_CREDENTIAL_FILE": null, |
| 867 "BOTO_CONFIG": null | 833 "BOTO_CONFIG": null |
| 868 }, | 834 }, |
| 869 "name": "gsutil upload line-by-line coverage data", | 835 "name": "gsutil upload line-by-line coverage data", |
| 870 "~followup_annotations": [ | 836 "~followup_annotations": [ |
| 871 "@@@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_164710_1408633190.json@@@" | 837 "@@@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_164710_1408633190.json@@@" |
| 872 ] | 838 ] |
| 873 }, | 839 }, |
| 874 { | 840 { |
| 875 "name": "$result", | 841 "name": "$result", |
| 876 "recipe_result": null, | 842 "recipe_result": null, |
| 877 "status_code": 0 | 843 "status_code": 0 |
| 878 } | 844 } |
| 879 ] | 845 ] |
| OLD | NEW |