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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared.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 - shared", 10 "V8 Linux - shared",
(...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 "unittests", 93 "unittests",
94 "--no-variants", 94 "--no-variants",
95 "--json-test-results", 95 "--json-test-results",
96 "/path/to/tmp/json" 96 "/path/to/tmp/json"
97 ], 97 ],
98 "cwd": "[SLAVE_BUILD]/v8", 98 "cwd": "[SLAVE_BUILD]/v8",
99 "name": "Unittests" 99 "name": "Unittests"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 105 "RECIPE_MODULE[v8]/resources/v8testing.py",
106 "--target", 106 "--target",
107 "Release", 107 "Release",
108 "--arch", 108 "--arch",
109 "ia32", 109 "ia32",
110 "--testname", 110 "--testname",
111 "default", 111 "default",
112 "--flaky-tests", 112 "--flaky-tests",
113 "skip", 113 "skip",
114 "--json-test-results", 114 "--json-test-results",
115 "/path/to/tmp/json" 115 "/path/to/tmp/json"
116 ], 116 ],
117 "cwd": "[SLAVE_BUILD]/v8", 117 "cwd": "[SLAVE_BUILD]/v8",
118 "name": "Check" 118 "name": "Check"
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 124 "RECIPE_MODULE[v8]/resources/v8testing.py",
125 "--target", 125 "--target",
126 "Release", 126 "Release",
127 "--arch", 127 "--arch",
128 "ia32", 128 "ia32",
129 "--testname", 129 "--testname",
130 "default", 130 "default",
131 "--flaky-tests", 131 "--flaky-tests",
132 "run", 132 "run",
133 "--json-test-results", 133 "--json-test-results",
134 "/path/to/tmp/json" 134 "/path/to/tmp/json"
135 ], 135 ],
136 "cwd": "[SLAVE_BUILD]/v8", 136 "cwd": "[SLAVE_BUILD]/v8",
137 "name": "Check - flaky" 137 "name": "Check - flaky"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 143 "RECIPE_MODULE[v8]/resources/v8testing.py",
144 "--target", 144 "--target",
145 "Release", 145 "Release",
146 "--arch", 146 "--arch",
147 "ia32", 147 "ia32",
148 "--testname", 148 "--testname",
149 "test262", 149 "test262",
150 "--no-variants", 150 "--no-variants",
151 "--json-test-results", 151 "--json-test-results",
152 "/path/to/tmp/json" 152 "/path/to/tmp/json"
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD]/v8", 154 "cwd": "[SLAVE_BUILD]/v8",
155 "name": "Test262 - no variants" 155 "name": "Test262 - no variants"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 161 "RECIPE_MODULE[v8]/resources/v8testing.py",
162 "--target", 162 "--target",
163 "Release", 163 "Release",
164 "--arch", 164 "--arch",
165 "ia32", 165 "ia32",
166 "--testname", 166 "--testname",
167 "mozilla", 167 "mozilla",
168 "--json-test-results", 168 "--json-test-results",
169 "/path/to/tmp/json" 169 "/path/to/tmp/json"
170 ], 170 ],
171 "cwd": "[SLAVE_BUILD]/v8", 171 "cwd": "[SLAVE_BUILD]/v8",
172 "name": "Mozilla" 172 "name": "Mozilla"
173 } 173 }
174 ] 174 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698