| 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 - debug - nosse3", | 10 "V8 Linux - debug - nosse3", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - debug - nosse3\", \"buildnumber\": 571, \"mastername
\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"paren
t_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - debug - nosse3\", \"buildnumber\": 571, \"mastername
\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"paren
t_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 95 "--build-properties", | 95 "--build-properties", |
| 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - debug - nosse3\", \"buildnumber\": 571, \"mastername
\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"paren
t_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - debug - nosse3\", \"buildnumber\": 571, \"mastername
\": \"client.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"paren
t_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 97 ], | 97 ], |
| 98 "name": "extract build" | 98 "name": "extract build" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [ | 101 "cmd": [ |
| 102 "python", | 102 "python", |
| 103 "-u", | 103 "-u", |
| 104 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 104 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 105 "--target", | 105 "--target", |
| 106 "Debug", | 106 "Debug", |
| 107 "--arch", | 107 "--arch", |
| 108 "ia32", | 108 "ia32", |
| 109 "--testname", | 109 "--testname", |
| 110 "unittests", | 110 "unittests", |
| 111 "--no-variants", | 111 "--no-variants", |
| 112 "--shell_flags=\"--noenable-sse3\"", | 112 "--shell_flags=\"--noenable-sse3\"", |
| 113 "--json-test-results", | 113 "--json-test-results", |
| 114 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]/v8", | 116 "cwd": "[SLAVE_BUILD]/v8", |
| 117 "name": "Unittests" | 117 "name": "Unittests" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [ | 120 "cmd": [ |
| 121 "python", | 121 "python", |
| 122 "-u", | 122 "-u", |
| 123 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 123 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 124 "--target", | 124 "--target", |
| 125 "Debug", | 125 "Debug", |
| 126 "--arch", | 126 "--arch", |
| 127 "ia32", | 127 "ia32", |
| 128 "--testname", | 128 "--testname", |
| 129 "default", | 129 "default", |
| 130 "--shell_flags=\"--noenable-sse3\"", | 130 "--shell_flags=\"--noenable-sse3\"", |
| 131 "--flaky-tests", | 131 "--flaky-tests", |
| 132 "skip", | 132 "skip", |
| 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" | 137 "name": "Check" |
| 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 "Debug", | 145 "Debug", |
| 146 "--arch", | 146 "--arch", |
| 147 "ia32", | 147 "ia32", |
| 148 "--testname", | 148 "--testname", |
| 149 "default", | 149 "default", |
| 150 "--shell_flags=\"--noenable-sse3\"", | 150 "--shell_flags=\"--noenable-sse3\"", |
| 151 "--flaky-tests", | 151 "--flaky-tests", |
| 152 "run", | 152 "run", |
| 153 "--json-test-results", | 153 "--json-test-results", |
| 154 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
| 155 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]/v8", | 156 "cwd": "[SLAVE_BUILD]/v8", |
| 157 "name": "Check - flaky" | 157 "name": "Check - flaky" |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 "cmd": [ | 160 "cmd": [ |
| 161 "python", | 161 "python", |
| 162 "-u", | 162 "-u", |
| 163 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 163 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 164 "--target", | 164 "--target", |
| 165 "Debug", | 165 "Debug", |
| 166 "--arch", | 166 "--arch", |
| 167 "ia32", | 167 "ia32", |
| 168 "--testname", | 168 "--testname", |
| 169 "test262", | 169 "test262", |
| 170 "--no-variants", | 170 "--no-variants", |
| 171 "--shell_flags=\"--noenable-sse3\"", | 171 "--shell_flags=\"--noenable-sse3\"", |
| 172 "--json-test-results", | 172 "--json-test-results", |
| 173 "/path/to/tmp/json" | 173 "/path/to/tmp/json" |
| 174 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]/v8", | 175 "cwd": "[SLAVE_BUILD]/v8", |
| 176 "name": "Test262 - no variants" | 176 "name": "Test262 - no variants" |
| 177 }, | 177 }, |
| 178 { | 178 { |
| 179 "cmd": [ | 179 "cmd": [ |
| 180 "python", | 180 "python", |
| 181 "-u", | 181 "-u", |
| 182 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 182 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 183 "--target", | 183 "--target", |
| 184 "Debug", | 184 "Debug", |
| 185 "--arch", | 185 "--arch", |
| 186 "ia32", | 186 "ia32", |
| 187 "--testname", | 187 "--testname", |
| 188 "mozilla", | 188 "mozilla", |
| 189 "--shell_flags=\"--noenable-sse3\"", | 189 "--shell_flags=\"--noenable-sse3\"", |
| 190 "--json-test-results", | 190 "--json-test-results", |
| 191 "/path/to/tmp/json" | 191 "/path/to/tmp/json" |
| 192 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]/v8", | 193 "cwd": "[SLAVE_BUILD]/v8", |
| 194 "name": "Mozilla" | 194 "name": "Mozilla" |
| 195 } | 195 } |
| 196 ] | 196 ] |
| OLD | NEW |