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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase 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_chromiumos.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
index 80571c05b7896e4fd11b43b5f14a95c0f2a3b58a..c321966baa8570001bd7ef826e338fd0d33b5f74 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
@@ -95,11 +95,6 @@ SPEC = {
'TARGET_BITS': 64,
},
'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'parent_buildername': 'Linux ChromiumOS Builder',
'testing': {
'platform': 'linux',
@@ -134,11 +129,6 @@ SPEC = {
'TARGET_BITS': 64,
},
'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'parent_buildername': 'Linux ChromiumOS Ozone Builder',
'testing': {
'platform': 'linux',
@@ -174,11 +164,6 @@ SPEC = {
'TARGET_BITS': 64,
},
'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
'parent_buildername': 'Linux ChromiumOS Builder (dbg)',
'testing': {
'platform': 'linux',

Powered by Google App Engine
This is Rietveld 408576698