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

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

Issue 1556323003: V8 Buildbot: Switch ignition tests to v8-side test set. (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/recipe_modules/v8/testing.py » ('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 b359e65bba0eff0a2571effbc2265a23f3c0dd3c..ddfa3a7e096898ca68b4bdd13b1d090953b7aa0a 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -23,7 +23,7 @@ GCMole = TestStepConfig('gcmole')
Mjsunit = TestStepConfig('mjsunit')
Mjsunit_2 = TestStepConfig('mjsunit', shards=2)
Mjsunit_3 = TestStepConfig('mjsunit', shards=3)
-MjsunitIgnition = TestStepConfig('mjsunit_ignition')
+Ignition = TestStepConfig('ignition')
MjsunitSPFrameAccess = TestStepConfig('mjsunit_sp_frame_access')
Mozilla = TestStepConfig('mozilla')
OptimizeForSize = TestStepConfig('optimize_for_size')
@@ -169,7 +169,7 @@ BUILDERS = {
SimdJs,
Test262Variants_2,
Mozilla,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -245,7 +245,7 @@ BUILDERS = {
Test262Variants_3,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -519,7 +519,7 @@ BUILDERS = {
Test262Variants_2,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -555,7 +555,7 @@ BUILDERS = {
Test262Variants_3,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -901,7 +901,7 @@ BUILDERS = {
Benchmarks,
OptimizeForSize,
SimdJs,
- MjsunitIgnition,
+ Ignition,
Test262Ignition,
],
'enable_swarming': True,
@@ -995,7 +995,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1014,7 +1014,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1087,7 +1087,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1106,7 +1106,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1600,7 +1600,7 @@ BUILDERS = {
Mozilla,
Benchmarks,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1644,7 +1644,7 @@ BUILDERS = {
Mozilla,
Benchmarks,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -1718,7 +1718,7 @@ BUILDERS = {
OptimizeForSize,
Test262Variants_2,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
],
@@ -2122,7 +2122,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition_2,
],
@@ -2141,7 +2141,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition_2,
],
@@ -2184,7 +2184,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition_2,
],
@@ -2203,7 +2203,7 @@ BUILDERS = {
Test262,
Mozilla,
SimdJs,
- MjsunitIgnition,
+ Ignition,
MjsunitSPFrameAccess,
Test262Ignition_2,
],
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/testing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698