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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_linux.py

Issue 602963002: Use only one tester for debug Linux since we're swarming the tests now. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_linux.py b/scripts/slave/recipe_modules/chromium/chromium_linux.py
index 014c2ea5d689d8351fd6d32b98cd2d075227afab..872088f187b56c2dcb610abaa1db402c4f98bd3e 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_linux.py
@@ -109,7 +109,7 @@ SPEC = {
'enable_swarming': True,
'use_isolate': True,
},
- 'Linux Tests (dbg)(1)': {
+ 'Linux Tests (dbg)': {
'recipe_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -120,6 +120,7 @@ SPEC = {
steps.generate_gtest,
],
'tests': [
+ steps.NaclIntegrationTest(),
steps.TelemetryUnitTests(),
steps.TelemetryPerfUnitTests(),
],
@@ -129,25 +130,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Linux Tests (dbg)(2)': {
- 'recipe_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- ],
- 'tests': [
- steps.NaclIntegrationTest(),
- ],
- 'parent_buildername': 'Linux Builder (dbg)',
- 'testing': {
- 'platform': 'linux',
- },
- 'enable_swarming': True,
- },
'Linux Clang (dbg)': {
'recipe_config': 'chromium_clang',

Powered by Google App Engine
This is Rietveld 408576698