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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json

Issue 1153933004: Flip GN bots to be purely driven by //testing/buildbot/*.json files for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add comment explaining the lack of android tests Created 5 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json b/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json
index d1146c877e8651cdcbfd0139c899f83bfd054424..9bcbeccde0792df802cac09878109dee5eb59547 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win8_GN__dbg_.json
@@ -165,12 +165,50 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]\\gn.py",
- "--root=[SLAVE_BUILD]\\src",
- "check",
- "//out/Debug"
+ "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Debug"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "start_crash_service"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\runtest.py",
+ "--target",
+ "Debug",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win8 GN (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win8 GN (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--annotate=gtest",
+ "--test-type=base_unittests",
+ "--step-name=base_unittests",
+ "--test-launcher-summary-output",
+ "/path/to/tmp/json",
+ "--generate-json-file",
+ "-o",
+ "gtest-results/base_unittests.exe",
+ "--builder-name=Win8 GN (dbg)",
+ "--slave-name=TestSlavename",
+ "--build-number=571",
+ "base_unittests.exe"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "base_unittests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\process_dumps.py",
+ "--target",
+ "Debug"
],
"cwd": "[SLAVE_BUILD]",
- "name": "gn check"
+ "name": "process_dumps"
}
]

Powered by Google App Engine
This is Rietveld 408576698