| 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 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py", | 46 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py", |
| 46 ".", | 47 ".", |
| 47 "[DEPOT_TOOLS]\\gclient.bat" | 48 "[DEPOT_TOOLS]\\gclient.bat" |
| 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 12 matching lines...) Expand all Loading... |
| 128 "name": "build nanobench" | 133 "name": "build nanobench" |
| 129 }, | 134 }, |
| 130 { | 135 { |
| 131 "cmd": [ | 136 "cmd": [ |
| 132 "python", | 137 "python", |
| 133 "-u", | 138 "-u", |
| 134 "\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", | 139 "\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", |
| 135 "[SLAVE_BUILD]\\tmp", | 140 "[SLAVE_BUILD]\\tmp", |
| 136 "511" | 141 "511" |
| 137 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "makedirs tmp_dir", | 144 "name": "makedirs tmp_dir", |
| 139 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@python.inline@@@@", | 146 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 147 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 142 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 148 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 149 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 144 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 150 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 145 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 146 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 152 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 147 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 153 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 148 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 154 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 149 "@@@STEP_LOG_END@python.inline@@@" | 155 "@@@STEP_LOG_END@python.inline@@@" |
| 150 ] | 156 ] |
| 151 }, | 157 }, |
| 152 { | 158 { |
| 153 "cmd": [ | 159 "cmd": [ |
| 154 "python", | 160 "python", |
| 155 "-u", | 161 "-u", |
| 156 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 162 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 157 "[SLAVE_BUILD]\\skia\\SKP_VERSION", | 163 "[SLAVE_BUILD]\\skia\\SKP_VERSION", |
| 158 "/path/to/tmp/" | 164 "/path/to/tmp/" |
| 159 ], | 165 ], |
| 166 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "Get expected SKP_VERSION" | 167 "name": "Get expected SKP_VERSION" |
| 161 }, | 168 }, |
| 162 { | 169 { |
| 163 "cmd": [ | 170 "cmd": [ |
| 164 "python", | 171 "python", |
| 165 "-u", | 172 "-u", |
| 166 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 173 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 167 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 174 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", |
| 168 "/path/to/tmp/" | 175 "/path/to/tmp/" |
| 169 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "Get downloaded SKP_VERSION" | 178 "name": "Get downloaded SKP_VERSION" |
| 171 }, | 179 }, |
| 172 { | 180 { |
| 173 "cmd": [ | 181 "cmd": [ |
| 174 "python", | 182 "python", |
| 175 "-u", | 183 "-u", |
| 176 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 184 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 177 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data" | 185 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data" |
| 178 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "rmtree data", | 188 "name": "rmtree data", |
| 180 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 181 "@@@STEP_LOG_LINE@python.inline@@@@", | 190 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 191 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 192 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 194 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 195 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 187 "@@@STEP_LOG_END@python.inline@@@" | 196 "@@@STEP_LOG_END@python.inline@@@" |
| 188 ] | 197 ] |
| 189 }, | 198 }, |
| 190 { | 199 { |
| 191 "cmd": [ | 200 "cmd": [ |
| 192 "python", | 201 "python", |
| 193 "-u", | 202 "-u", |
| 194 "\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", | 203 "\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", |
| 195 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", | 204 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", |
| 196 "511" | 205 "511" |
| 197 ], | 206 ], |
| 207 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "makedirs data", | 208 "name": "makedirs data", |
| 199 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@python.inline@@@@", | 210 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 211 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 212 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 213 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 214 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 215 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 216 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 217 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "MSVC", | 272 "MSVC", |
| 263 "cpu_or_gpu", | 273 "cpu_or_gpu", |
| 264 "GPU", | 274 "GPU", |
| 265 "cpu_or_gpu_value", | 275 "cpu_or_gpu_value", |
| 266 "HD2000", | 276 "HD2000", |
| 267 "model", | 277 "model", |
| 268 "ShuttleA", | 278 "ShuttleA", |
| 269 "os", | 279 "os", |
| 270 "Win7" | 280 "Win7" |
| 271 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "nanobench" | 283 "name": "nanobench" |
| 273 }, | 284 }, |
| 274 { | 285 { |
| 275 "cmd": [ | 286 "cmd": [ |
| 276 "python", | 287 "python", |
| 277 "-u", | 288 "-u", |
| 278 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", | 289 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", |
| 279 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-Trybot", | 290 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-Trybot", |
| 280 "5", | 291 "5", |
| 281 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", | 292 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", |
| 282 "164710", | 293 "164710", |
| 283 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", | 294 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", |
| 284 "500" | 295 "500" |
| 285 ], | 296 ], |
| 286 "cwd": "[SLAVE_BUILD]\\skia", | 297 "cwd": "[SLAVE_BUILD]\\skia", |
| 287 "name": "Upload Nanobench Results" | 298 "name": "Upload Nanobench Results" |
| 288 } | 299 } |
| 289 ] | 300 ] |
| OLD | NEW |