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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___test262___debug.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - test262 - debug", 10 "V8 Linux - test262 - debug",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - test262 - debug\", \"buildnumber\": 571, \"masternam e\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"pare nt_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - test262 - debug\", \"buildnumber\": 571, \"masternam e\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"pare nt_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
95 "--build-properties", 95 "--build-properties",
96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - test262 - debug\", \"buildnumber\": 571, \"masternam e\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"pare nt_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - test262 - debug\", \"buildnumber\": 571, \"masternam e\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"pare nt_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
97 ], 97 ],
98 "name": "extract build" 98 "name": "extract build"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "python", 102 "python",
103 "-u", 103 "-u",
104 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 104 "RECIPE_MODULE[v8]/resources/v8testing.py",
105 "--target", 105 "--target",
106 "Debug", 106 "Debug",
107 "--arch", 107 "--arch",
108 "ia32", 108 "ia32",
109 "--testname", 109 "--testname",
110 "test262", 110 "test262",
111 "--json-test-results", 111 "--json-test-results",
112 "/path/to/tmp/json" 112 "/path/to/tmp/json"
113 ], 113 ],
114 "cwd": "[SLAVE_BUILD]/v8", 114 "cwd": "[SLAVE_BUILD]/v8",
115 "name": "Test262" 115 "name": "Test262"
116 } 116 }
117 ] 117 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698