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