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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1556393002: V8 Buildbot: Add ignition tests to pure release trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nodcheck_rel.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index ddfa3a7e096898ca68b4bdd13b1d090953b7aa0a..78dd1321291afe1ed610c82ca514047eb99a54b7 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1627,7 +1627,15 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing, Test262Variants_2, Mozilla, Benchmarks, SimdJs],
+ 'tests': [
+ V8Testing,
+ Test262Variants_2,
+ Test262Ignition,
+ Ignition,
+ Mozilla,
+ Benchmarks,
+ SimdJs,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_dbg': {
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nodcheck_rel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698