| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - noi18n - debug", | 10 "V8 Linux - noi18n - debug", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "Debug", | 89 "Debug", |
| 90 "--arch", | 90 "--arch", |
| 91 "ia32", | 91 "ia32", |
| 92 "--testname", | 92 "--testname", |
| 93 "unittests", | 93 "unittests", |
| 94 "--no-variants", | 94 "--no-variants", |
| 95 "--noi18n", | 95 "--noi18n", |
| 96 "--json-test-results", | 96 "--json-test-results", |
| 97 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
| 98 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]/v8", | 99 "cwd": "[SLAVE_BUILD]/v8", |
| 100 "name": "Unittests" | 100 "name": "Unittests" |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "cmd": [ | 103 "cmd": [ |
| 104 "python", | 104 "python", |
| 105 "-u", | 105 "-u", |
| 106 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 106 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 107 "--target", | 107 "--target", |
| 108 "Debug", | 108 "Debug", |
| 109 "--arch", | 109 "--arch", |
| 110 "ia32", | 110 "ia32", |
| 111 "--testname", | 111 "--testname", |
| 112 "default", | 112 "default", |
| 113 "--noi18n", | 113 "--noi18n", |
| 114 "--flaky-tests", | 114 "--flaky-tests", |
| 115 "skip", | 115 "skip", |
| 116 "--json-test-results", | 116 "--json-test-results", |
| 117 "/path/to/tmp/json" | 117 "/path/to/tmp/json" |
| 118 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]/v8", | 119 "cwd": "[SLAVE_BUILD]/v8", |
| 120 "name": "Check" | 120 "name": "Check" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 126 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 127 "--target", | 127 "--target", |
| 128 "Debug", | 128 "Debug", |
| 129 "--arch", | 129 "--arch", |
| 130 "ia32", | 130 "ia32", |
| 131 "--testname", | 131 "--testname", |
| 132 "default", | 132 "default", |
| 133 "--noi18n", | 133 "--noi18n", |
| 134 "--flaky-tests", | 134 "--flaky-tests", |
| 135 "run", | 135 "run", |
| 136 "--json-test-results", | 136 "--json-test-results", |
| 137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 138 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]/v8", | 139 "cwd": "[SLAVE_BUILD]/v8", |
| 140 "name": "Check - flaky" | 140 "name": "Check - flaky" |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 146 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 147 "--target", | 147 "--target", |
| 148 "Debug", | 148 "Debug", |
| 149 "--arch", | 149 "--arch", |
| 150 "ia32", | 150 "ia32", |
| 151 "--testname", | 151 "--testname", |
| 152 "webkit", | 152 "webkit", |
| 153 "--noi18n", | 153 "--noi18n", |
| 154 "--flaky-tests", | 154 "--flaky-tests", |
| 155 "skip", | 155 "skip", |
| 156 "--json-test-results", | 156 "--json-test-results", |
| 157 "/path/to/tmp/json" | 157 "/path/to/tmp/json" |
| 158 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]/v8", | 159 "cwd": "[SLAVE_BUILD]/v8", |
| 160 "name": "Webkit" | 160 "name": "Webkit" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "python", | 164 "python", |
| 165 "-u", | 165 "-u", |
| 166 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 166 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 167 "--target", | 167 "--target", |
| 168 "Debug", | 168 "Debug", |
| 169 "--arch", | 169 "--arch", |
| 170 "ia32", | 170 "ia32", |
| 171 "--testname", | 171 "--testname", |
| 172 "webkit", | 172 "webkit", |
| 173 "--noi18n", | 173 "--noi18n", |
| 174 "--flaky-tests", | 174 "--flaky-tests", |
| 175 "run", | 175 "run", |
| 176 "--json-test-results", | 176 "--json-test-results", |
| 177 "/path/to/tmp/json" | 177 "/path/to/tmp/json" |
| 178 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]/v8", | 179 "cwd": "[SLAVE_BUILD]/v8", |
| 180 "name": "Webkit - flaky" | 180 "name": "Webkit - flaky" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "cmd": [ | 183 "cmd": [ |
| 184 "python", | 184 "python", |
| 185 "-u", | 185 "-u", |
| 186 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 186 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 187 "--target", | 187 "--target", |
| 188 "Debug", | 188 "Debug", |
| 189 "--arch", | 189 "--arch", |
| 190 "ia32", | 190 "ia32", |
| 191 "--testname", | 191 "--testname", |
| 192 "mozilla", | 192 "mozilla", |
| 193 "--noi18n", | 193 "--noi18n", |
| 194 "--json-test-results", | 194 "--json-test-results", |
| 195 "/path/to/tmp/json" | 195 "/path/to/tmp/json" |
| 196 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]/v8", | 197 "cwd": "[SLAVE_BUILD]/v8", |
| 198 "name": "Mozilla" | 198 "name": "Mozilla" |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 "cmd": [ | 201 "cmd": [ |
| 202 "python", | 202 "python", |
| 203 "-u", | 203 "-u", |
| 204 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 204 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 205 "--target", | 205 "--target", |
| 206 "Debug", | 206 "Debug", |
| 207 "--arch", | 207 "--arch", |
| 208 "ia32", | 208 "ia32", |
| 209 "--testname", | 209 "--testname", |
| 210 "test262", | 210 "test262", |
| 211 "--no-variants", | 211 "--no-variants", |
| 212 "--noi18n", | 212 "--noi18n", |
| 213 "--json-test-results", | 213 "--json-test-results", |
| 214 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 215 ], | 215 ], |
| 216 "cwd": "[SLAVE_BUILD]/v8", | 216 "cwd": "[SLAVE_BUILD]/v8", |
| 217 "name": "Test262 - no variants" | 217 "name": "Test262 - no variants" |
| 218 } | 218 } |
| 219 ] | 219 ] |
| OLD | NEW |