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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_chromiumos_Linux_ChromiumOS_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_chromiumos_Linux_ChromiumOS_GN__dbg_.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_chromium_chromiumos_Linux_ChromiumOS_GN__dbg_.json b/scripts/slave/recipes/chromium_gn.expected/full_chromium_chromiumos_Linux_ChromiumOS_GN__dbg_.json
index cda5ef047176aa4d2610a254633a0237f2dd76b0..514c233da9857580638a20b5704d292c2735a30c 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_chromium_chromiumos_Linux_ChromiumOS_GN__dbg_.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_chromium_chromiumos_Linux_ChromiumOS_GN__dbg_.json
@@ -162,15 +162,32 @@
"name": "compile"
},
{
+ "allow_subannotations": true,
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gn.py",
- "--root=[SLAVE_BUILD]/src",
- "check",
- "//out/Debug"
+ "[BUILD]/scripts/slave/runtest.py",
+ "--target",
+ "Debug",
+ "--xvfb",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux ChromiumOS GN (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux ChromiumOS GN (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"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",
+ "--builder-name=Linux ChromiumOS GN (dbg)",
+ "--slave-name=TestSlavename",
+ "--build-number=571",
+ "base_unittests"
],
"cwd": "[SLAVE_BUILD]",
- "name": "gn check"
+ "name": "base_unittests"
}
]

Powered by Google App Engine
This is Rietveld 408576698