| 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 "client.skia", | 16 "client.skia", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@HEAD", | 32 "src@HEAD", |
| 34 "--revision", | 33 "--revision", |
| 35 "src/third_party/skia@origin/master", | 34 "src/third_party/skia@origin/master", |
| 36 "--force", | 35 "--force", |
| 37 "--output_manifest" | 36 "--output_manifest" |
| 38 ], | 37 ], |
| 39 "cwd": "[SLAVE_BUILD]", | |
| 40 "env": { | 38 "env": { |
| 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 42 }, | 40 }, |
| 43 "name": "bot_update", | 41 "name": "bot_update", |
| 44 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 45 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 113 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 114 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 115 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
| 116 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 117 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 115 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 118 ] | 116 ] |
| 119 }, | 117 }, |
| 120 { | 118 { |
| 121 "cmd": [], | 119 "cmd": [], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "ensure_goma" | 120 "name": "ensure_goma" |
| 124 }, | 121 }, |
| 125 { | 122 { |
| 126 "cmd": [ | 123 "cmd": [ |
| 127 "python", | 124 "python", |
| 128 "-u", | 125 "-u", |
| 129 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 130 "--platform", | 127 "--platform", |
| 131 "windows-386", | 128 "windows-386", |
| 132 "--dest-directory", | 129 "--dest-directory", |
| 133 "[SLAVE_BUILD]\\cipd", | 130 "[SLAVE_BUILD]\\cipd", |
| 134 "--json-output", | 131 "--json-output", |
| 135 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
| 136 ], | 133 ], |
| 137 "cwd": "[SLAVE_BUILD]", | |
| 138 "name": "ensure_goma.install cipd", | 134 "name": "ensure_goma.install cipd", |
| 139 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 140 "@@@STEP_NEST_LEVEL@1@@@", | 136 "@@@STEP_NEST_LEVEL@1@@@", |
| 141 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 137 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@}@@@", | 141 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 146 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 143 ] |
| 148 }, | 144 }, |
| 149 { | 145 { |
| 150 "cmd": [ | 146 "cmd": [ |
| 151 "[SLAVE_BUILD]\\cipd\\cipd", | 147 "[SLAVE_BUILD]\\cipd\\cipd", |
| 152 "ensure", | 148 "ensure", |
| 153 "--root", | 149 "--root", |
| 154 "[CACHE]\\cipd\\goma", | 150 "[CACHE]\\cipd\\goma", |
| 155 "--list", | 151 "--list", |
| 156 "infra_internal/goma/client/windows-amd64 release", | 152 "infra_internal/goma/client/windows-amd64 release", |
| 157 "--json-output", | 153 "--json-output", |
| 158 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
| 159 "--service-account-json", | 155 "--service-account-json", |
| 160 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 156 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 161 ], | 157 ], |
| 162 "cwd": "[SLAVE_BUILD]", | |
| 163 "name": "ensure_goma.ensure_installed", | 158 "name": "ensure_goma.ensure_installed", |
| 164 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 165 "@@@STEP_NEST_LEVEL@1@@@", | 160 "@@@STEP_NEST_LEVEL@1@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 166 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 167 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", | 168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
| 175 ] | 170 ] |
| 176 }, | 171 }, |
| 177 { | 172 { |
| 178 "cmd": [ | 173 "cmd": [ |
| 179 "python", | 174 "python", |
| 180 "-u", | 175 "-u", |
| 181 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 182 "--version" | 177 "--version" |
| 183 ], | 178 ], |
| 184 "cwd": "[SLAVE_BUILD]", | |
| 185 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
| 186 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
| 187 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 188 "@@@STEP_TEXT@0.4.10@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
| 189 ] | 183 ] |
| 190 }, | 184 }, |
| 191 { | 185 { |
| 192 "cmd": [ | 186 "cmd": [ |
| 193 "python", | 187 "python", |
| 194 "-u", | 188 "-u", |
| 195 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 196 "runhooks" | 190 "runhooks" |
| 197 ], | 191 ], |
| 198 "cwd": "[SLAVE_BUILD]", | |
| 199 "env": { | 192 "env": { |
| 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 201 "GYP_CHROMIUM_NO_ACTION": "1", | 194 "GYP_CHROMIUM_NO_ACTION": "1", |
| 202 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 195 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 203 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 196 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 204 }, | 197 }, |
| 205 "name": "gclient runhooks" | 198 "name": "gclient runhooks" |
| 206 }, | 199 }, |
| 207 { | 200 { |
| 208 "cmd": [ | 201 "cmd": [ |
| 209 "python", | 202 "python", |
| 210 "-u", | 203 "-u", |
| 211 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 204 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 212 "--output", | 205 "--output", |
| 213 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
| 214 "--", | 207 "--", |
| 215 "--build-config-fs", | 208 "--build-config-fs", |
| 216 "Release", | 209 "Release", |
| 217 "--use-src-side-runtest-py", | 210 "--use-src-side-runtest-py", |
| 218 "--paths", | 211 "--paths", |
| 219 "{\"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\"}", | 212 "{\"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\"}", |
| 220 "--properties", | 213 "--properties", |
| 221 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" | 214 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" |
| 222 ], | 215 ], |
| 223 "cwd": "[SLAVE_BUILD]", | |
| 224 "name": "get compile targets for scripts", | 216 "name": "get compile targets for scripts", |
| 225 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 226 "@@@STEP_LOG_LINE@json.output@{}@@@", | 218 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 227 "@@@STEP_LOG_END@json.output@@@" | 219 "@@@STEP_LOG_END@json.output@@@" |
| 228 ] | 220 ] |
| 229 }, | 221 }, |
| 230 { | 222 { |
| 231 "cmd": [ | 223 "cmd": [ |
| 232 "python", | 224 "python", |
| 233 "-u", | 225 "-u", |
| 234 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 235 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 227 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 236 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
| 237 ], | 229 ], |
| 238 "cwd": "[SLAVE_BUILD]", | |
| 239 "name": "read test spec", | 230 "name": "read test spec", |
| 240 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 241 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ }@@@", | 241 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ }@@@", | 243 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 254 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 255 ] | 246 ] |
| 256 }, | 247 }, |
| 257 { | 248 { |
| 258 "cmd": [ | 249 "cmd": [ |
| 259 "python", | 250 "python", |
| 260 "-u", | 251 "-u", |
| 261 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 262 "--show-path", | 253 "--show-path", |
| 263 "python", | 254 "python", |
| 264 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 265 ], | 256 ], |
| 266 "cwd": "[SLAVE_BUILD]", | |
| 267 "name": "cleanup_temp" | 257 "name": "cleanup_temp" |
| 268 }, | 258 }, |
| 269 { | 259 { |
| 270 "cmd": [ | 260 "cmd": [ |
| 271 "python", | 261 "python", |
| 272 "-u", | 262 "-u", |
| 273 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 263 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 274 "--build-dir", | 264 "--build-dir", |
| 275 "[SLAVE_BUILD]\\src\\out\\Release", | 265 "[SLAVE_BUILD]\\src\\out\\Release", |
| 276 "--clean-isolated-files" | 266 "--clean-isolated-files" |
| 277 ], | 267 ], |
| 278 "cwd": "[SLAVE_BUILD]", | |
| 279 "name": "clean isolated files" | 268 "name": "clean isolated files" |
| 280 }, | 269 }, |
| 281 { | 270 { |
| 282 "cmd": [ | 271 "cmd": [ |
| 283 "python", | 272 "python", |
| 284 "-u", | 273 "-u", |
| 285 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 274 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 286 "gen", | 275 "gen", |
| 287 "-m", | 276 "-m", |
| 288 "client.skia", | 277 "client.skia", |
| 289 "-b", | 278 "-b", |
| 290 "Win Builder", | 279 "Win Builder", |
| 291 "--config-file", | 280 "--config-file", |
| 292 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 281 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 293 "--goma-dir", | 282 "--goma-dir", |
| 294 "[CACHE]\\cipd\\goma", | 283 "[CACHE]\\cipd\\goma", |
| 295 "--swarming-targets-file", | 284 "--swarming-targets-file", |
| 296 "browser_tests\n", | 285 "browser_tests\n", |
| 297 "//out/Release" | 286 "//out/Release" |
| 298 ], | 287 ], |
| 299 "cwd": "[SLAVE_BUILD]", | |
| 300 "env": { | 288 "env": { |
| 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 302 }, | 290 }, |
| 303 "name": "generate_build_files", | 291 "name": "generate_build_files", |
| 304 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 305 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 306 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 307 ] | 295 ] |
| 308 }, | 296 }, |
| 309 { | 297 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 336 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 337 "--goma-dir", | 325 "--goma-dir", |
| 338 "[CACHE]\\cipd\\goma", | 326 "[CACHE]\\cipd\\goma", |
| 339 "--ninja-ensure-up-to-date", | 327 "--ninja-ensure-up-to-date", |
| 340 "--", | 328 "--", |
| 341 "browser_tests", | 329 "browser_tests", |
| 342 "browser_tests_run", | 330 "browser_tests_run", |
| 343 "chromium_builder_tests", | 331 "chromium_builder_tests", |
| 344 "mini_installer" | 332 "mini_installer" |
| 345 ], | 333 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "env": { | 334 "env": { |
| 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 349 }, | 336 }, |
| 350 "name": "compile", | 337 "name": "compile", |
| 351 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 353 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 354 ] | 341 ] |
| 355 }, | 342 }, |
| 356 { | 343 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 373 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 360 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 374 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 361 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 375 "batcharchive", | 362 "batcharchive", |
| 376 "--dump-json", | 363 "--dump-json", |
| 377 "/path/to/tmp/json", | 364 "/path/to/tmp/json", |
| 378 "--isolate-server", | 365 "--isolate-server", |
| 379 "https://isolateserver.appspot.com", | 366 "https://isolateserver.appspot.com", |
| 380 "--verbose", | 367 "--verbose", |
| 381 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 368 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 382 ], | 369 ], |
| 383 "cwd": "[SLAVE_BUILD]", | |
| 384 "name": "isolate tests", | 370 "name": "isolate tests", |
| 385 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output@{@@@", | 372 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@}@@@", | 374 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 389 "@@@STEP_LOG_END@json.output@@@" | 375 "@@@STEP_LOG_END@json.output@@@" |
| 390 ] | 376 ] |
| 391 }, | 377 }, |
| 392 { | 378 { |
| 393 "allow_subannotations": true, | 379 "allow_subannotations": true, |
| 394 "cmd": [ | 380 "cmd": [ |
| 395 "python", | 381 "python", |
| 396 "-u", | 382 "-u", |
| 397 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 383 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 398 "--show-path", | 384 "--show-path", |
| 399 "python", | 385 "python", |
| 400 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 401 "--target", | 387 "--target", |
| 402 "Release", | 388 "Release", |
| 403 "--build-url", | 389 "--build-url", |
| 404 "gs://chromium-skia-gm/client.skia/Win Builder", | 390 "gs://chromium-skia-gm/client.skia/Win Builder", |
| 405 "--build_revision", | 391 "--build_revision", |
| 406 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 392 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
| 407 "--factory-properties", | 393 "--factory-properties", |
| 408 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 394 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
| 409 "--build-properties", | 395 "--build-properties", |
| 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}" | 396 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}" |
| 411 ], | 397 ], |
| 412 "cwd": "[SLAVE_BUILD]", | |
| 413 "name": "package build" | 398 "name": "package build" |
| 414 }, | 399 }, |
| 415 { | 400 { |
| 416 "cmd": [], | 401 "cmd": [], |
| 417 "cwd": "[SLAVE_BUILD]", | |
| 418 "name": "trigger", | 402 "name": "trigger", |
| 419 "trigger_specs": [ | 403 "trigger_specs": [ |
| 420 { | 404 { |
| 421 "builder_name": "Win7 Tests (1)", | 405 "builder_name": "Win7 Tests (1)", |
| 422 "properties": { | 406 "properties": { |
| 423 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 407 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 424 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 408 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 425 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", | 409 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", |
| 426 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", | 410 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", |
| 427 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 411 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 440 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 441 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 425 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 442 ] | 426 ] |
| 443 }, | 427 }, |
| 444 { | 428 { |
| 445 "name": "$result", | 429 "name": "$result", |
| 446 "recipe_result": null, | 430 "recipe_result": null, |
| 447 "status_code": 0 | 431 "status_code": 0 |
| 448 } | 432 } |
| 449 ] | 433 ] |
| OLD | NEW |