Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json

Issue 1823183002: Run Sizes on Windows perf builders (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "goma", 174 "goma",
175 "--goma-jsonstatus", 175 "--goma-jsonstatus",
176 "/path/to/tmp/json", 176 "/path/to/tmp/json",
177 "--mode", 177 "--mode",
178 "official", 178 "official",
179 "--goma-dir", 179 "--goma-dir",
180 "[BUILD]\\goma", 180 "[BUILD]\\goma",
181 "--goma-hermetic", 181 "--goma-hermetic",
182 "fallback", 182 "fallback",
183 "--", 183 "--",
184 "chrome",
184 "chromium_builder_perf", 185 "chromium_builder_perf",
185 "crash_service" 186 "crash_service"
186 ], 187 ],
187 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
188 "name": "compile", 189 "name": "compile",
189 "~followup_annotations": [ 190 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 193 ]
193 }, 194 },
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 1154 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
1154 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 1155 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
1155 } 1156 }
1156 } 1157 }
1157 ], 1158 ],
1158 "~followup_annotations": [ 1159 "~followup_annotations": [
1159 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@" 1160 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@"
1160 ] 1161 ]
1161 }, 1162 },
1162 { 1163 {
1164 "cmd": [
1165 "python",
1166 "-u",
1167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
1168 "--target",
1169 "Release_x64"
1170 ],
1171 "cwd": "[SLAVE_BUILD]",
1172 "name": "start_crash_service"
1173 },
1174 {
1175 "allow_subannotations": true,
1176 "cmd": [
1177 "python",
1178 "-u",
1179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1180 "--target",
1181 "Release_x64",
1182 "--no-xvfb",
1183 "--factory-properties",
1184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
1185 "--build-properties",
1186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
1187 "--test-type=sizes",
1188 "--builder-name=Win x64 Builder",
1189 "--slave-name=TestSlavename",
1190 "--build-number=571",
1191 "--run-python-script",
1192 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
1193 "--target",
1194 "Release_x64",
1195 "--platform",
1196 "win"
1197 ],
1198 "cwd": "[SLAVE_BUILD]",
1199 "name": "sizes"
1200 },
1201 {
1202 "cmd": [
1203 "python",
1204 "-u",
1205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
1206 "--target",
1207 "Release_x64"
1208 ],
1209 "cwd": "[SLAVE_BUILD]",
1210 "name": "process_dumps"
1211 },
1212 {
1163 "name": "$result", 1213 "name": "$result",
1164 "recipe_result": null, 1214 "recipe_result": null,
1165 "status_code": 0 1215 "status_code": 0
1166 } 1216 }
1167 ] 1217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698