| OLD | NEW |
| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_rel", | 10 "v8_linux_rel", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "--goma-dir", | 79 "--goma-dir", |
| 80 "[BUILD]/goma", | 80 "[BUILD]/goma", |
| 81 "--" | 81 "--" |
| 82 ], | 82 ], |
| 83 "name": "compile" | 83 "name": "compile" |
| 84 }, | 84 }, |
| 85 { | 85 { |
| 86 "cmd": [ | 86 "cmd": [ |
| 87 "python", | 87 "python", |
| 88 "-u", | 88 "-u", |
| 89 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 89 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 90 "--target", | 90 "--target", |
| 91 "Release", | 91 "Release", |
| 92 "--arch", | 92 "--arch", |
| 93 "ia32", | 93 "ia32", |
| 94 "--testname", | 94 "--testname", |
| 95 "unittests", | 95 "unittests", |
| 96 "--no-variants", | 96 "--no-variants", |
| 97 "--flaky-tests=skip", | 97 "--flaky-tests=skip", |
| 98 "--dcheck-always-on", | 98 "--dcheck-always-on", |
| 99 "--json-test-results", | 99 "--json-test-results", |
| 100 "/path/to/tmp/json" | 100 "/path/to/tmp/json" |
| 101 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]/v8", | 102 "cwd": "[SLAVE_BUILD]/v8", |
| 103 "name": "Unittests" | 103 "name": "Unittests" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "python", | 107 "python", |
| 108 "-u", | 108 "-u", |
| 109 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 109 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 110 "--target", | 110 "--target", |
| 111 "Release", | 111 "Release", |
| 112 "--arch", | 112 "--arch", |
| 113 "ia32", | 113 "ia32", |
| 114 "--testname", | 114 "--testname", |
| 115 "default", | 115 "default", |
| 116 "--flaky-tests=skip", | 116 "--flaky-tests=skip", |
| 117 "--dcheck-always-on", | 117 "--dcheck-always-on", |
| 118 "--json-test-results", | 118 "--json-test-results", |
| 119 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
| 120 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]/v8", | 121 "cwd": "[SLAVE_BUILD]/v8", |
| 122 "name": "Check" | 122 "name": "Check" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 128 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 129 "--target", | 129 "--target", |
| 130 "Release", | 130 "Release", |
| 131 "--arch", | 131 "--arch", |
| 132 "ia32", | 132 "ia32", |
| 133 "--testname", | 133 "--testname", |
| 134 "optimize_for_size", | 134 "optimize_for_size", |
| 135 "--no-variants", | 135 "--no-variants", |
| 136 "--shell_flags=\"--optimize-for-size\"", | 136 "--shell_flags=\"--optimize-for-size\"", |
| 137 "--flaky-tests=skip", | 137 "--flaky-tests=skip", |
| 138 "--dcheck-always-on", | 138 "--dcheck-always-on", |
| 139 "--json-test-results", | 139 "--json-test-results", |
| 140 "/path/to/tmp/json" | 140 "/path/to/tmp/json" |
| 141 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]/v8", | 142 "cwd": "[SLAVE_BUILD]/v8", |
| 143 "name": "OptimizeForSize" | 143 "name": "OptimizeForSize" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "python", | 147 "python", |
| 148 "-u", | 148 "-u", |
| 149 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 149 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 150 "--target", | 150 "--target", |
| 151 "Release", | 151 "Release", |
| 152 "--arch", | 152 "--arch", |
| 153 "ia32", | 153 "ia32", |
| 154 "--testname", | 154 "--testname", |
| 155 "webkit", | 155 "webkit", |
| 156 "--flaky-tests=skip", | 156 "--flaky-tests=skip", |
| 157 "--dcheck-always-on", | 157 "--dcheck-always-on", |
| 158 "--json-test-results", | 158 "--json-test-results", |
| 159 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
| 160 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]/v8", | 161 "cwd": "[SLAVE_BUILD]/v8", |
| 162 "name": "Webkit" | 162 "name": "Webkit" |
| 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 "ia32", | 172 "ia32", |
| 173 "--testname", | 173 "--testname", |
| 174 "test262", | 174 "test262", |
| 175 "--no-variants", | 175 "--no-variants", |
| 176 "--flaky-tests=skip", | 176 "--flaky-tests=skip", |
| 177 "--dcheck-always-on", | 177 "--dcheck-always-on", |
| 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": "Test262 - no variants" | 182 "name": "Test262 - no variants" |
| 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 "ia32", | 192 "ia32", |
| 193 "--testname", | 193 "--testname", |
| 194 "test262-es6", | 194 "test262-es6", |
| 195 "--no-variants", | 195 "--no-variants", |
| 196 "--flaky-tests=skip", | 196 "--flaky-tests=skip", |
| 197 "--dcheck-always-on", | 197 "--dcheck-always-on", |
| 198 "--json-test-results", | 198 "--json-test-results", |
| 199 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
| 200 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]/v8", | 201 "cwd": "[SLAVE_BUILD]/v8", |
| 202 "name": "Test262-es6 - no variants" | 202 "name": "Test262-es6 - no variants" |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "python", | 206 "python", |
| 207 "-u", | 207 "-u", |
| 208 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 208 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 209 "--target", | 209 "--target", |
| 210 "Release", | 210 "Release", |
| 211 "--arch", | 211 "--arch", |
| 212 "ia32", | 212 "ia32", |
| 213 "--testname", | 213 "--testname", |
| 214 "mozilla", | 214 "mozilla", |
| 215 "--flaky-tests=skip", | 215 "--flaky-tests=skip", |
| 216 "--dcheck-always-on", | 216 "--dcheck-always-on", |
| 217 "--json-test-results", | 217 "--json-test-results", |
| 218 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
| 219 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]/v8", | 220 "cwd": "[SLAVE_BUILD]/v8", |
| 221 "name": "Mozilla" | 221 "name": "Mozilla" |
| 222 } | 222 } |
| 223 ] | 223 ] |
| OLD | NEW |