| 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 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - nosnap builder", | 10 "v8_linux_rel_ng", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--issue", |
| 20 "12853011", |
| 21 "--patchset", |
| 22 "1", |
| 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", |
| 19 "--output_json", | 25 "--output_json", |
| 20 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 21 "--revision", | 27 "--revision", |
| 22 "v8@20123", | 28 "v8@12345", |
| 23 "--no_shallow", | 29 "--no_shallow", |
| 24 "--output_manifest" | 30 "--output_manifest" |
| 25 ], | 31 ], |
| 26 "cwd": "[SLAVE_BUILD]", | 32 "cwd": "[SLAVE_BUILD]", |
| 27 "name": "bot_update", | 33 "name": "bot_update", |
| 28 "~followup_annotations": [ | 34 "~followup_annotations": [ |
| 29 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 79 }, |
| 74 { | 80 { |
| 75 "cmd": [ | 81 "cmd": [ |
| 76 "python", | 82 "python", |
| 77 "-u", | 83 "-u", |
| 78 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
| 79 "runhooks" | 85 "runhooks" |
| 80 ], | 86 ], |
| 81 "cwd": "[SLAVE_BUILD]", | 87 "cwd": "[SLAVE_BUILD]", |
| 82 "env": { | 88 "env": { |
| 83 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isola
tion_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", | 89 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32"
, |
| 84 "GYP_GENERATORS": "ninja" | 90 "GYP_GENERATORS": "ninja" |
| 85 }, | 91 }, |
| 86 "name": "gclient runhooks" | 92 "name": "gclient runhooks" |
| 87 }, | 93 }, |
| 88 { | 94 { |
| 89 "cmd": [ | 95 "cmd": [ |
| 90 "python", | 96 "python", |
| 91 "-u", | 97 "-u", |
| 92 "[BUILD]/scripts/slave/cleanup_temp.py" | 98 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 93 ], | 99 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 124 "--src-dir", | 130 "--src-dir", |
| 125 "[SLAVE_BUILD]/v8", | 131 "[SLAVE_BUILD]/v8", |
| 126 "--build-tool", | 132 "--build-tool", |
| 127 "ninja", | 133 "ninja", |
| 128 "--compiler", | 134 "--compiler", |
| 129 "goma-clang", | 135 "goma-clang", |
| 130 "--goma-jsonstatus", | 136 "--goma-jsonstatus", |
| 131 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 132 "--goma-dir", | 138 "--goma-dir", |
| 133 "[BUILD]/goma", | 139 "[BUILD]/goma", |
| 140 "--goma-fail-fast", |
| 141 "--goma-disable-local-fallback", |
| 134 "--" | 142 "--" |
| 135 ], | 143 ], |
| 136 "cwd": "[SLAVE_BUILD]", | 144 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "compile", | 145 "name": "compile", |
| 138 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 141 ] | 149 ] |
| 142 }, | 150 }, |
| 143 { | 151 { |
| 144 "cmd": [ | 152 "cmd": [ |
| 145 "python", | 153 "python", |
| 146 "-u", | 154 "-u", |
| 147 "RECIPE_MODULE[isolate]/resources/isolate.py", | 155 "RECIPE_MODULE[isolate]/resources/isolate.py", |
| 148 "[SLAVE_BUILD]/v8/tools/swarming_client", | 156 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 149 "batcharchive", | 157 "batcharchive", |
| 150 "--dump-json", | 158 "--dump-json", |
| 151 "/path/to/tmp/json", | 159 "/path/to/tmp/json", |
| 152 "--isolate-server", | 160 "--isolate-server", |
| 153 "https://isolateserver.appspot.com", | 161 "https://isolateserver.appspot.com", |
| 154 "--verbose", | 162 "--verbose", |
| 163 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
| 155 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 164 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 165 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 166 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", |
| 156 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 167 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
| 168 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", |
| 157 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 169 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
| 158 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 170 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 159 ], | 171 ], |
| 160 "cwd": "[SLAVE_BUILD]", | 172 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "isolate tests", | 173 "name": "isolate tests", |
| 162 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 168 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 169 "@@@STEP_LOG_END@json.output@@@" | 185 "@@@STEP_LOG_END@json.output@@@" |
| 170 ] | 186 ] |
| 171 }, | 187 }, |
| 172 { | 188 { |
| 173 "cmd": [ | |
| 174 "python", | |
| 175 "-u", | |
| 176 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | |
| 177 "--", | |
| 178 "[DEPOT_TOOLS]/gsutil.py", | |
| 179 "----", | |
| 180 "cp", | |
| 181 "-a", | |
| 182 "public-read", | |
| 183 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy
hash for mozilla]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[d
ummy hash for test262]\"}", | |
| 184 "gs://chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819
777bb78a1f5bd0241f64c.json" | |
| 185 ], | |
| 186 "cwd": "[SLAVE_BUILD]", | |
| 187 "name": "gsutil upload", | |
| 188 "~followup_annotations": [ | |
| 189 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.jso
n@@@" | |
| 190 ] | |
| 191 }, | |
| 192 { | |
| 193 "allow_subannotations": true, | |
| 194 "cmd": [ | |
| 195 "python", | |
| 196 "-u", | |
| 197 "[BUILD]/scripts/slave/zip_build.py", | |
| 198 "--target", | |
| 199 "Release", | |
| 200 "--build-url", | |
| 201 "gs://chromium-v8/v8-linux-nosnap-rel", | |
| 202 "--src-dir", | |
| 203 "v8", | |
| 204 "--factory-properties", | |
| 205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum
ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip
e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}", | |
| 206 "--build-properties", | |
| 207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum
ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip
e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}" | |
| 208 ], | |
| 209 "cwd": "[SLAVE_BUILD]", | |
| 210 "name": "package build" | |
| 211 }, | |
| 212 { | |
| 213 "cmd": [], | 189 "cmd": [], |
| 214 "cwd": "[SLAVE_BUILD]", | 190 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "trigger", | 191 "name": "trigger", |
| 216 "trigger_specs": [ | 192 "trigger_specs": [ |
| 217 { | 193 { |
| 218 "builder_name": "V8 Linux - nosnap", | 194 "builder_name": "v8_linux_rel_ng_triggered", |
| 219 "properties": { | 195 "properties": { |
| 196 "category": "cq", |
| 197 "issue": 12853011, |
| 198 "master": "tryserver.v8", |
| 220 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 199 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 221 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 200 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 222 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 201 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 223 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 202 "patch_project": "v8", |
| 203 "patch_storage": "rietveld", |
| 204 "patchset": "1", |
| 205 "reason": "CQ", |
| 206 "requester": "commit-bot@chromium.org", |
| 207 "revision": "12345", |
| 208 "rietveld": "https://codereview.chromium.org", |
| 224 "swarm_hashes": { | 209 "swarm_hashes": { |
| 210 "benchmarks": "[dummy hash for benchmarks]", |
| 225 "bot_default": "[dummy hash for bot_default]", | 211 "bot_default": "[dummy hash for bot_default]", |
| 212 "ignition": "[dummy hash for ignition]", |
| 213 "mjsunit": "[dummy hash for mjsunit]", |
| 226 "mozilla": "[dummy hash for mozilla]", | 214 "mozilla": "[dummy hash for mozilla]", |
| 215 "optimize_for_size": "[dummy hash for optimize_for_size]", |
| 227 "simdjs": "[dummy hash for simdjs]", | 216 "simdjs": "[dummy hash for simdjs]", |
| 228 "test262": "[dummy hash for test262]" | 217 "test262": "[dummy hash for test262]" |
| 229 } | 218 } |
| 230 } | 219 } |
| 231 } | 220 } |
| 232 ], | 221 ], |
| 233 "~followup_annotations": [ | 222 "~followup_annotations": [ |
| 234 "@@@STEP_TEXT@V8 Linux - nosnap@@@" | 223 "@@@STEP_TEXT@v8_linux_rel_ng_triggered@@@" |
| 235 ] | 224 ] |
| 236 }, | 225 }, |
| 237 { | 226 { |
| 238 "name": "$result", | 227 "name": "$result", |
| 239 "recipe_result": null, | 228 "recipe_result": null, |
| 240 "status_code": 0 | 229 "status_code": 0 |
| 241 } | 230 } |
| 242 ] | 231 ] |
| OLD | NEW |