| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "tryserver.v8", | 16 "tryserver.v8", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 33 "1", | 32 "1", |
| 34 "--rietveld_server", | 33 "--rietveld_server", |
| 35 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
| 36 "--output_json", | 35 "--output_json", |
| 37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 38 "--revision", | 37 "--revision", |
| 39 "v8@12345", | 38 "v8@12345", |
| 40 "--no_shallow", | 39 "--no_shallow", |
| 41 "--output_manifest" | 40 "--output_manifest" |
| 42 ], | 41 ], |
| 43 "cwd": "[SLAVE_BUILD]", | |
| 44 "env": { | 42 "env": { |
| 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 46 }, | 44 }, |
| 47 "name": "bot_update", | 45 "name": "bot_update", |
| 48 "~followup_annotations": [ | 46 "~followup_annotations": [ |
| 49 "@@@STEP_TEXT@Some step text@@@", | 47 "@@@STEP_TEXT@Some step text@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 81 ] | 79 ] |
| 82 }, | 80 }, |
| 83 { | 81 { |
| 84 "cmd": [ | 82 "cmd": [ |
| 85 "python", | 83 "python", |
| 86 "-u", | 84 "-u", |
| 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 85 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 88 "--version" | 86 "--version" |
| 89 ], | 87 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "name": "swarming.py --version", | 88 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", | 89 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ | 90 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" | 91 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] | 92 ] |
| 96 }, | 93 }, |
| 97 { | 94 { |
| 98 "cmd": [ | 95 "cmd": [ |
| 99 "python", | 96 "python", |
| 100 "-u", | 97 "-u", |
| 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 102 "runhooks" | 99 "runhooks" |
| 103 ], | 100 ], |
| 104 "cwd": "[SLAVE_BUILD]", | |
| 105 "env": { | 101 "env": { |
| 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target
_arch=x64", | 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target
_arch=x64", |
| 108 "GYP_GENERATORS": "ninja", | 104 "GYP_GENERATORS": "ninja", |
| 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 110 }, | 106 }, |
| 111 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 112 }, | 108 }, |
| 113 { | 109 { |
| 114 "cmd": [ | 110 "cmd": [ |
| 115 "python", | 111 "python", |
| 116 "-u", | 112 "-u", |
| 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 118 "--show-path", | 114 "--show-path", |
| 119 "python", | 115 "python", |
| 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 121 ], | 117 ], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "cleanup_temp" | 118 "name": "cleanup_temp" |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "cmd": [ | 121 "cmd": [ |
| 127 "python", | 122 "python", |
| 128 "-u", | 123 "-u", |
| 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 130 "--show-path", | 125 "--show-path", |
| 131 "python", | 126 "python", |
| 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 149 "--goma-service-account-json-file", | 144 "--goma-service-account-json-file", |
| 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 151 "--goma-dir", | 146 "--goma-dir", |
| 152 "[BUILD]\\goma", | 147 "[BUILD]\\goma", |
| 153 "--goma-fail-fast", | 148 "--goma-fail-fast", |
| 154 "--goma-disable-local-fallback", | 149 "--goma-disable-local-fallback", |
| 155 "--arch", | 150 "--arch", |
| 156 "x64", | 151 "x64", |
| 157 "--" | 152 "--" |
| 158 ], | 153 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "env": { | 154 "env": { |
| 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 162 }, | 156 }, |
| 163 "name": "compile", | 157 "name": "compile", |
| 164 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 166 "@@@STEP_LOG_END@json.output (invalid)@@@" | 160 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 167 ] | 161 ] |
| 168 }, | 162 }, |
| 169 { | 163 { |
| 170 "cmd": [ | 164 "cmd": [ |
| 171 "python", | 165 "python", |
| 172 "-u", | 166 "-u", |
| 173 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 167 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 174 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 168 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 175 "batcharchive", | 169 "batcharchive", |
| 176 "--dump-json", | 170 "--dump-json", |
| 177 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
| 178 "--isolate-server", | 172 "--isolate-server", |
| 179 "https://isolateserver.appspot.com", | 173 "https://isolateserver.appspot.com", |
| 180 "--verbose", | 174 "--verbose", |
| 181 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", | 175 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", |
| 182 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", | 176 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", |
| 183 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" | 177 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" |
| 184 ], | 178 ], |
| 185 "cwd": "[SLAVE_BUILD]", | |
| 186 "name": "isolate tests", | 179 "name": "isolate tests", |
| 187 "~followup_annotations": [ | 180 "~followup_annotations": [ |
| 188 "@@@STEP_LOG_LINE@json.output@{@@@", | 181 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 184 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 192 "@@@STEP_LOG_LINE@json.output@}@@@", | 185 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 193 "@@@STEP_LOG_END@json.output@@@" | 186 "@@@STEP_LOG_END@json.output@@@" |
| 194 ] | 187 ] |
| 195 }, | 188 }, |
| 196 { | 189 { |
| 197 "cmd": [], | 190 "cmd": [], |
| 198 "cwd": "[SLAVE_BUILD]", | |
| 199 "name": "trigger", | 191 "name": "trigger", |
| 200 "trigger_specs": [ | 192 "trigger_specs": [ |
| 201 { | 193 { |
| 202 "builder_name": "v8_win64_rel_ng_triggered", | 194 "builder_name": "v8_win64_rel_ng_triggered", |
| 203 "properties": { | 195 "properties": { |
| 204 "category": "cq", | 196 "category": "cq", |
| 205 "issue": 12853011, | 197 "issue": 12853011, |
| 206 "master": "tryserver.v8", | 198 "master": "tryserver.v8", |
| 207 "parent_build_environment": { | 199 "parent_build_environment": { |
| 208 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 200 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 229 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 230 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 222 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
| 231 ] | 223 ] |
| 232 }, | 224 }, |
| 233 { | 225 { |
| 234 "name": "$result", | 226 "name": "$result", |
| 235 "recipe_result": null, | 227 "recipe_result": null, |
| 236 "status_code": 0 | 228 "status_code": 0 |
| 237 } | 229 } |
| 238 ] | 230 ] |
| OLD | NEW |