| 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.chromium.win", | 16 "tryserver.chromium.win", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 32 "--patchset", | 31 "--patchset", |
| 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 "src@HEAD", | 38 "src@HEAD", |
| 40 "--output_manifest" | 39 "--output_manifest" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]", | |
| 43 "env": { | 41 "env": { |
| 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 45 }, | 43 }, |
| 46 "name": "bot_update", | 44 "name": "bot_update", |
| 47 "~followup_annotations": [ | 45 "~followup_annotations": [ |
| 48 "@@@STEP_TEXT@Some step text@@@", | 46 "@@@STEP_TEXT@Some step text@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@{@@@", | 47 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 112 ] | 110 ] |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "cmd": [], | 113 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "ensure_goma" | 114 "name": "ensure_goma" |
| 118 }, | 115 }, |
| 119 { | 116 { |
| 120 "cmd": [ | 117 "cmd": [ |
| 121 "python", | 118 "python", |
| 122 "-u", | 119 "-u", |
| 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 124 "--platform", | 121 "--platform", |
| 125 "windows-386", | 122 "windows-386", |
| 126 "--dest-directory", | 123 "--dest-directory", |
| 127 "[SLAVE_BUILD]\\cipd", | 124 "[SLAVE_BUILD]\\cipd", |
| 128 "--json-output", | 125 "--json-output", |
| 129 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 130 ], | 127 ], |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "ensure_goma.install cipd", | 128 "name": "ensure_goma.install cipd", |
| 133 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 134 "@@@STEP_NEST_LEVEL@1@@@", | 130 "@@@STEP_NEST_LEVEL@1@@@", |
| 135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 137 ] |
| 142 }, | 138 }, |
| 143 { | 139 { |
| 144 "cmd": [ | 140 "cmd": [ |
| 145 "[SLAVE_BUILD]\\cipd\\cipd", | 141 "[SLAVE_BUILD]\\cipd\\cipd", |
| 146 "ensure", | 142 "ensure", |
| 147 "--root", | 143 "--root", |
| 148 "[CACHE]\\cipd\\goma", | 144 "[CACHE]\\cipd\\goma", |
| 149 "--list", | 145 "--list", |
| 150 "infra_internal/goma/client/windows-amd64 release", | 146 "infra_internal/goma/client/windows-amd64 release", |
| 151 "--json-output", | 147 "--json-output", |
| 152 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 153 "--service-account-json", | 149 "--service-account-json", |
| 154 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 155 ], | 151 ], |
| 156 "cwd": "[SLAVE_BUILD]", | |
| 157 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
| 158 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 159 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 168 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] | 164 ] |
| 170 }, | 165 }, |
| 171 { | 166 { |
| 172 "cmd": [ | 167 "cmd": [ |
| 173 "python", | 168 "python", |
| 174 "-u", | 169 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 176 "runhooks" | 171 "runhooks" |
| 177 ], | 172 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "env": { | 173 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 181 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=
ia32 test_isolation_mode=noop use_goma=1", | 175 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=
ia32 test_isolation_mode=noop use_goma=1", |
| 182 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 176 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 183 }, | 177 }, |
| 184 "name": "gclient runhooks (with patch)" | 178 "name": "gclient runhooks (with patch)" |
| 185 }, | 179 }, |
| 186 { | 180 { |
| 187 "cmd": [ | 181 "cmd": [ |
| 188 "python", | 182 "python", |
| 189 "-u", | 183 "-u", |
| 190 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 184 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 191 "--output", | 185 "--output", |
| 192 "/path/to/tmp/json", | 186 "/path/to/tmp/json", |
| 193 "--", | 187 "--", |
| 194 "--build-config-fs", | 188 "--build-config-fs", |
| 195 "Release", | 189 "Release", |
| 196 "--paths", | 190 "--paths", |
| 197 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 191 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 198 "--properties", | 192 "--properties", |
| 199 "{\"buildername\": \"win_archive\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" | 193 "{\"buildername\": \"win_archive\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" |
| 200 ], | 194 ], |
| 201 "cwd": "[SLAVE_BUILD]", | |
| 202 "name": "get compile targets for scripts", | 195 "name": "get compile targets for scripts", |
| 203 "~followup_annotations": [ | 196 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output@{}@@@", | 197 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 205 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
| 206 ] | 199 ] |
| 207 }, | 200 }, |
| 208 { | 201 { |
| 209 "cmd": [ | 202 "cmd": [ |
| 210 "python", | 203 "python", |
| 211 "-u", | 204 "-u", |
| 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 205 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 213 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json", | 206 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json", |
| 214 "/path/to/tmp/json" | 207 "/path/to/tmp/json" |
| 215 ], | 208 ], |
| 216 "cwd": "[SLAVE_BUILD]", | |
| 217 "name": "read test spec", | 209 "name": "read test spec", |
| 218 "~followup_annotations": [ | 210 "~followup_annotations": [ |
| 219 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json@@
@", | 211 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json@@
@", |
| 220 "@@@STEP_LOG_LINE@json.output@{}@@@", | 212 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 221 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 222 ] | 214 ] |
| 223 }, | 215 }, |
| 224 { | 216 { |
| 225 "cmd": [ | 217 "cmd": [ |
| 226 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 218 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 245 ] | 237 ] |
| 246 }, | 238 }, |
| 247 { | 239 { |
| 248 "cmd": [ | 240 "cmd": [ |
| 249 "python", | 241 "python", |
| 250 "-u", | 242 "-u", |
| 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 252 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 244 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 253 "/path/to/tmp/json" | 245 "/path/to/tmp/json" |
| 254 ], | 246 ], |
| 255 "cwd": "[SLAVE_BUILD]", | |
| 256 "name": "read filter exclusion spec", | 247 "name": "read filter exclusion spec", |
| 257 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 258 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 249 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 259 "@@@STEP_LOG_LINE@json.output@{@@@", | 250 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 254 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 255 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ }@@@", | 258 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@}@@@", | 259 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 269 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
| 270 ] | 261 ] |
| 271 }, | 262 }, |
| 272 { | 263 { |
| 273 "cmd": [ | 264 "cmd": [ |
| 274 "python", | 265 "python", |
| 275 "-u", | 266 "-u", |
| 276 "import sys; sys.exit(0)" | 267 "import sys; sys.exit(0)" |
| 277 ], | 268 ], |
| 278 "cwd": "[SLAVE_BUILD]", | |
| 279 "name": "analyze", | 269 "name": "analyze", |
| 280 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 271 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 282 "@@@STEP_LOG_END@excluded_files@@@", | 272 "@@@STEP_LOG_END@excluded_files@@@", |
| 283 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 273 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 284 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 274 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 285 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 286 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 287 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 288 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 289 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 290 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 291 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 281 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 292 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 282 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 293 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 283 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 294 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 284 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 295 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 285 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 296 "@@@STEP_LOG_END@analyze_details@@@" | 286 "@@@STEP_LOG_END@analyze_details@@@" |
| 297 ] | 287 ] |
| 298 }, | 288 }, |
| 299 { | 289 { |
| 300 "cmd": [ | 290 "cmd": [ |
| 301 "python", | 291 "python", |
| 302 "-u", | 292 "-u", |
| 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 293 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 304 "--show-path", | 294 "--show-path", |
| 305 "python", | 295 "python", |
| 306 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 307 ], | 297 ], |
| 308 "cwd": "[SLAVE_BUILD]", | |
| 309 "name": "cleanup_temp" | 298 "name": "cleanup_temp" |
| 310 }, | 299 }, |
| 311 { | 300 { |
| 312 "cmd": [ | 301 "cmd": [ |
| 313 "python", | 302 "python", |
| 314 "-u", | 303 "-u", |
| 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 316 "--show-path", | 305 "--show-path", |
| 317 "python", | 306 "python", |
| 318 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 336 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 325 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 337 "--goma-dir", | 326 "--goma-dir", |
| 338 "[CACHE]\\cipd\\goma", | 327 "[CACHE]\\cipd\\goma", |
| 339 "--goma-fail-fast", | 328 "--goma-fail-fast", |
| 340 "--goma-disable-local-fallback", | 329 "--goma-disable-local-fallback", |
| 341 "--ninja-ensure-up-to-date", | 330 "--ninja-ensure-up-to-date", |
| 342 "--clobber", | 331 "--clobber", |
| 343 "--", | 332 "--", |
| 344 "all" | 333 "all" |
| 345 ], | 334 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "env": { | 335 "env": { |
| 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 349 }, | 337 }, |
| 350 "name": "compile (with patch)", | 338 "name": "compile (with patch)", |
| 351 "~followup_annotations": [ | 339 "~followup_annotations": [ |
| 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 353 "@@@STEP_LOG_END@json.output (invalid)@@@" | 341 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 354 ] | 342 ] |
| 355 }, | 343 }, |
| 356 { | 344 { |
| 357 "cmd": [ | 345 "cmd": [ |
| 358 "python", | 346 "python", |
| 359 "-u", | 347 "-u", |
| 360 "import sys; sys.exit(0)" | 348 "import sys; sys.exit(0)" |
| 361 ], | 349 ], |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "name": "mark: before_tests" | 350 "name": "mark: before_tests" |
| 364 }, | 351 }, |
| 365 { | 352 { |
| 366 "name": "$result", | 353 "name": "$result", |
| 367 "recipe_result": null, | 354 "recipe_result": null, |
| 368 "status_code": 0 | 355 "status_code": 0 |
| 369 } | 356 } |
| 370 ] | 357 ] |
| OLD | NEW |