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

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

Issue 2456053008: Revert of Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Created 4 years, 2 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 d848d9a02ce6310176902a866dd111f7cddb704d..abb3423be0e89bbab6896fc71a28c42b65c6d57d 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -3,7 +3,6 @@
# found in the LICENSE file.
from . import steps
-import time
RESULTS_URL = 'https://chromeperf.appspot.com'
@@ -187,28 +186,6 @@
'enable_swarming': True,
'use_isolate': True,
},
- 'WebKit Linux - RandomOrder':{
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb','ninja_confirm_noop'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'compile_targets': [
- 'blink_tests',
- ],
- 'tests': [
- steps.BlinkTest(extra_args=[
- '--order=random',
- ]),
- ],
- 'testing': {
- 'platform': 'linux',
- },
- 'enable_swarming': True,
- 'use_isolate': True,
- },
'WebKit Mac - WPTServe':{
'chromium_config': 'chromium',
'chromium_apply_config': ['mb','ninja_confirm_noop'],

Powered by Google App Engine
This is Rietveld 408576698