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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json
index b45bf1e0e544a80565ffb2de14dc116fa6634c19..c866a069a89c954b465a468904eaf60cf3d12730 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json
@@ -181,6 +181,7 @@
"--goma-hermetic",
"fallback",
"--",
+ "chrome",
"chromium_builder_perf",
"crash_service"
],
@@ -1160,6 +1161,55 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Release_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "start_crash_service"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
+ "--target",
+ "Release_x64",
+ "--no-xvfb",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--test-type=sizes",
+ "--builder-name=Win x64 Builder",
+ "--slave-name=TestSlavename",
+ "--build-number=571",
+ "--run-python-script",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
+ "--target",
+ "Release_x64",
+ "--platform",
+ "win"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "sizes"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
+ "--target",
+ "Release_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "process_dumps"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698