| 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 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 141 "step returned non-zero exit code: 1", | 147 "step returned non-zero exit code: 1", |
| 142 "@@@STEP_FAILURE@@@" | 148 "@@@STEP_FAILURE@@@" |
| 143 ] | 149 ] |
| 144 }, | 150 }, |
| 145 { | 151 { |
| 146 "cmd": [ | 152 "cmd": [ |
| 147 "python", | 153 "python", |
| 148 "-u", | 154 "-u", |
| 149 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 150 "[SLAVE_BUILD]/playback/skps" | 156 "[SLAVE_BUILD]/playback/skps" |
| 151 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
| 152 "name": "rmtree skps", | 159 "name": "rmtree skps", |
| 153 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 154 "@@@STEP_LOG_LINE@python.inline@@@@", | 161 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 162 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 163 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@@@@", | 164 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 158 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 165 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 159 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 166 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 160 "@@@STEP_LOG_END@python.inline@@@" | 167 "@@@STEP_LOG_END@python.inline@@@" |
| 161 ] | 168 ] |
| 162 }, | 169 }, |
| 163 { | 170 { |
| 164 "cmd": [ | 171 "cmd": [ |
| 165 "python", | 172 "python", |
| 166 "-u", | 173 "-u", |
| 167 "\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", | 174 "\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", |
| 168 "[SLAVE_BUILD]/playback/skps", | 175 "[SLAVE_BUILD]/playback/skps", |
| 169 "511" | 176 "511" |
| 170 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "makedirs skps", | 179 "name": "makedirs skps", |
| 172 "~followup_annotations": [ | 180 "~followup_annotations": [ |
| 173 "@@@STEP_LOG_LINE@python.inline@@@@", | 181 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 174 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 182 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 175 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 183 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 184 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 177 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 185 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 178 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 186 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 179 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 187 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 180 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 188 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 189 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 182 "@@@STEP_LOG_END@python.inline@@@" | 190 "@@@STEP_LOG_END@python.inline@@@" |
| 183 ] | 191 ] |
| 184 }, | 192 }, |
| 185 { | 193 { |
| 186 "cmd": [ | 194 "cmd": [ |
| 187 "python", | 195 "python", |
| 188 "-u", | 196 "-u", |
| 189 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 197 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 190 "--", | 198 "--", |
| 191 "[DEPOT_TOOLS]/gsutil.py", | 199 "[DEPOT_TOOLS]/gsutil.py", |
| 192 "--force-version", | 200 "--force-version", |
| 193 "3.25", | 201 "3.25", |
| 194 "--", | 202 "--", |
| 195 "cp", | 203 "cp", |
| 196 "-R", | 204 "-R", |
| 197 "gs://chromium-skia-gm/playback_42/skps/*", | 205 "gs://chromium-skia-gm/playback_42/skps/*", |
| 198 "[SLAVE_BUILD]/playback/skps" | 206 "[SLAVE_BUILD]/playback/skps" |
| 199 ], | 207 ], |
| 208 "cwd": "[SLAVE_BUILD]", |
| 200 "name": "gsutil download skps" | 209 "name": "gsutil download skps" |
| 201 }, | 210 }, |
| 202 { | 211 { |
| 203 "cmd": [ | 212 "cmd": [ |
| 204 "python", | 213 "python", |
| 205 "-u", | 214 "-u", |
| 206 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 207 "42", | 216 "42", |
| 208 "[SLAVE_BUILD]/tmp/SKP_VERSION" | 217 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 209 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
| 210 "name": "write SKP_VERSION" | 220 "name": "write SKP_VERSION" |
| 211 }, | 221 }, |
| 212 { | 222 { |
| 213 "cmd": [ | 223 "cmd": [ |
| 214 "python", | 224 "python", |
| 215 "-u", | 225 "-u", |
| 216 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 226 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 217 "--", | 227 "--", |
| 218 "[DEPOT_TOOLS]/gsutil.py", | 228 "[DEPOT_TOOLS]/gsutil.py", |
| 219 "--force-version", | 229 "--force-version", |
| 220 "3.25", | 230 "3.25", |
| 221 "--", | 231 "--", |
| 222 "cat", | 232 "cat", |
| 223 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" | 233 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" |
| 224 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
| 225 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", | 236 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", |
| 226 "stdout": "/path/to/tmp/" | 237 "stdout": "/path/to/tmp/" |
| 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 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", | 244 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", |
| 234 "/path/to/tmp/" | 245 "/path/to/tmp/" |
| 235 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "Get downloaded SKIMAGE_VERSION" | 248 "name": "Get downloaded 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 |