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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_10_Low_End_Perf_Tests.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json
index 6b6528e967488b3a6299889fd49e44a7a61b87b1..60b1f35c15758472198786ac32adc93deeb3324b 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json
@@ -277,6 +277,17 @@
"cmd": [
"python",
"-u",
+ "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
+ "--build-dir",
+ "[BUILDER_CACHE]\\Win_Builder_FYI\\src\\out\\Release_x64",
+ "--clean-isolated-files"
+ ],
+ "name": "clean isolated files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILDER_CACHE]\\Win_Builder_FYI\\src\\tools\\mb\\mb.py",
"gen",
"-m",
@@ -287,13 +298,19 @@
"[BUILDER_CACHE]\\Win_Builder_FYI\\src\\tools\\mb\\mb_config.pyl",
"--goma-dir",
"[CACHE]\\cipd\\goma",
+ "--swarming-targets-file",
+ "browser_tests\n",
"//out/Release_x64"
],
"cwd": "[BUILDER_CACHE]\\Win_Builder_FYI\\src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
},
- "name": "generate_build_files"
+ "name": "generate_build_files",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
+ "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
+ ]
},
{
"cmd": [
@@ -334,6 +351,8 @@
"--goma-dir",
"[CACHE]\\cipd\\goma",
"--",
+ "browser_tests",
+ "browser_tests_run",
"chrome",
"chromium_builder_perf"
],
@@ -347,6 +366,39 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILDER_CACHE]\\Win_Builder_FYI\\src\\tools\\determinism\\remove_build_metadata.py",
+ "--build-dir",
+ "[BUILDER_CACHE]\\Win_Builder_FYI\\src\\out\\Release_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "remove_build_metadata"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
+ "[BUILDER_CACHE]\\Win_Builder_FYI\\src\\tools\\swarming_client",
+ "batcharchive",
+ "--dump-json",
+ "/path/to/tmp/json",
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "--verbose",
+ "[BUILDER_CACHE]\\Win_Builder_FYI\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
+ ],
+ "name": "isolate tests",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for browser_tests]\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_10_Low_End_Perf_Tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698