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

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

Issue 2484343002: Drop Precise blink builders on chromium.webkit, add corresponding Trusty builders. (Closed)
Patch Set: Add ninja_confirm_noop and rerun recipe tests Created 4 years, 1 month 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
« no previous file with comments | « masters/master.chromium.webkit/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
index 59beb5a39941d7c3b645f9ff332e14fc6b2c4fb7..19aac85b982655f86832b65f2a1fab99666c1b58 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
@@ -298,30 +298,9 @@ SPEC['builders'] = {
'use_isolate': True,
'checkout_dir': 'mac_layout',
},
- 'WebKit Linux Precise': {
- '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(),
- ],
- 'testing': {
- 'platform': 'linux',
- },
- 'enable_swarming': True,
- 'use_isolate': True,
- 'checkout_dir': 'linux_layout',
- },
'WebKit Linux Trusty': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -340,7 +319,7 @@ SPEC['builders'] = {
'use_isolate': True,
'checkout_dir': 'linux_layout',
},
- 'WebKit Linux Precise ASAN': {
+ 'WebKit Linux Trusty ASAN': {
'chromium_config': 'chromium_clang',
'chromium_apply_config': ['asan', 'mb'],
'gclient_config': 'chromium',
@@ -364,7 +343,7 @@ SPEC['builders'] = {
'use_isolate': True,
'checkout_dir': 'linux_layout',
},
- 'WebKit Linux Precise MSAN': {
+ 'WebKit Linux Trusty MSAN': {
'chromium_config': 'chromium_clang',
'gclient_config': 'chromium',
'chromium_apply_config': [
@@ -394,7 +373,7 @@ SPEC['builders'] = {
'use_isolate': True,
'checkout_dir': 'linux_layout',
},
- 'WebKit Linux Precise (dbg)': {
+ 'WebKit Linux Trusty (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
@@ -451,7 +430,7 @@ SPEC['builders'] = {
'platform': 'linux',
},
},
- 'WebKit Linux Precise Leak': {
+ 'WebKit Linux Trusty Leak': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
« no previous file with comments | « masters/master.chromium.webkit/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698