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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json
index a0387d52b48eb39ac13d6e04aaf765394d4aa66a..a1e3093066ff68f44d1c16d05fd5db4e1ccc7965 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json
@@ -324,14 +324,12 @@
"--isolate-server",
"https://isolateserver.appspot.com",
"--verbose",
- "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json",
- "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json"
+ "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json"
],
"name": "isolate tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -406,7 +404,7 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
+ "--random-seed=-976563914",
"bot_default",
"--no-snap",
"--exhaustive-variants",
@@ -507,7 +505,7 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
+ "--random-seed=-976563914",
"bot_default",
"--no-snap",
"--variants=extra",
@@ -579,7 +577,7 @@
"--tag",
"buildnumber:571",
"--tag",
- "data:[dummy hash for ignition]",
+ "data:[dummy hash for bot_default]",
"--tag",
"master:client.v8",
"--tag",
@@ -597,7 +595,7 @@
"--tag",
"stepname:Ignition - turbofan on Windows-7-SP1",
"--idempotent",
- "[dummy hash for ignition]",
+ "[dummy hash for bot_default]",
"--",
"--progress=verbose",
"--mode",
@@ -608,8 +606,8 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
- "ignition",
+ "--random-seed=-976563914",
+ "bot_default",
"--ignition-turbofan",
"--no-snap",
"--variants=ignition_turbofan",

Powered by Google App Engine
This is Rietveld 408576698