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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "--arch", 84 "--arch",
85 "x64", 85 "x64",
86 "--" 86 "--"
87 ], 87 ],
88 "name": "compile" 88 "name": "compile"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 94 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
95 "--target", 95 "--target",
96 "Release", 96 "Release",
97 "--arch", 97 "--arch",
98 "x64", 98 "x64",
99 "--testname", 99 "--testname",
100 "unittests", 100 "unittests",
101 "--no-variants", 101 "--no-variants",
102 "--json-test-results", 102 "--json-test-results",
103 "/path/to/tmp/json" 103 "/path/to/tmp/json"
104 ], 104 ],
105 "cwd": "[SLAVE_BUILD]\\v8", 105 "cwd": "[SLAVE_BUILD]\\v8",
106 "name": "Unittests" 106 "name": "Unittests"
107 }, 107 },
108 { 108 {
109 "cmd": [ 109 "cmd": [
110 "python", 110 "python",
111 "-u", 111 "-u",
112 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 112 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
113 "--target", 113 "--target",
114 "Release", 114 "Release",
115 "--arch", 115 "--arch",
116 "x64", 116 "x64",
117 "--testname", 117 "--testname",
118 "default", 118 "default",
119 "--flaky-tests", 119 "--flaky-tests",
120 "skip", 120 "skip",
121 "--json-test-results", 121 "--json-test-results",
122 "/path/to/tmp/json" 122 "/path/to/tmp/json"
123 ], 123 ],
124 "cwd": "[SLAVE_BUILD]\\v8", 124 "cwd": "[SLAVE_BUILD]\\v8",
125 "name": "Check" 125 "name": "Check"
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 131 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
132 "--target", 132 "--target",
133 "Release", 133 "Release",
134 "--arch", 134 "--arch",
135 "x64", 135 "x64",
136 "--testname", 136 "--testname",
137 "default", 137 "default",
138 "--flaky-tests", 138 "--flaky-tests",
139 "run", 139 "run",
140 "--json-test-results", 140 "--json-test-results",
141 "/path/to/tmp/json" 141 "/path/to/tmp/json"
142 ], 142 ],
143 "cwd": "[SLAVE_BUILD]\\v8", 143 "cwd": "[SLAVE_BUILD]\\v8",
144 "name": "Check - flaky" 144 "name": "Check - flaky"
145 }, 145 },
146 { 146 {
147 "cmd": [ 147 "cmd": [
148 "python", 148 "python",
149 "-u", 149 "-u",
150 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 150 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
151 "--target", 151 "--target",
152 "Release", 152 "Release",
153 "--arch", 153 "--arch",
154 "x64", 154 "x64",
155 "--testname", 155 "--testname",
156 "webkit", 156 "webkit",
157 "--flaky-tests", 157 "--flaky-tests",
158 "skip", 158 "skip",
159 "--json-test-results", 159 "--json-test-results",
160 "/path/to/tmp/json" 160 "/path/to/tmp/json"
161 ], 161 ],
162 "cwd": "[SLAVE_BUILD]\\v8", 162 "cwd": "[SLAVE_BUILD]\\v8",
163 "name": "Webkit" 163 "name": "Webkit"
164 }, 164 },
165 { 165 {
166 "cmd": [ 166 "cmd": [
167 "python", 167 "python",
168 "-u", 168 "-u",
169 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 169 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
170 "--target", 170 "--target",
171 "Release", 171 "Release",
172 "--arch", 172 "--arch",
173 "x64", 173 "x64",
174 "--testname", 174 "--testname",
175 "webkit", 175 "webkit",
176 "--flaky-tests", 176 "--flaky-tests",
177 "run", 177 "run",
178 "--json-test-results", 178 "--json-test-results",
179 "/path/to/tmp/json" 179 "/path/to/tmp/json"
180 ], 180 ],
181 "cwd": "[SLAVE_BUILD]\\v8", 181 "cwd": "[SLAVE_BUILD]\\v8",
182 "name": "Webkit - flaky" 182 "name": "Webkit - flaky"
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "[BUILD]\\scripts\\slave\\recipe_modules\\v8\\resources\\v8testing.py", 188 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
189 "--target", 189 "--target",
190 "Release", 190 "Release",
191 "--arch", 191 "--arch",
192 "x64", 192 "x64",
193 "--testname", 193 "--testname",
194 "mozilla", 194 "mozilla",
195 "--json-test-results", 195 "--json-test-results",
196 "/path/to/tmp/json" 196 "/path/to/tmp/json"
197 ], 197 ],
198 "cwd": "[SLAVE_BUILD]\\v8", 198 "cwd": "[SLAVE_BUILD]\\v8",
199 "name": "Mozilla" 199 "name": "Mozilla"
200 } 200 }
201 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698