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

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

Issue 2367893002: Remove 'ChromiumOS GN' builders from master.chromium.chromiumos. (Closed)
Patch Set: remove builder pools per review comments 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 c1640808ced570a7676b49c59e12234bee99d040..80571c05b7896e4fd11b43b5f14a95c0f2a3b58a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
@@ -106,26 +106,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Linux ChromiumOS GN': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_PLATFORM': 'chromeos',
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'checkout_dir': 'linux_chromium_gn_chromeos',
- 'testing': {
- 'platform': 'linux',
- },
- },
-
'Linux ChromiumOS Ozone Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': ['chromeos', 'mb', 'ninja_confirm_noop', 'ozone'],
@@ -205,25 +185,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Linux ChromiumOS GN (dbg)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'chromeos',
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'checkout_dir': 'linux_chromium_gn_chromeos',
- 'testing': {
- 'platform': 'linux',
- },
- },
},
}
« no previous file with comments | « masters/master.chromium.chromiumos/builders.pyl ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698