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

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

Issue 1920863007: Add sizes test to chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused bots and bot code. Created 4 years, 7 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "/path/to/tmp/json", 238 "/path/to/tmp/json",
239 "--goma-service-account-json-file", 239 "--goma-service-account-json-file",
240 "C:\\creds\\service_accounts\\service-account-goma-client.json", 240 "C:\\creds\\service_accounts\\service-account-goma-client.json",
241 "--mode", 241 "--mode",
242 "official", 242 "official",
243 "--goma-dir", 243 "--goma-dir",
244 "[CACHE]\\cipd\\goma", 244 "[CACHE]\\cipd\\goma",
245 "--goma-hermetic", 245 "--goma-hermetic",
246 "fallback", 246 "fallback",
247 "--", 247 "--",
248 "chrome",
249 "chromium_builder_perf" 248 "chromium_builder_perf"
250 ], 249 ],
251 "cwd": "[SLAVE_BUILD]", 250 "cwd": "[SLAVE_BUILD]",
252 "env": { 251 "env": {
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
254 }, 253 },
255 "name": "compile", 254 "name": "compile",
256 "~followup_annotations": [ 255 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
258 "@@@STEP_LOG_END@json.output (invalid)@@@" 257 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 1219 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
1221 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 1220 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
1222 } 1221 }
1223 } 1222 }
1224 ], 1223 ],
1225 "~followup_annotations": [ 1224 "~followup_annotations": [
1226 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@" 1225 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@"
1227 ] 1226 ]
1228 }, 1227 },
1229 { 1228 {
1230 "allow_subannotations": true,
1231 "cmd": [
1232 "python",
1233 "-u",
1234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1235 "--target",
1236 "Release_x64",
1237 "--no-xvfb",
1238 "--factory-properties",
1239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildern ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
1240 "--build-properties",
1241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildern ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
1242 "--test-type=sizes",
1243 "--builder-name=Win x64 Builder",
1244 "--slave-name=TestSlavename",
1245 "--build-number=571",
1246 "--run-python-script",
1247 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
1248 "--target",
1249 "Release_x64",
1250 "--platform",
1251 "win"
1252 ],
1253 "cwd": "[SLAVE_BUILD]",
1254 "name": "sizes"
1255 },
1256 {
1257 "cmd": [
1258 "python",
1259 "-u",
1260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
1261 "--target",
1262 "Release_x64"
1263 ],
1264 "cwd": "[SLAVE_BUILD]",
1265 "name": "process_dumps"
1266 },
1267 {
1268 "name": "$result", 1229 "name": "$result",
1269 "recipe_result": null, 1230 "recipe_result": null,
1270 "status_code": 0 1231 "status_code": 0
1271 } 1232 }
1272 ] 1233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698