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

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

Powered by Google App Engine
This is Rietveld 408576698