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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md b/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
index 4e794380a5ab959e38ef8877e1819d4e9cbab936..7f68b91c661dd158fcaff387c9cc090086b47723 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
@@ -145,19 +145,6 @@ Add it to the JSON test spec. Example ([`src/testing/buildbot/chromium.linux.jso
]
}
-Note that this relies on gtest generator in the bot configuration in the
-`chromium_tests` module. For example, given the file [`scripts/slave/recipe_modules/chromium_tests/chromium_linux.py`](https://code.google.com/p/chromium/codesearch#chromium/build/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py)
-, you would need:
-
- 'Linux Builder': {
- ...
- 'test_generators': [
- steps.generate_gtest,
- ...
- ],
- ...
- },
-
Changes to the JSON file can be tested on the trybots, and you can verify that
they take effect and build still passes.

Powered by Google App Engine
This is Rietveld 408576698