| 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 Arm GC Stress", | 10 "V8 Arm GC Stress", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Arm GC Stress\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revis
ion\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Arm GC Stress\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revis
ion\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 96 "--build-properties", | 96 "--build-properties", |
| 97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Arm GC Stress\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revis
ion\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 Arm GC Stress\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revis
ion\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 98 ], | 98 ], |
| 99 "name": "extract build" | 99 "name": "extract build" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 105 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 106 "--target", | 106 "--target", |
| 107 "Debug", | 107 "Debug", |
| 108 "--arch", | 108 "--arch", |
| 109 "arm", | 109 "arm", |
| 110 "--testname", | 110 "--testname", |
| 111 "mjsunit", | 111 "mjsunit", |
| 112 "--gc-stress", | 112 "--gc-stress", |
| 113 "--no-variants", | 113 "--no-variants", |
| 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": "Mjsunit" | 120 "name": "Mjsunit" |
| 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 "arm", | 130 "arm", |
| 131 "--testname", | 131 "--testname", |
| 132 "mjsunit", | 132 "mjsunit", |
| 133 "--gc-stress", | 133 "--gc-stress", |
| 134 "--no-variants", | 134 "--no-variants", |
| 135 "--flaky-tests", | 135 "--flaky-tests", |
| 136 "run", | 136 "run", |
| 137 "--json-test-results", | 137 "--json-test-results", |
| 138 "/path/to/tmp/json" | 138 "/path/to/tmp/json" |
| 139 ], | 139 ], |
| 140 "cwd": "[SLAVE_BUILD]/v8", | 140 "cwd": "[SLAVE_BUILD]/v8", |
| 141 "name": "Mjsunit - flaky" | 141 "name": "Mjsunit - flaky" |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [ | 144 "cmd": [ |
| 145 "python", | 145 "python", |
| 146 "-u", | 146 "-u", |
| 147 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 147 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 148 "--target", | 148 "--target", |
| 149 "Debug", | 149 "Debug", |
| 150 "--arch", | 150 "--arch", |
| 151 "arm", | 151 "arm", |
| 152 "--testname", | 152 "--testname", |
| 153 "webkit", | 153 "webkit", |
| 154 "--gc-stress", | 154 "--gc-stress", |
| 155 "--no-variants", | 155 "--no-variants", |
| 156 "--flaky-tests", | 156 "--flaky-tests", |
| 157 "skip", | 157 "skip", |
| 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 "Debug", | 170 "Debug", |
| 171 "--arch", | 171 "--arch", |
| 172 "arm", | 172 "arm", |
| 173 "--testname", | 173 "--testname", |
| 174 "webkit", | 174 "webkit", |
| 175 "--gc-stress", | 175 "--gc-stress", |
| 176 "--no-variants", | 176 "--no-variants", |
| 177 "--flaky-tests", | 177 "--flaky-tests", |
| 178 "run", | 178 "run", |
| 179 "--json-test-results", | 179 "--json-test-results", |
| 180 "/path/to/tmp/json" | 180 "/path/to/tmp/json" |
| 181 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]/v8", | 182 "cwd": "[SLAVE_BUILD]/v8", |
| 183 "name": "Webkit - flaky" | 183 "name": "Webkit - flaky" |
| 184 } | 184 } |
| 185 ] | 185 ] |
| OLD | NEW |