| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git.bat", | 4 "git.bat", |
| 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 12 matching lines...) Expand all Loading... |
| 98 "name": "build dm" | 101 "name": "build dm" |
| 99 }, | 102 }, |
| 100 { | 103 { |
| 101 "cmd": [ | 104 "cmd": [ |
| 102 "python", | 105 "python", |
| 103 "-u", | 106 "-u", |
| 104 "\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", | 107 "\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", |
| 105 "[SLAVE_BUILD]\\tmp", | 108 "[SLAVE_BUILD]\\tmp", |
| 106 "511" | 109 "511" |
| 107 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]", |
| 108 "name": "makedirs tmp_dir", | 112 "name": "makedirs tmp_dir", |
| 109 "~followup_annotations": [ | 113 "~followup_annotations": [ |
| 110 "@@@STEP_LOG_LINE@python.inline@@@@", | 114 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 111 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 115 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 112 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 116 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 113 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 117 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 114 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 118 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 115 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 119 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 116 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 117 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 121 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 118 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 122 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 119 "@@@STEP_LOG_END@python.inline@@@" | 123 "@@@STEP_LOG_END@python.inline@@@" |
| 120 ] | 124 ] |
| 121 }, | 125 }, |
| 122 { | 126 { |
| 123 "cmd": [ | 127 "cmd": [ |
| 124 "python", | 128 "python", |
| 125 "-u", | 129 "-u", |
| 126 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 130 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 127 "[SLAVE_BUILD]\\skia\\SKP_VERSION", | 131 "[SLAVE_BUILD]\\skia\\SKP_VERSION", |
| 128 "/path/to/tmp/" | 132 "/path/to/tmp/" |
| 129 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "Get expected SKP_VERSION" | 135 "name": "Get expected SKP_VERSION" |
| 131 }, | 136 }, |
| 132 { | 137 { |
| 133 "cmd": [ | 138 "cmd": [ |
| 134 "python", | 139 "python", |
| 135 "-u", | 140 "-u", |
| 136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 137 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 142 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", |
| 138 "/path/to/tmp/" | 143 "/path/to/tmp/" |
| 139 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "Get downloaded SKP_VERSION" | 146 "name": "Get downloaded SKP_VERSION" |
| 141 }, | 147 }, |
| 142 { | 148 { |
| 143 "cmd": [ | 149 "cmd": [ |
| 144 "python", | 150 "python", |
| 145 "-u", | 151 "-u", |
| 146 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", | 152 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", |
| 147 "--", | 153 "--", |
| 148 "[DEPOT_TOOLS]\\gsutil.py", | 154 "[DEPOT_TOOLS]\\gsutil.py", |
| 149 "--force-version", | 155 "--force-version", |
| 150 "3.25", | 156 "3.25", |
| 151 "--", | 157 "--", |
| 152 "cat", | 158 "cat", |
| 153 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" | 159 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" |
| 154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", | 162 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", |
| 156 "stdout": "/path/to/tmp/" | 163 "stdout": "/path/to/tmp/" |
| 157 }, | 164 }, |
| 158 { | 165 { |
| 159 "cmd": [ | 166 "cmd": [ |
| 160 "python", | 167 "python", |
| 161 "-u", | 168 "-u", |
| 162 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 169 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 163 "[SLAVE_BUILD]\\tmp\\SKIMAGE_VERSION", | 170 "[SLAVE_BUILD]\\tmp\\SKIMAGE_VERSION", |
| 164 "/path/to/tmp/" | 171 "/path/to/tmp/" |
| 165 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "Get downloaded SKIMAGE_VERSION" | 174 "name": "Get downloaded SKIMAGE_VERSION" |
| 167 }, | 175 }, |
| 168 { | 176 { |
| 169 "cmd": [ | 177 "cmd": [ |
| 170 "python", | 178 "python", |
| 171 "-u", | 179 "-u", |
| 172 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 180 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 173 "[SLAVE_BUILD]\\dm" | 181 "[SLAVE_BUILD]\\dm" |
| 174 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 175 "name": "rmtree dm", | 184 "name": "rmtree dm", |
| 176 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@python.inline@@@@", | 186 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 178 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 187 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 179 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 188 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 180 "@@@STEP_LOG_LINE@python.inline@@@@", | 189 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 190 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 191 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 183 "@@@STEP_LOG_END@python.inline@@@" | 192 "@@@STEP_LOG_END@python.inline@@@" |
| 184 ] | 193 ] |
| 185 }, | 194 }, |
| 186 { | 195 { |
| 187 "cmd": [ | 196 "cmd": [ |
| 188 "python", | 197 "python", |
| 189 "-u", | 198 "-u", |
| 190 "\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", | 199 "\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", |
| 191 "[SLAVE_BUILD]\\dm", | 200 "[SLAVE_BUILD]\\dm", |
| 192 "511" | 201 "511" |
| 193 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "makedirs dm", | 204 "name": "makedirs dm", |
| 195 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@python.inline@@@@", | 206 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 207 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 208 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 209 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 210 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 211 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 212 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 213 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "AVX", | 305 "AVX", |
| 296 "model", | 306 "model", |
| 297 "ShuttleA", | 307 "ShuttleA", |
| 298 "os", | 308 "os", |
| 299 "Win8", | 309 "Win8", |
| 300 "--uninterestingHashesFile", | 310 "--uninterestingHashesFile", |
| 301 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", | 311 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", |
| 302 "--nogpu", | 312 "--nogpu", |
| 303 "--dummy-flags" | 313 "--dummy-flags" |
| 304 ], | 314 ], |
| 315 "cwd": "[SLAVE_BUILD]", |
| 305 "name": "dm" | 316 "name": "dm" |
| 306 }, | 317 }, |
| 307 { | 318 { |
| 308 "cmd": [ | 319 "cmd": [ |
| 309 "python", | 320 "python", |
| 310 "-u", | 321 "-u", |
| 311 "RECIPE_MODULE[skia]\\resources\\upload_dm_results.py", | 322 "RECIPE_MODULE[skia]\\resources\\upload_dm_results.py", |
| 312 "[SLAVE_BUILD]\\dm", | 323 "[SLAVE_BUILD]\\dm", |
| 313 "164710", | 324 "164710", |
| 314 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug", | 325 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug", |
| 315 "5", | 326 "5", |
| 316 "", | 327 "", |
| 317 "[SLAVE_BUILD]\\skia\\common\\py\\utils" | 328 "[SLAVE_BUILD]\\skia\\common\\py\\utils" |
| 318 ], | 329 ], |
| 319 "cwd": "[SLAVE_BUILD]\\skia", | 330 "cwd": "[SLAVE_BUILD]\\skia", |
| 320 "name": "Upload DM Results" | 331 "name": "Upload DM Results" |
| 321 } | 332 } |
| 322 ] | 333 ] |
| OLD | NEW |