| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "fetch" | 5 "fetch" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
| 8 "name": "git fetch" | 8 "name": "git fetch" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "cmd": [ | 31 "cmd": [ |
| 32 "python", | 32 "python", |
| 33 "-u", | 33 "-u", |
| 34 "[DEPOT_TOOLS]/gclient.py", | 34 "[DEPOT_TOOLS]/gclient.py", |
| 35 "config", | 35 "config", |
| 36 "--spec", | 36 "--spec", |
| 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
| 38 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
| 39 "name": "gclient setup" | 40 "name": "gclient setup" |
| 40 }, | 41 }, |
| 41 { | 42 { |
| 42 "cmd": [ | 43 "cmd": [ |
| 43 "python", | 44 "python", |
| 44 "-u", | 45 "-u", |
| 45 "[DEPOT_TOOLS]/gclient.py", | 46 "[DEPOT_TOOLS]/gclient.py", |
| 46 "sync", | 47 "sync", |
| 47 "--nohooks", | 48 "--nohooks", |
| 48 "--force", | 49 "--force", |
| 49 "--verbose", | 50 "--verbose", |
| 50 "--delete_unversioned_trees", | 51 "--delete_unversioned_trees", |
| 51 "--revision", | 52 "--revision", |
| 52 "skia@abc123", | 53 "skia@abc123", |
| 53 "--output-json", | 54 "--output-json", |
| 54 "/path/to/tmp/json" | 55 "/path/to/tmp/json" |
| 55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
| 56 "name": "gclient sync", | 58 "name": "gclient sync", |
| 57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 58 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ }@@@", | 64 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ }@@@", | 65 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@}@@@", | 66 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 65 "@@@STEP_LOG_END@json.output@@@", | 67 "@@@STEP_LOG_END@json.output@@@", |
| 66 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 67 ] | 69 ] |
| 68 }, | 70 }, |
| 69 { | 71 { |
| 70 "cmd": [ | 72 "cmd": [ |
| 71 "python", | 73 "python", |
| 72 "-u", | 74 "-u", |
| 73 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", | 75 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", |
| 74 "/path/to/tmp/" | 76 "/path/to/tmp/" |
| 75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "get CHROME_PATH", | 79 "name": "get CHROME_PATH", |
| 77 "~followup_annotations": [ | 80 "~followup_annotations": [ |
| 78 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 79 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 82 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 81 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 82 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
| 83 "@@@STEP_LOG_END@python.inline@@@" | 86 "@@@STEP_LOG_END@python.inline@@@" |
| 84 ] | 87 ] |
| 85 }, | 88 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 97 "name": "build dm" | 100 "name": "build dm" |
| 98 }, | 101 }, |
| 99 { | 102 { |
| 100 "cmd": [ | 103 "cmd": [ |
| 101 "python", | 104 "python", |
| 102 "-u", | 105 "-u", |
| 103 "\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", | 106 "\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", |
| 104 "[SLAVE_BUILD]/tmp", | 107 "[SLAVE_BUILD]/tmp", |
| 105 "511" | 108 "511" |
| 106 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 107 "name": "makedirs tmp_dir", | 111 "name": "makedirs tmp_dir", |
| 108 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 109 "@@@STEP_LOG_LINE@python.inline@@@@", | 113 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 110 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 114 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 111 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 115 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 112 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 116 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 113 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 117 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 114 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 118 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 115 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 119 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 116 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 117 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 121 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 118 "@@@STEP_LOG_END@python.inline@@@" | 122 "@@@STEP_LOG_END@python.inline@@@" |
| 119 ] | 123 ] |
| 120 }, | 124 }, |
| 121 { | 125 { |
| 122 "cmd": [ | 126 "cmd": [ |
| 123 "python", | 127 "python", |
| 124 "-u", | 128 "-u", |
| 125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 126 "[SLAVE_BUILD]/skia/SKP_VERSION", | 130 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 127 "/path/to/tmp/" | 131 "/path/to/tmp/" |
| 128 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
| 129 "name": "Get expected SKP_VERSION" | 134 "name": "Get expected SKP_VERSION" |
| 130 }, | 135 }, |
| 131 { | 136 { |
| 132 "cmd": [ | 137 "cmd": [ |
| 133 "python", | 138 "python", |
| 134 "-u", | 139 "-u", |
| 135 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 136 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 141 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 137 "/path/to/tmp/" | 142 "/path/to/tmp/" |
| 138 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 139 "name": "Get downloaded SKP_VERSION" | 145 "name": "Get downloaded SKP_VERSION" |
| 140 }, | 146 }, |
| 141 { | 147 { |
| 142 "cmd": [ | 148 "cmd": [ |
| 143 "python", | 149 "python", |
| 144 "-u", | 150 "-u", |
| 145 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 151 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 146 "--", | 152 "--", |
| 147 "[DEPOT_TOOLS]/gsutil.py", | 153 "[DEPOT_TOOLS]/gsutil.py", |
| 148 "--force-version", | 154 "--force-version", |
| 149 "3.25", | 155 "3.25", |
| 150 "--", | 156 "--", |
| 151 "cat", | 157 "cat", |
| 152 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" | 158 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" |
| 153 ], | 159 ], |
| 160 "cwd": "[SLAVE_BUILD]", |
| 154 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", | 161 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", |
| 155 "stdout": "/path/to/tmp/" | 162 "stdout": "/path/to/tmp/" |
| 156 }, | 163 }, |
| 157 { | 164 { |
| 158 "cmd": [ | 165 "cmd": [ |
| 159 "python", | 166 "python", |
| 160 "-u", | 167 "-u", |
| 161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 168 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 162 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", | 169 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", |
| 163 "/path/to/tmp/" | 170 "/path/to/tmp/" |
| 164 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "Get downloaded SKIMAGE_VERSION", | 173 "name": "Get downloaded SKIMAGE_VERSION", |
| 166 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 167 "step returned non-zero exit code: 1", | 175 "step returned non-zero exit code: 1", |
| 168 "@@@STEP_FAILURE@@@" | 176 "@@@STEP_FAILURE@@@" |
| 169 ] | 177 ] |
| 170 }, | 178 }, |
| 171 { | 179 { |
| 172 "cmd": [ | 180 "cmd": [ |
| 173 "python", | 181 "python", |
| 174 "-u", | 182 "-u", |
| 175 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 183 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 176 "[SLAVE_BUILD]/images" | 184 "[SLAVE_BUILD]/images" |
| 177 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "rmtree images", | 187 "name": "rmtree images", |
| 179 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 180 "@@@STEP_LOG_LINE@python.inline@@@@", | 189 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 190 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 191 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@@@@", | 192 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 193 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 194 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 186 "@@@STEP_LOG_END@python.inline@@@" | 195 "@@@STEP_LOG_END@python.inline@@@" |
| 187 ] | 196 ] |
| 188 }, | 197 }, |
| 189 { | 198 { |
| 190 "cmd": [ | 199 "cmd": [ |
| 191 "python", | 200 "python", |
| 192 "-u", | 201 "-u", |
| 193 "\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", | 202 "\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", |
| 194 "[SLAVE_BUILD]/images", | 203 "[SLAVE_BUILD]/images", |
| 195 "511" | 204 "511" |
| 196 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", |
| 197 "name": "makedirs images", | 207 "name": "makedirs images", |
| 198 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@python.inline@@@@", | 209 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 210 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 211 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 212 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 213 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 214 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 215 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 216 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 217 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 208 "@@@STEP_LOG_END@python.inline@@@" | 218 "@@@STEP_LOG_END@python.inline@@@" |
| 209 ] | 219 ] |
| 210 }, | 220 }, |
| 211 { | 221 { |
| 212 "cmd": [ | 222 "cmd": [ |
| 213 "python", | 223 "python", |
| 214 "-u", | 224 "-u", |
| 215 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 225 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 216 "--", | 226 "--", |
| 217 "[DEPOT_TOOLS]/gsutil.py", | 227 "[DEPOT_TOOLS]/gsutil.py", |
| 218 "--force-version", | 228 "--force-version", |
| 219 "3.25", | 229 "3.25", |
| 220 "--", | 230 "--", |
| 221 "cp", | 231 "cp", |
| 222 "-R", | 232 "-R", |
| 223 "gs://chromium-skia-gm/skimage/input/*", | 233 "gs://chromium-skia-gm/skimage/input/*", |
| 224 "[SLAVE_BUILD]/images" | 234 "[SLAVE_BUILD]/images" |
| 225 ], | 235 ], |
| 236 "cwd": "[SLAVE_BUILD]", |
| 226 "name": "gsutil download images" | 237 "name": "gsutil download images" |
| 227 }, | 238 }, |
| 228 { | 239 { |
| 229 "cmd": [ | 240 "cmd": [ |
| 230 "python", | 241 "python", |
| 231 "-u", | 242 "-u", |
| 232 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 233 "42", | 244 "42", |
| 234 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION" | 245 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION" |
| 235 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "write SKIMAGE_VERSION" | 248 "name": "write SKIMAGE_VERSION" |
| 237 }, | 249 }, |
| 238 { | 250 { |
| 239 "cmd": [ | 251 "cmd": [ |
| 240 "python", | 252 "python", |
| 241 "-u", | 253 "-u", |
| 242 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 254 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 243 "[SLAVE_BUILD]/dm" | 255 "[SLAVE_BUILD]/dm" |
| 244 ], | 256 ], |
| 257 "cwd": "[SLAVE_BUILD]", |
| 245 "name": "rmtree dm", | 258 "name": "rmtree dm", |
| 246 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 247 "@@@STEP_LOG_LINE@python.inline@@@@", | 260 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 248 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 261 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 249 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 262 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 250 "@@@STEP_LOG_LINE@python.inline@@@@", | 263 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 251 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 264 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 265 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 253 "@@@STEP_LOG_END@python.inline@@@" | 266 "@@@STEP_LOG_END@python.inline@@@" |
| 254 ] | 267 ] |
| 255 }, | 268 }, |
| 256 { | 269 { |
| 257 "cmd": [ | 270 "cmd": [ |
| 258 "python", | 271 "python", |
| 259 "-u", | 272 "-u", |
| 260 "\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", | 273 "\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", |
| 261 "[SLAVE_BUILD]/dm", | 274 "[SLAVE_BUILD]/dm", |
| 262 "511" | 275 "511" |
| 263 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
| 264 "name": "makedirs dm", | 278 "name": "makedirs dm", |
| 265 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 266 "@@@STEP_LOG_LINE@python.inline@@@@", | 280 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 267 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 268 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 269 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 270 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 284 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 285 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 286 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 287 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "AVX2", | 380 "AVX2", |
| 367 "model", | 381 "model", |
| 368 "GCE", | 382 "GCE", |
| 369 "os", | 383 "os", |
| 370 "Ubuntu", | 384 "Ubuntu", |
| 371 "--uninterestingHashesFile", | 385 "--uninterestingHashesFile", |
| 372 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 386 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
| 373 "--nogpu", | 387 "--nogpu", |
| 374 "--dummy-flags" | 388 "--dummy-flags" |
| 375 ], | 389 ], |
| 390 "cwd": "[SLAVE_BUILD]", |
| 376 "name": "dm" | 391 "name": "dm" |
| 377 }, | 392 }, |
| 378 { | 393 { |
| 379 "cmd": [ | 394 "cmd": [ |
| 380 "python", | 395 "python", |
| 381 "-u", | 396 "-u", |
| 382 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", | 397 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", |
| 383 "[SLAVE_BUILD]/dm", | 398 "[SLAVE_BUILD]/dm", |
| 384 "164710", | 399 "164710", |
| 385 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 400 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
| 386 "6", | 401 "6", |
| 387 "", | 402 "", |
| 388 "[SLAVE_BUILD]/skia/common/py/utils" | 403 "[SLAVE_BUILD]/skia/common/py/utils" |
| 389 ], | 404 ], |
| 390 "cwd": "[SLAVE_BUILD]/skia", | 405 "cwd": "[SLAVE_BUILD]/skia", |
| 391 "name": "Upload DM Results" | 406 "name": "Upload DM Results" |
| 392 } | 407 } |
| 393 ] | 408 ] |
| OLD | NEW |