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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___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 - debug", 10 "V8 Linux - 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 - debug\", \"buildnumber\": 571, \"mastername\": \"cli ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - debug\", \"buildnumber\": 571, \"mastername\": \"cli ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
95 "--build-properties", 95 "--build-properties",
96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - debug\", \"buildnumber\": 571, \"mastername\": \"cli ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux - debug\", \"buildnumber\": 571, \"mastername\": \"cli ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"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 "unittests", 110 "unittests",
111 "--no-variants", 111 "--no-variants",
112 "--json-test-results", 112 "--json-test-results",
113 "/path/to/tmp/json" 113 "/path/to/tmp/json"
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]/v8", 115 "cwd": "[SLAVE_BUILD]/v8",
116 "name": "Unittests" 116 "name": "Unittests"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 122 "RECIPE_MODULE[v8]/resources/v8testing.py",
123 "--target", 123 "--target",
124 "Debug", 124 "Debug",
125 "--arch", 125 "--arch",
126 "ia32", 126 "ia32",
127 "--testname", 127 "--testname",
128 "default", 128 "default",
129 "--flaky-tests", 129 "--flaky-tests",
130 "skip", 130 "skip",
131 "--json-test-results", 131 "--json-test-results",
132 "/path/to/tmp/json" 132 "/path/to/tmp/json"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]/v8", 134 "cwd": "[SLAVE_BUILD]/v8",
135 "name": "Check" 135 "name": "Check"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 141 "RECIPE_MODULE[v8]/resources/v8testing.py",
142 "--target", 142 "--target",
143 "Debug", 143 "Debug",
144 "--arch", 144 "--arch",
145 "ia32", 145 "ia32",
146 "--testname", 146 "--testname",
147 "default", 147 "default",
148 "--flaky-tests", 148 "--flaky-tests",
149 "run", 149 "run",
150 "--json-test-results", 150 "--json-test-results",
151 "/path/to/tmp/json" 151 "/path/to/tmp/json"
152 ], 152 ],
153 "cwd": "[SLAVE_BUILD]/v8", 153 "cwd": "[SLAVE_BUILD]/v8",
154 "name": "Check - flaky" 154 "name": "Check - flaky"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 160 "RECIPE_MODULE[v8]/resources/v8testing.py",
161 "--target", 161 "--target",
162 "Debug", 162 "Debug",
163 "--arch", 163 "--arch",
164 "ia32", 164 "ia32",
165 "--testname", 165 "--testname",
166 "benchmarks", 166 "benchmarks",
167 "--json-test-results", 167 "--json-test-results",
168 "/path/to/tmp/json" 168 "/path/to/tmp/json"
169 ], 169 ],
170 "cwd": "[SLAVE_BUILD]/v8", 170 "cwd": "[SLAVE_BUILD]/v8",
171 "name": "Benchmarks" 171 "name": "Benchmarks"
172 }, 172 },
173 { 173 {
174 "cmd": [ 174 "cmd": [
175 "python", 175 "python",
176 "-u", 176 "-u",
177 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 177 "RECIPE_MODULE[v8]/resources/v8testing.py",
178 "--target", 178 "--target",
179 "Debug", 179 "Debug",
180 "--arch", 180 "--arch",
181 "ia32", 181 "ia32",
182 "--testname", 182 "--testname",
183 "mozilla", 183 "mozilla",
184 "--json-test-results", 184 "--json-test-results",
185 "/path/to/tmp/json" 185 "/path/to/tmp/json"
186 ], 186 ],
187 "cwd": "[SLAVE_BUILD]/v8", 187 "cwd": "[SLAVE_BUILD]/v8",
188 "name": "Mozilla" 188 "name": "Mozilla"
189 } 189 }
190 ] 190 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698