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

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

Powered by Google App Engine
This is Rietveld 408576698