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

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

Issue 2302233002: Deprecate Chromium Linux32 Goma Canary (clobber) (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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 9bfb6567e5843d4955701185a595804817f1b738..c6a15fb5736e2e01ff0935e3d661a3aaef0c2079 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1211,21 +1211,6 @@ SPEC = {
'platform': 'linux'
}
},
- 'Chromium Linux32 Goma Canary (clobber)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['clobber', 'goma_canary', 'mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'compile_targets': [ 'chromium_builder_tests' ],
- 'goma_canary': True,
- 'tests': steps.GOMA_TESTS,
- 'testing': {
- 'platform': 'linux'
- }
- },
'Chromium Linux Precise Goma LinkTest': {
'chromium_config': 'chromium',
'chromium_apply_config': ['goma_canary', 'goma_linktest', 'mb'],

Powered by Google App Engine
This is Rietveld 408576698