| 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 GC Stress - 3", | 10 "V8 GC Stress - 3", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 GC Stress - 3\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev
ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 GC Stress - 3\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev
ision\": \"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 GC Stress - 3\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev
ision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8 GC Stress - 3\", \"buildnumber\": 571, \"mastername\": \"cli
ent.v8\", \"parent_buildername\": \"V8 Linux - debug builder\", \"parent_got_rev
ision\": \"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 "Debug", | 106 "Debug", |
| 107 "--arch", | 107 "--arch", |
| 108 "ia32", | 108 "ia32", |
| 109 "--testname", | 109 "--testname", |
| 110 "mjsunit", | 110 "mjsunit", |
| 111 "--gc-stress", | 111 "--gc-stress", |
| 112 "--shard_count=3", | 112 "--shard_count=3", |
| 113 "--shard_run=3", | 113 "--shard_run=3", |
| 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 "ia32", | 130 "ia32", |
| 131 "--testname", | 131 "--testname", |
| 132 "mjsunit", | 132 "mjsunit", |
| 133 "--gc-stress", | 133 "--gc-stress", |
| 134 "--shard_count=3", | 134 "--shard_count=3", |
| 135 "--shard_run=3", | 135 "--shard_run=3", |
| 136 "--flaky-tests", | 136 "--flaky-tests", |
| 137 "run", | 137 "run", |
| 138 "--json-test-results", | 138 "--json-test-results", |
| 139 "/path/to/tmp/json" | 139 "/path/to/tmp/json" |
| 140 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]/v8", | 141 "cwd": "[SLAVE_BUILD]/v8", |
| 142 "name": "Mjsunit - flaky" | 142 "name": "Mjsunit - flaky" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 148 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 149 "--target", | 149 "--target", |
| 150 "Debug", | 150 "Debug", |
| 151 "--arch", | 151 "--arch", |
| 152 "ia32", | 152 "ia32", |
| 153 "--testname", | 153 "--testname", |
| 154 "webkit", | 154 "webkit", |
| 155 "--gc-stress", | 155 "--gc-stress", |
| 156 "--shard_count=3", | 156 "--shard_count=3", |
| 157 "--shard_run=3", | 157 "--shard_run=3", |
| 158 "--flaky-tests", | 158 "--flaky-tests", |
| 159 "skip", | 159 "skip", |
| 160 "--json-test-results", | 160 "--json-test-results", |
| 161 "/path/to/tmp/json" | 161 "/path/to/tmp/json" |
| 162 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]/v8", | 163 "cwd": "[SLAVE_BUILD]/v8", |
| 164 "name": "Webkit" | 164 "name": "Webkit" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| 170 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 170 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 171 "--target", | 171 "--target", |
| 172 "Debug", | 172 "Debug", |
| 173 "--arch", | 173 "--arch", |
| 174 "ia32", | 174 "ia32", |
| 175 "--testname", | 175 "--testname", |
| 176 "webkit", | 176 "webkit", |
| 177 "--gc-stress", | 177 "--gc-stress", |
| 178 "--shard_count=3", | 178 "--shard_count=3", |
| 179 "--shard_run=3", | 179 "--shard_run=3", |
| 180 "--flaky-tests", | 180 "--flaky-tests", |
| 181 "run", | 181 "run", |
| 182 "--json-test-results", | 182 "--json-test-results", |
| 183 "/path/to/tmp/json" | 183 "/path/to/tmp/json" |
| 184 ], | 184 ], |
| 185 "cwd": "[SLAVE_BUILD]/v8", | 185 "cwd": "[SLAVE_BUILD]/v8", |
| 186 "name": "Webkit - flaky" | 186 "name": "Webkit - flaky" |
| 187 } | 187 } |
| 188 ] | 188 ] |
| OLD | NEW |