| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_
file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles
ource.com/chromium/src.git'}]" | 9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https
://chromium.googlesource.com/chromium/src.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "env": { | 11 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 13 }, |
| 15 "name": "gclient setup" | 14 "name": "gclient setup" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 22 "sync", | 21 "sync", |
| 23 "--nohooks", | 22 "--nohooks", |
| 24 "--force", | 23 "--force", |
| 25 "--verbose", | 24 "--verbose", |
| 26 "--delete_unversioned_trees", | 25 "--delete_unversioned_trees", |
| 27 "--revision", | 26 "--revision", |
| 28 "skia@abc123", | 27 "skia@abc123", |
| 29 "--revision", | 28 "--revision", |
| 30 "src@origin/master", | 29 "src@origin/master", |
| 31 "--output-json", | 30 "--output-json", |
| 32 "/path/to/tmp/json" | 31 "/path/to/tmp/json" |
| 33 ], | 32 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 33 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 35 }, |
| 38 "name": "gclient sync", | 36 "name": "gclient sync", |
| 39 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ }@@@", | 45 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ }@@@", | 46 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@}@@@", | 47 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 50 "@@@STEP_LOG_END@json.output@@@", | 48 "@@@STEP_LOG_END@json.output@@@", |
| 51 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 52 ] | 50 ] |
| 53 }, | 51 }, |
| 54 { | 52 { |
| 55 "cmd": [ | 53 "cmd": [ |
| 56 "python", | 54 "python", |
| 57 "-u", | 55 "-u", |
| 58 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 56 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 59 "--path", | 57 "--path", |
| 60 "[SLAVE_BUILD]/swarming.client", | 58 "[CWD]/swarming.client", |
| 61 "--url", | 59 "--url", |
| 62 "https://chromium.googlesource.com/external/swarming.client.git" | 60 "https://chromium.googlesource.com/external/swarming.client.git" |
| 63 ], | 61 ], |
| 64 "cwd": "[SLAVE_BUILD]", | |
| 65 "name": "git setup (swarming_client)" | 62 "name": "git setup (swarming_client)" |
| 66 }, | 63 }, |
| 67 { | 64 { |
| 68 "cmd": [ | 65 "cmd": [ |
| 69 "git", | 66 "git", |
| 70 "retry", | 67 "retry", |
| 71 "fetch", | 68 "fetch", |
| 72 "origin", | 69 "origin", |
| 73 "master" | 70 "master" |
| 74 ], | 71 ], |
| 75 "cwd": "[SLAVE_BUILD]/swarming.client", | 72 "cwd": "[CWD]/swarming.client", |
| 76 "name": "git fetch (swarming_client)" | 73 "name": "git fetch (swarming_client)" |
| 77 }, | 74 }, |
| 78 { | 75 { |
| 79 "cmd": [ | 76 "cmd": [ |
| 80 "git", | 77 "git", |
| 81 "checkout", | 78 "checkout", |
| 82 "-f", | 79 "-f", |
| 83 "FETCH_HEAD" | 80 "FETCH_HEAD" |
| 84 ], | 81 ], |
| 85 "cwd": "[SLAVE_BUILD]/swarming.client", | 82 "cwd": "[CWD]/swarming.client", |
| 86 "name": "git checkout (swarming_client)" | 83 "name": "git checkout (swarming_client)" |
| 87 }, | 84 }, |
| 88 { | 85 { |
| 89 "cmd": [ | 86 "cmd": [ |
| 90 "git", | 87 "git", |
| 91 "rev-parse", | 88 "rev-parse", |
| 92 "HEAD" | 89 "HEAD" |
| 93 ], | 90 ], |
| 94 "cwd": "[SLAVE_BUILD]/swarming.client", | 91 "cwd": "[CWD]/swarming.client", |
| 95 "name": "read revision", | 92 "name": "read revision", |
| 96 "stdout": "/path/to/tmp/", | 93 "stdout": "/path/to/tmp/", |
| 97 "~followup_annotations": [ | 94 "~followup_annotations": [ |
| 98 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 95 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 99 ] | 96 ] |
| 100 }, | 97 }, |
| 101 { | 98 { |
| 102 "cmd": [ | 99 "cmd": [ |
| 103 "git", | 100 "git", |
| 104 "clean", | 101 "clean", |
| 105 "-f", | 102 "-f", |
| 106 "-d", | 103 "-d", |
| 107 "-x" | 104 "-x" |
| 108 ], | 105 ], |
| 109 "cwd": "[SLAVE_BUILD]/swarming.client", | 106 "cwd": "[CWD]/swarming.client", |
| 110 "name": "git clean (swarming_client)" | 107 "name": "git clean (swarming_client)" |
| 111 }, | 108 }, |
| 112 { | 109 { |
| 113 "cmd": [ | 110 "cmd": [ |
| 114 "git", | 111 "git", |
| 115 "submodule", | 112 "submodule", |
| 116 "sync" | 113 "sync" |
| 117 ], | 114 ], |
| 118 "cwd": "[SLAVE_BUILD]/swarming.client", | 115 "cwd": "[CWD]/swarming.client", |
| 119 "name": "submodule sync (swarming_client)" | 116 "name": "submodule sync (swarming_client)" |
| 120 }, | 117 }, |
| 121 { | 118 { |
| 122 "cmd": [ | 119 "cmd": [ |
| 123 "git", | 120 "git", |
| 124 "submodule", | 121 "submodule", |
| 125 "update", | 122 "update", |
| 126 "--init", | 123 "--init", |
| 127 "--recursive" | 124 "--recursive" |
| 128 ], | 125 ], |
| 129 "cwd": "[SLAVE_BUILD]/swarming.client", | 126 "cwd": "[CWD]/swarming.client", |
| 130 "name": "submodule update (swarming_client)" | 127 "name": "submodule update (swarming_client)" |
| 131 }, | 128 }, |
| 132 { | 129 { |
| 133 "cmd": [ | 130 "cmd": [ |
| 134 "python", | 131 "python", |
| 135 "-u", | 132 "-u", |
| 136 "[SLAVE_BUILD]/swarming.client/swarming.py", | 133 "[CWD]/swarming.client/swarming.py", |
| 137 "--version" | 134 "--version" |
| 138 ], | 135 ], |
| 139 "cwd": "[SLAVE_BUILD]", | |
| 140 "name": "swarming.py --version", | 136 "name": "swarming.py --version", |
| 141 "stdout": "/path/to/tmp/", | 137 "stdout": "/path/to/tmp/", |
| 142 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 143 "@@@STEP_TEXT@0.4.10@@@" | 139 "@@@STEP_TEXT@0.4.10@@@" |
| 144 ] | 140 ] |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 "cmd": [ | 143 "cmd": [ |
| 148 "download_from_google_storage", | 144 "download_from_google_storage", |
| 149 "--no_resume", | 145 "--no_resume", |
| 150 "--platform=linux*", | 146 "--platform=linux*", |
| 151 "--no_auth", | 147 "--no_auth", |
| 152 "--bucket", | 148 "--bucket", |
| 153 "chromium-luci", | 149 "chromium-luci", |
| 154 "-d", | 150 "-d", |
| 155 "[SLAVE_BUILD]/src/tools/luci-go/linux64" | 151 "[CWD]/src/tools/luci-go/linux64" |
| 156 ], | 152 ], |
| 157 "cwd": "[SLAVE_BUILD]", | |
| 158 "name": "download luci-go linux" | 153 "name": "download luci-go linux" |
| 159 }, | 154 }, |
| 160 { | 155 { |
| 161 "cmd": [ | 156 "cmd": [ |
| 162 "download_from_google_storage", | 157 "download_from_google_storage", |
| 163 "--no_resume", | 158 "--no_resume", |
| 164 "--platform=darwin", | 159 "--platform=darwin", |
| 165 "--no_auth", | 160 "--no_auth", |
| 166 "--bucket", | 161 "--bucket", |
| 167 "chromium-luci", | 162 "chromium-luci", |
| 168 "-d", | 163 "-d", |
| 169 "[SLAVE_BUILD]/src/tools/luci-go/mac64" | 164 "[CWD]/src/tools/luci-go/mac64" |
| 170 ], | 165 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "name": "download luci-go mac" | 166 "name": "download luci-go mac" |
| 173 }, | 167 }, |
| 174 { | 168 { |
| 175 "cmd": [ | 169 "cmd": [ |
| 176 "download_from_google_storage", | 170 "download_from_google_storage", |
| 177 "--no_resume", | 171 "--no_resume", |
| 178 "--platform=win32", | 172 "--platform=win32", |
| 179 "--no_auth", | 173 "--no_auth", |
| 180 "--bucket", | 174 "--bucket", |
| 181 "chromium-luci", | 175 "chromium-luci", |
| 182 "-d", | 176 "-d", |
| 183 "[SLAVE_BUILD]/src/tools/luci-go/win64" | 177 "[CWD]/src/tools/luci-go/win64" |
| 184 ], | 178 ], |
| 185 "cwd": "[SLAVE_BUILD]", | |
| 186 "name": "download luci-go win" | 179 "name": "download luci-go win" |
| 187 }, | 180 }, |
| 188 { | 181 { |
| 189 "cmd": [ | 182 "cmd": [ |
| 190 "python", | 183 "python", |
| 191 "-u", | 184 "-u", |
| 192 "\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", | 185 "\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", |
| 193 "[SLAVE_BUILD]/luci-go" | 186 "[CWD]/luci-go" |
| 194 ], | 187 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "name": "rmtree Go binary dir", | 188 "name": "rmtree Go binary dir", |
| 197 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 198 "@@@STEP_LOG_LINE@python.inline@@@@", | 190 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 191 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 192 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@@@@", | 194 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 195 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 196 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 205 "@@@STEP_LOG_END@python.inline@@@" | 197 "@@@STEP_LOG_END@python.inline@@@" |
| 206 ] | 198 ] |
| 207 }, | 199 }, |
| 208 { | 200 { |
| 209 "cmd": [ | 201 "cmd": [ |
| 210 "python", | 202 "python", |
| 211 "-u", | 203 "-u", |
| 212 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 204 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 213 "[SLAVE_BUILD]/src/tools/luci-go", | 205 "[CWD]/src/tools/luci-go", |
| 214 "[SLAVE_BUILD]/luci-go", | 206 "[CWD]/luci-go", |
| 215 "0" | 207 "0" |
| 216 ], | 208 ], |
| 217 "cwd": "[SLAVE_BUILD]", | |
| 218 "name": "Copy Go binary" | 209 "name": "Copy Go binary" |
| 219 }, | 210 }, |
| 220 { | 211 { |
| 221 "cmd": [ | 212 "cmd": [ |
| 222 "make", | 213 "make", |
| 223 "dm", | 214 "dm", |
| 224 "BUILDTYPE=Debug" | 215 "BUILDTYPE=Debug" |
| 225 ], | 216 ], |
| 226 "cwd": "[SLAVE_BUILD]/skia", | 217 "cwd": "[CWD]/skia", |
| 227 "name": "build dm", | 218 "name": "build dm", |
| 228 "~followup_annotations": [ | 219 "~followup_annotations": [ |
| 229 "@@@SET_BUILD_PROPERTY@Location of SKPs@\"https://pantheon.corp.google.com
/storage/browser/cluster-telemetry/skps/All/57259e0-05dcb4c/\"@@@" | 220 "@@@SET_BUILD_PROPERTY@Location of SKPs@\"https://pantheon.corp.google.com
/storage/browser/cluster-telemetry/skps/All/57259e0-05dcb4c/\"@@@" |
| 230 ] | 221 ] |
| 231 }, | 222 }, |
| 232 { | 223 { |
| 233 "cmd": [ | 224 "cmd": [ |
| 234 "python", | 225 "python", |
| 235 "-u", | 226 "-u", |
| 236 "\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", | 227 "\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", |
| 237 "[SLAVE_BUILD]/swarming_temp_dir" | 228 "[CWD]/swarming_temp_dir" |
| 238 ], | 229 ], |
| 239 "cwd": "[SLAVE_BUILD]", | |
| 240 "name": "rmtree swarming temp dir", | 230 "name": "rmtree swarming temp dir", |
| 241 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 242 "@@@STEP_LOG_LINE@python.inline@@@@", | 232 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 243 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 233 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 244 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 234 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 245 "@@@STEP_LOG_LINE@python.inline@@@@", | 235 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 246 "@@@STEP_LOG_LINE@python.inline@@@@", | 236 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 247 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 237 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 248 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 238 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 249 "@@@STEP_LOG_END@python.inline@@@" | 239 "@@@STEP_LOG_END@python.inline@@@" |
| 250 ] | 240 ] |
| 251 }, | 241 }, |
| 252 { | 242 { |
| 253 "cmd": [ | 243 "cmd": [ |
| 254 "python", | 244 "python", |
| 255 "-u", | 245 "-u", |
| 256 "\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", | 246 "\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", |
| 257 "[SLAVE_BUILD]/skps/slave1", | 247 "[CWD]/skps/slave1", |
| 258 "511" | 248 "511" |
| 259 ], | 249 ], |
| 260 "cwd": "[SLAVE_BUILD]", | |
| 261 "name": "makedirs SKPs dir", | 250 "name": "makedirs SKPs dir", |
| 262 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 263 "@@@STEP_LOG_LINE@python.inline@@@@", | 252 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 253 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 265 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 254 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 266 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 255 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 267 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 256 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 268 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 257 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 269 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 258 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 270 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 259 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 260 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 272 "@@@STEP_LOG_END@python.inline@@@" | 261 "@@@STEP_LOG_END@python.inline@@@" |
| 273 ] | 262 ] |
| 274 }, | 263 }, |
| 275 { | 264 { |
| 276 "cmd": [ | 265 "cmd": [ |
| 277 "python", | 266 "python", |
| 278 "-u", | 267 "-u", |
| 279 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 268 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 280 "--", | 269 "--", |
| 281 "[DEPOT_TOOLS]/gsutil.py", | 270 "[ROOT]/b/depot_tools/gsutil.py", |
| 282 "----", | 271 "----", |
| 283 "-m", | 272 "-m", |
| 284 "rsync", | 273 "rsync", |
| 285 "-d", | 274 "-d", |
| 286 "-r", | 275 "-r", |
| 287 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", | 276 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", |
| 288 "[SLAVE_BUILD]/skps/slave1" | 277 "[CWD]/skps/slave1" |
| 289 ], | 278 ], |
| 290 "cwd": "[SLAVE_BUILD]", | |
| 291 "name": "gsutil rsync" | 279 "name": "gsutil rsync" |
| 292 }, | 280 }, |
| 293 { | 281 { |
| 294 "cmd": [ | 282 "cmd": [ |
| 295 "python", | 283 "python", |
| 296 "-u", | 284 "-u", |
| 297 "\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", | 285 "\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", |
| 298 "[SLAVE_BUILD]/swarming_temp_dir", | 286 "[CWD]/swarming_temp_dir", |
| 299 "511" | 287 "511" |
| 300 ], | 288 ], |
| 301 "cwd": "[SLAVE_BUILD]", | |
| 302 "name": "makedirs swarming tmp dir", | 289 "name": "makedirs swarming tmp dir", |
| 303 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 304 "@@@STEP_LOG_LINE@python.inline@@@@", | 291 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 305 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 292 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 306 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 293 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 307 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 294 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 308 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 295 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 309 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 296 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 310 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 297 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 311 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 298 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 299 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 313 "@@@STEP_LOG_END@python.inline@@@" | 300 "@@@STEP_LOG_END@python.inline@@@" |
| 314 ] | 301 ] |
| 315 }, | 302 }, |
| 316 { | 303 { |
| 317 "cmd": [ | 304 "cmd": [ |
| 318 "python", | 305 "python", |
| 319 "-u", | 306 "-u", |
| 320 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 307 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 321 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/sw
arming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \
n \"OS\", \n \"linux\", \n \"--extra-variable\", \n
\"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n
\"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SL
AVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAM
E\", \n \"dm\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n
\"version\": 1\n}", | 308 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_skps.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir/
skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\",
\n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\
", \n \"Debug\", \n \"--extra-variable\", \n \"GIT_HASH\",
\n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \
"dm\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n \"version\": 1\n}", |
| 322 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 309 "[CWD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
| 323 ], | 310 ], |
| 324 "cwd": "[SLAVE_BUILD]", | |
| 325 "name": "Write ct-dm-1.isolated.gen.json" | 311 "name": "Write ct-dm-1.isolated.gen.json" |
| 326 }, | 312 }, |
| 327 { | 313 { |
| 328 "cmd": [ | 314 "cmd": [ |
| 329 "python", | 315 "python", |
| 330 "-u", | 316 "-u", |
| 331 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 317 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 332 "[SLAVE_BUILD]/swarming.client", | 318 "[CWD]/swarming.client", |
| 333 "batcharchive", | 319 "batcharchive", |
| 334 "--dump-json", | 320 "--dump-json", |
| 335 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
| 336 "--isolate-server", | 322 "--isolate-server", |
| 337 "https://isolateserver.appspot.com", | 323 "https://isolateserver.appspot.com", |
| 338 "--verbose", | 324 "--verbose", |
| 339 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 325 "[CWD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
| 340 ], | 326 ], |
| 341 "cwd": "[SLAVE_BUILD]", | |
| 342 "name": "isolate tests", | 327 "name": "isolate tests", |
| 343 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@json.output@{@@@", | 329 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1\": \"[dummy hash for ct-dm-1]\"@
@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1\": \"[dummy hash for ct-dm-1]\"@
@@", |
| 346 "@@@STEP_LOG_LINE@json.output@}@@@", | 331 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 347 "@@@STEP_LOG_END@json.output@@@", | 332 "@@@STEP_LOG_END@json.output@@@", |
| 348 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-dm-1\": \"[dummy hash for ct-dm-
1]\"}@@@" | 333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-dm-1\": \"[dummy hash for ct-dm-
1]\"}@@@" |
| 349 ] | 334 ] |
| 350 }, | 335 }, |
| 351 { | 336 { |
| 352 "cmd": [ | 337 "cmd": [ |
| 353 "python", | 338 "python", |
| 354 "-u", | 339 "-u", |
| 355 "[SLAVE_BUILD]/swarming.client/swarming.py", | 340 "[CWD]/swarming.client/swarming.py", |
| 356 "trigger", | 341 "trigger", |
| 357 "--swarming", | 342 "--swarming", |
| 358 "https://chromium-swarm.appspot.com", | 343 "https://chromium-swarm.appspot.com", |
| 359 "--isolate-server", | 344 "--isolate-server", |
| 360 "https://isolateserver.appspot.com", | 345 "https://isolateserver.appspot.com", |
| 361 "--priority", | 346 "--priority", |
| 362 "90", | 347 "90", |
| 363 "--shards", | 348 "--shards", |
| 364 "1", | 349 "1", |
| 365 "--task-name", | 350 "--task-name", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 386 "--tag", | 371 "--tag", |
| 387 "data:[dummy hash for ct-dm-1]", | 372 "data:[dummy hash for ct-dm-1]", |
| 388 "--tag", | 373 "--tag", |
| 389 "name:ct-dm-1", | 374 "name:ct-dm-1", |
| 390 "--tag", | 375 "--tag", |
| 391 "os:Ubuntu-14.04", | 376 "os:Ubuntu-14.04", |
| 392 "--tag", | 377 "--tag", |
| 393 "stepname:ct-dm-1 on Ubuntu-14.04", | 378 "stepname:ct-dm-1 on Ubuntu-14.04", |
| 394 "[dummy hash for ct-dm-1]" | 379 "[dummy hash for ct-dm-1]" |
| 395 ], | 380 ], |
| 396 "cwd": "[SLAVE_BUILD]", | |
| 397 "name": "[trigger] ct-dm-1 on Ubuntu-14.04", | 381 "name": "[trigger] ct-dm-1 on Ubuntu-14.04", |
| 398 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 399 "@@@STEP_LOG_LINE@json.output@{@@@", | 383 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04
/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04
/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-U
buntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-U
buntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@", |
| 403 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ }@@@", | 390 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ }@@@", | 391 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@}@@@", | 392 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 409 "@@@STEP_LOG_END@json.output@@@", | 393 "@@@STEP_LOG_END@json.output@@@", |
| 410 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 394 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 411 ] | 395 ] |
| 412 }, | 396 }, |
| 413 { | 397 { |
| 414 "cmd": [ | 398 "cmd": [ |
| 415 "python", | 399 "python", |
| 416 "-u", | 400 "-u", |
| 417 "[SLAVE_BUILD]/swarming.client/swarming.py", | 401 "[CWD]/swarming.client/swarming.py", |
| 418 "collect", | 402 "collect", |
| 419 "--swarming", | 403 "--swarming", |
| 420 "https://chromium-swarm.appspot.com", | 404 "https://chromium-swarm.appspot.com", |
| 421 "--decorate", | 405 "--decorate", |
| 422 "--print-status-updates", | 406 "--print-status-updates", |
| 423 "--shards", | 407 "--shards", |
| 424 "1", | 408 "1", |
| 425 "ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_10k_SKPs/-1", | 409 "ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_10k_SKPs/-1", |
| 426 "--task-summary-json", | 410 "--task-summary-json", |
| 427 "/path/to/tmp/json", | 411 "/path/to/tmp/json", |
| 428 "--task-output-dir", | 412 "--task-output-dir", |
| 429 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-dm-1" | 413 "[CWD]/swarming_temp_dir/outputs/ct-dm-1" |
| 430 ], | 414 ], |
| 431 "cwd": "[SLAVE_BUILD]", | |
| 432 "name": "ct-dm-1 on Ubuntu-14.04", | 415 "name": "ct-dm-1 on Ubuntu-14.04", |
| 433 "~followup_annotations": [ | 416 "~followup_annotations": [ |
| 434 "@@@STEP_TEXT@swarming pending 71s@@@", | 417 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 435 "@@@STEP_LOG_LINE@json.output@{@@@", | 418 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 436 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 437 "@@@STEP_LOG_LINE@json.output@ {@@@", | 420 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 438 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 439 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 422 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 440 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 441 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 424 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 472 "@@@STEP_LOG_END@json.output@@@", | 455 "@@@STEP_LOG_END@json.output@@@", |
| 473 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 456 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 474 ] | 457 ] |
| 475 }, | 458 }, |
| 476 { | 459 { |
| 477 "name": "$result", | 460 "name": "$result", |
| 478 "recipe_result": null, | 461 "recipe_result": null, |
| 479 "status_code": 0 | 462 "status_code": 0 |
| 480 } | 463 } |
| 481 ] | 464 ] |
| OLD | NEW |