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

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

Issue 1076723002: V8 Buildbot: Split x87 into builder/tester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Review Created 5 years, 8 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_Linux___x87___nosnap___debug.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
index 0c2129c96fde04955b4539a6f0dd950a635ab74e..2722b4c7e683c49026e9ce5ce6f667c6f66b6f40 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
@@ -19,7 +19,7 @@
"--output_json",
"/path/to/tmp/json",
"--revision",
- "v8@20123",
+ "v8@54321",
"--no_shallow",
"--output_manifest"
],
@@ -72,20 +72,37 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/compile.py",
+ "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
+ "[SLAVE_BUILD]/v8/out/Debug"
+ ],
+ "name": "rmtree build directory",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/extract_build.py",
"--target",
"Debug",
+ "--build-url",
+ "gs://chromium-v8/v8-linux-x87-nosnap-dbg",
"--src-dir",
- "[SLAVE_BUILD]/v8",
- "--build-tool",
- "make",
- "--compiler",
- "goma",
- "--goma-dir",
- "[BUILD]/goma",
- "--"
+ "v8",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"V8 Linux - x87 - nosnap - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Linux - x87 - nosnap - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"V8 Linux - x87 - nosnap - debug\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Linux - x87 - nosnap - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
],
- "name": "compile"
+ "name": "extract build"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698