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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.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_webrtc_fyi_Win_GN.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.json b/scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.json
index a96bc572402abc9f23a033e0e803a4989128741c..acd13deb861ffac33ea7c92aa45e2774a9d4df4e 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.json
@@ -177,12 +177,50 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]\\gn.py",
- "--root=[SLAVE_BUILD]\\src",
- "check",
- "//out/Release"
+ "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "start_crash_service"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\runtest.py",
+ "--target",
+ "Release",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"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=Win GN",
+ "--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",
+ "Release"
],
"cwd": "[SLAVE_BUILD]",
- "name": "gn check"
+ "name": "process_dumps"
}
]

Powered by Google App Engine
This is Rietveld 408576698