| 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 - mipsel - sim", | 10 "V8 Linux - mipsel - sim", |
| (...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 - mipsel - sim\", \"buildnumber\": 571, \"mastername\"
: \"client.v8\", \"parent_buildername\": \"V8 Linux - mipsel - sim - builder\",
\"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", | 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - mipsel - sim\", \"buildnumber\": 571, \"mastername\"
: \"client.v8\", \"parent_buildername\": \"V8 Linux - mipsel - sim - builder\",
\"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", |
| 95 "--build-properties", | 95 "--build-properties", |
| 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - mipsel - sim\", \"buildnumber\": 571, \"mastername\"
: \"client.v8\", \"parent_buildername\": \"V8 Linux - mipsel - sim - builder\",
\"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}" | 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Linux - mipsel - sim\", \"buildnumber\": 571, \"mastername\"
: \"client.v8\", \"parent_buildername\": \"V8 Linux - mipsel - sim - builder\",
\"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\",
\"slavename\": \"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 "Release", | 106 "Release", |
| 107 "--arch", | 107 "--arch", |
| 108 "mipsel", | 108 "mipsel", |
| 109 "--testname", | 109 "--testname", |
| 110 "unittests", | 110 "unittests", |
| 111 "--no-variants", | 111 "--no-variants", |
| 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": "Unittests" | 116 "name": "Unittests" |
| 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 "Release", | 124 "Release", |
| 125 "--arch", | 125 "--arch", |
| 126 "mipsel", | 126 "mipsel", |
| 127 "--testname", | 127 "--testname", |
| 128 "default", | 128 "default", |
| 129 "--flaky-tests", | 129 "--flaky-tests", |
| 130 "skip", | 130 "skip", |
| 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" | 135 "name": "Check" |
| 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 "Release", | 143 "Release", |
| 144 "--arch", | 144 "--arch", |
| 145 "mipsel", | 145 "mipsel", |
| 146 "--testname", | 146 "--testname", |
| 147 "default", | 147 "default", |
| 148 "--flaky-tests", | 148 "--flaky-tests", |
| 149 "run", | 149 "run", |
| 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": "Check - flaky" | 154 "name": "Check - flaky" |
| 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 "Release", | 162 "Release", |
| 163 "--arch", | 163 "--arch", |
| 164 "mipsel", | 164 "mipsel", |
| 165 "--testname", | 165 "--testname", |
| 166 "test262", | 166 "test262", |
| 167 "--no-variants", | 167 "--no-variants", |
| 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": "Test262 - no variants" | 172 "name": "Test262 - no variants" |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "cmd": [ | 175 "cmd": [ |
| 176 "python", | 176 "python", |
| 177 "-u", | 177 "-u", |
| 178 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 178 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 179 "--target", | 179 "--target", |
| 180 "Release", | 180 "Release", |
| 181 "--arch", | 181 "--arch", |
| 182 "mipsel", | 182 "mipsel", |
| 183 "--testname", | 183 "--testname", |
| 184 "test262-es6", | 184 "test262-es6", |
| 185 "--no-variants", | 185 "--no-variants", |
| 186 "--json-test-results", | 186 "--json-test-results", |
| 187 "/path/to/tmp/json" | 187 "/path/to/tmp/json" |
| 188 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]/v8", | 189 "cwd": "[SLAVE_BUILD]/v8", |
| 190 "name": "Test262-es6 - no variants" | 190 "name": "Test262-es6 - no variants" |
| 191 } | 191 } |
| 192 ] | 192 ] |
| OLD | NEW |