| 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 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 46 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 46 ".", | 47 ".", |
| 47 "[DEPOT_TOOLS]/gclient" | 48 "[DEPOT_TOOLS]/gclient" |
| 48 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
| 49 "name": "gclient revert" | 51 "name": "gclient revert" |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 "cmd": [ | 54 "cmd": [ |
| 53 "python", | 55 "python", |
| 54 "-u", | 56 "-u", |
| 55 "[DEPOT_TOOLS]/gclient.py", | 57 "[DEPOT_TOOLS]/gclient.py", |
| 56 "sync", | 58 "sync", |
| 57 "--nohooks", | 59 "--nohooks", |
| 58 "--force", | 60 "--force", |
| 59 "--verbose", | 61 "--verbose", |
| 60 "--delete_unversioned_trees", | 62 "--delete_unversioned_trees", |
| 61 "--revision", | 63 "--revision", |
| 62 "skia@abc123", | 64 "skia@abc123", |
| 63 "--output-json", | 65 "--output-json", |
| 64 "/path/to/tmp/json" | 66 "/path/to/tmp/json" |
| 65 ], | 67 ], |
| 68 "cwd": "[SLAVE_BUILD]", |
| 66 "name": "gclient sync", | 69 "name": "gclient sync", |
| 67 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 68 "@@@STEP_LOG_LINE@json.output@{@@@", | 71 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ }@@@", | 75 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ }@@@", | 76 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 74 "@@@STEP_LOG_LINE@json.output@}@@@", | 77 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 75 "@@@STEP_LOG_END@json.output@@@", | 78 "@@@STEP_LOG_END@json.output@@@", |
| 76 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 77 ] | 80 ] |
| 78 }, | 81 }, |
| 79 { | 82 { |
| 80 "cmd": [ | 83 "cmd": [ |
| 81 "python", | 84 "python", |
| 82 "-u", | 85 "-u", |
| 83 "[DEPOT_TOOLS]/apply_issue.py", | 86 "[DEPOT_TOOLS]/apply_issue.py", |
| 84 "-r", | 87 "-r", |
| 85 "[SLAVE_BUILD]/skia", | 88 "[SLAVE_BUILD]/skia", |
| 86 "-i", | 89 "-i", |
| 87 "500", | 90 "500", |
| 88 "-p", | 91 "-p", |
| 89 "1", | 92 "1", |
| 90 "-s", | 93 "-s", |
| 91 "https://codereview.chromium.org", | 94 "https://codereview.chromium.org", |
| 92 "--no-auth" | 95 "--no-auth" |
| 93 ], | 96 ], |
| 97 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "apply_issue", | 98 "name": "apply_issue", |
| 95 "~followup_annotations": [ | 99 "~followup_annotations": [ |
| 96 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 100 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 97 ] | 101 ] |
| 98 }, | 102 }, |
| 99 { | 103 { |
| 100 "cmd": [ | 104 "cmd": [ |
| 101 "python", | 105 "python", |
| 102 "-u", | 106 "-u", |
| 103 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", | 107 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", |
| 104 "/path/to/tmp/" | 108 "/path/to/tmp/" |
| 105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "get CHROME_PATH", | 111 "name": "get CHROME_PATH", |
| 107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@python.inline@@@@", | 113 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 109 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 114 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 110 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 115 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 111 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 116 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 112 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 117 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
| 113 "@@@STEP_LOG_END@python.inline@@@" | 118 "@@@STEP_LOG_END@python.inline@@@" |
| 114 ] | 119 ] |
| 115 }, | 120 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 127 "name": "build dm" | 132 "name": "build dm" |
| 128 }, | 133 }, |
| 129 { | 134 { |
| 130 "cmd": [ | 135 "cmd": [ |
| 131 "python", | 136 "python", |
| 132 "-u", | 137 "-u", |
| 133 "\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", | 138 "\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", |
| 134 "[SLAVE_BUILD]/tmp", | 139 "[SLAVE_BUILD]/tmp", |
| 135 "511" | 140 "511" |
| 136 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "makedirs tmp_dir", | 143 "name": "makedirs tmp_dir", |
| 138 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@python.inline@@@@", | 145 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 140 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 146 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 147 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 142 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 148 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 149 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 144 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 145 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 146 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 152 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 147 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 153 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 148 "@@@STEP_LOG_END@python.inline@@@" | 154 "@@@STEP_LOG_END@python.inline@@@" |
| 149 ] | 155 ] |
| 150 }, | 156 }, |
| 151 { | 157 { |
| 152 "cmd": [ | 158 "cmd": [ |
| 153 "python", | 159 "python", |
| 154 "-u", | 160 "-u", |
| 155 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 156 "[SLAVE_BUILD]/skia/SKP_VERSION", | 162 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 157 "/path/to/tmp/" | 163 "/path/to/tmp/" |
| 158 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "Get expected SKP_VERSION" | 166 "name": "Get expected SKP_VERSION" |
| 160 }, | 167 }, |
| 161 { | 168 { |
| 162 "cmd": [ | 169 "cmd": [ |
| 163 "python", | 170 "python", |
| 164 "-u", | 171 "-u", |
| 165 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 172 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 166 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 173 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 167 "/path/to/tmp/" | 174 "/path/to/tmp/" |
| 168 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "Get downloaded SKP_VERSION" | 177 "name": "Get downloaded SKP_VERSION" |
| 170 }, | 178 }, |
| 171 { | 179 { |
| 172 "cmd": [ | 180 "cmd": [ |
| 173 "python", | 181 "python", |
| 174 "-u", | 182 "-u", |
| 175 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 183 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 176 "--", | 184 "--", |
| 177 "[DEPOT_TOOLS]/gsutil.py", | 185 "[DEPOT_TOOLS]/gsutil.py", |
| 178 "--force-version", | 186 "--force-version", |
| 179 "3.25", | 187 "3.25", |
| 180 "--", | 188 "--", |
| 181 "cat", | 189 "cat", |
| 182 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" | 190 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" |
| 183 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", | 193 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", |
| 185 "stdout": "/path/to/tmp/" | 194 "stdout": "/path/to/tmp/" |
| 186 }, | 195 }, |
| 187 { | 196 { |
| 188 "cmd": [ | 197 "cmd": [ |
| 189 "python", | 198 "python", |
| 190 "-u", | 199 "-u", |
| 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 192 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", | 201 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", |
| 193 "/path/to/tmp/" | 202 "/path/to/tmp/" |
| 194 ], | 203 ], |
| 204 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "Get downloaded SKIMAGE_VERSION" | 205 "name": "Get downloaded SKIMAGE_VERSION" |
| 196 }, | 206 }, |
| 197 { | 207 { |
| 198 "cmd": [ | 208 "cmd": [ |
| 199 "python", | 209 "python", |
| 200 "-u", | 210 "-u", |
| 201 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 211 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 202 "[SLAVE_BUILD]/dm" | 212 "[SLAVE_BUILD]/dm" |
| 203 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "rmtree dm", | 215 "name": "rmtree dm", |
| 205 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@python.inline@@@@", | 217 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 218 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 219 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@@@@", | 220 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 210 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 221 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 222 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 212 "@@@STEP_LOG_END@python.inline@@@" | 223 "@@@STEP_LOG_END@python.inline@@@" |
| 213 ] | 224 ] |
| 214 }, | 225 }, |
| 215 { | 226 { |
| 216 "cmd": [ | 227 "cmd": [ |
| 217 "python", | 228 "python", |
| 218 "-u", | 229 "-u", |
| 219 "\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", | 230 "\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", |
| 220 "[SLAVE_BUILD]/dm", | 231 "[SLAVE_BUILD]/dm", |
| 221 "511" | 232 "511" |
| 222 ], | 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
| 223 "name": "makedirs dm", | 235 "name": "makedirs dm", |
| 224 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@python.inline@@@@", | 237 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 226 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 238 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 227 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 239 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 228 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 240 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 229 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 241 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 230 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 242 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 231 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 243 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 232 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 244 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "AVX2", | 337 "AVX2", |
| 326 "model", | 338 "model", |
| 327 "GCE", | 339 "GCE", |
| 328 "os", | 340 "os", |
| 329 "Ubuntu", | 341 "Ubuntu", |
| 330 "--uninterestingHashesFile", | 342 "--uninterestingHashesFile", |
| 331 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 343 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
| 332 "--nogpu", | 344 "--nogpu", |
| 333 "--dummy-flags" | 345 "--dummy-flags" |
| 334 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", |
| 335 "name": "dm" | 348 "name": "dm" |
| 336 }, | 349 }, |
| 337 { | 350 { |
| 338 "cmd": [ | 351 "cmd": [ |
| 339 "python", | 352 "python", |
| 340 "-u", | 353 "-u", |
| 341 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", | 354 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", |
| 342 "[SLAVE_BUILD]/dm", | 355 "[SLAVE_BUILD]/dm", |
| 343 "164710", | 356 "164710", |
| 344 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", | 357 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", |
| 345 "5", | 358 "5", |
| 346 "500", | 359 "500", |
| 347 "[SLAVE_BUILD]/skia/common/py/utils" | 360 "[SLAVE_BUILD]/skia/common/py/utils" |
| 348 ], | 361 ], |
| 349 "cwd": "[SLAVE_BUILD]/skia", | 362 "cwd": "[SLAVE_BUILD]/skia", |
| 350 "name": "Upload DM Results" | 363 "name": "Upload DM Results" |
| 351 } | 364 } |
| 352 ] | 365 ] |
| OLD | NEW |