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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win_chromium_gn_x64_rel.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_tryserver_chromium_win_win_chromium_gn_x64_rel.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win_chromium_gn_x64_rel.json b/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win_chromium_gn_x64_rel.json
index 19c3644ba31a73fc05a6a2014cb1d4b627895716..31baec1976f04a1e248352e02f5ddfdea8448816 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win_chromium_gn_x64_rel.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win_chromium_gn_x64_rel.json
@@ -261,12 +261,50 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]\\gn.py",
- "--root=[SLAVE_BUILD]\\src",
- "check",
- "//out/Release_x64"
+ "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Release_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "start_crash_service"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\runtest.py",
+ "--target",
+ "Release_x64",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"win_chromium_gn_x64_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_gn\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"win_chromium_gn_x64_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_gn\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--annotate=gtest",
+ "--test-type=base_unittests",
+ "--step-name=base_unittests (with patch)",
+ "--test-launcher-summary-output",
+ "/path/to/tmp/json",
+ "--generate-json-file",
+ "-o",
+ "gtest-results/base_unittests.exe",
+ "--builder-name=win_chromium_gn_x64_rel",
+ "--slave-name=TestSlavename",
+ "--build-number=571",
+ "base_unittests.exe"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "base_unittests (with patch)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\process_dumps.py",
+ "--target",
+ "Release_x64"
],
"cwd": "[SLAVE_BUILD]",
- "name": "gn check"
+ "name": "process_dumps"
}
]

Powered by Google App Engine
This is Rietveld 408576698