| 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]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.webkit", | 17 "chromium.webkit", |
| 17 "--builder", | 18 "--builder", |
| 18 "WebKit Win x64 Builder", | 19 "WebKit Win x64 Builder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@HEAD", | 33 "src@HEAD", |
| 33 "--revision", | 34 "--revision", |
| 34 "src/third_party/WebKit@HEAD", | 35 "src/third_party/WebKit@HEAD", |
| 35 "--force", | 36 "--force", |
| 36 "--output_manifest" | 37 "--output_manifest" |
| 37 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
| 38 "env": { | 40 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 42 }, |
| 41 "name": "bot_update", | 43 "name": "bot_update", |
| 42 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 45 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 46 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 104 "@@@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}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 108 ] | 110 ] |
| 109 }, | 111 }, |
| 110 { | 112 { |
| 111 "cmd": [], | 113 "cmd": [], |
| 114 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "ensure_goma" | 115 "name": "ensure_goma" |
| 113 }, | 116 }, |
| 114 { | 117 { |
| 115 "cmd": [ | 118 "cmd": [ |
| 116 "python", | 119 "python", |
| 117 "-u", | 120 "-u", |
| 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 121 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 119 "--platform", | 122 "--platform", |
| 120 "windows-amd64", | 123 "windows-amd64", |
| 121 "--dest-directory", | 124 "--dest-directory", |
| 122 "[CWD]\\cipd", | 125 "[SLAVE_BUILD]\\cipd", |
| 123 "--json-output", | 126 "--json-output", |
| 124 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
| 125 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "ensure_goma.install cipd", | 130 "name": "ensure_goma.install cipd", |
| 127 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 128 "@@@STEP_NEST_LEVEL@1@@@", | 132 "@@@STEP_NEST_LEVEL@1@@@", |
| 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 130 "@@@STEP_LOG_LINE@json.output@{@@@", | 134 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@}@@@", | 137 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 139 ] |
| 136 }, | 140 }, |
| 137 { | 141 { |
| 138 "cmd": [ | 142 "cmd": [ |
| 139 "fake_slave_build/cipd", | 143 "[SLAVE_BUILD]\\cipd\\cipd", |
| 140 "ensure", | 144 "ensure", |
| 141 "--root", | 145 "--root", |
| 142 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 146 "[CACHE]\\cipd\\goma", |
| 143 "--list", | 147 "--list", |
| 144 "infra_internal/goma/client/windows-amd64 release", | 148 "infra_internal/goma/client/windows-amd64 release", |
| 145 "--json-output", | 149 "--json-output", |
| 146 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
| 147 "--service-account-json", | 151 "--service-account-json", |
| 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 152 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 149 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "ensure_goma.ensure_installed", | 155 "name": "ensure_goma.ensure_installed", |
| 151 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 152 "@@@STEP_NEST_LEVEL@1@@@", | 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 167 ] |
| 163 }, | 168 }, |
| 164 { | 169 { |
| 165 "cmd": [ | 170 "cmd": [ |
| 166 "python", | 171 "python", |
| 167 "-u", | 172 "-u", |
| 168 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 169 "--version" | 174 "--version" |
| 170 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "swarming.py --version", | 177 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", | 178 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.4.10@@@" | 180 "@@@STEP_TEXT@0.4.10@@@" |
| 175 ] | 181 ] |
| 176 }, | 182 }, |
| 177 { | 183 { |
| 178 "cmd": [ | 184 "cmd": [ |
| 179 "python", | 185 "python", |
| 180 "-u", | 186 "-u", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 182 "runhooks" | 188 "runhooks" |
| 183 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 184 "env": { | 191 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 186 "GYP_CHROMIUM_NO_ACTION": "1", | 193 "GYP_CHROMIUM_NO_ACTION": "1", |
| 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=x64 test_isolatio
n_mode=prepare use_goma=1", | 194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma
=1", |
| 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 196 }, |
| 190 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 191 }, | 198 }, |
| 192 { | 199 { |
| 193 "cmd": [ | 200 "cmd": [ |
| 194 "python", | 201 "python", |
| 195 "-u", | 202 "-u", |
| 196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 197 "--output", | 204 "--output", |
| 198 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
| 199 "--", | 206 "--", |
| 200 "--build-config-fs", | 207 "--build-config-fs", |
| 201 "Release_x64", | 208 "Release_x64", |
| 202 "--paths", | 209 "--paths", |
| 203 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 210 "{\"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\"}", |
| 204 "--properties", | 211 "--properties", |
| 205 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" | 212 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" |
| 206 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
| 208 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 219 ] |
| 212 }, | 220 }, |
| 213 { | 221 { |
| 214 "cmd": [ | 222 "cmd": [ |
| 215 "python", | 223 "python", |
| 216 "-u", | 224 "-u", |
| 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 218 "[CWD]\\src\\testing\\buildbot\\chromium.webkit.json", | 226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 219 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 220 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "read test spec", | 230 "name": "read test spec", |
| 222 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webkit.json@@@
", | 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win x64 Builder\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win x64 Builder\": {@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 241 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ }@@@", | 243 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 246 ] |
| 238 }, | 247 }, |
| 239 { | 248 { |
| 240 "cmd": [ | 249 "cmd": [ |
| 241 "python", | 250 "python", |
| 242 "-u", | 251 "-u", |
| 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 244 "--show-path", | 253 "--show-path", |
| 245 "python", | 254 "python", |
| 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 247 ], | 256 ], |
| 257 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "cleanup_temp" | 258 "name": "cleanup_temp" |
| 249 }, | 259 }, |
| 250 { | 260 { |
| 251 "cmd": [ | 261 "cmd": [ |
| 252 "python", | 262 "python", |
| 253 "-u", | 263 "-u", |
| 254 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 264 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 255 "--build-dir", | 265 "--build-dir", |
| 256 "[CWD]\\src\\out\\Release_x64", | 266 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 257 "--clean-isolated-files" | 267 "--clean-isolated-files" |
| 258 ], | 268 ], |
| 269 "cwd": "[SLAVE_BUILD]", |
| 259 "name": "clean isolated files" | 270 "name": "clean isolated files" |
| 260 }, | 271 }, |
| 261 { | 272 { |
| 262 "cmd": [ | 273 "cmd": [ |
| 263 "python", | 274 "python", |
| 264 "-u", | 275 "-u", |
| 265 "[CWD]\\src\\tools\\mb\\mb.py", | 276 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 266 "gen", | 277 "gen", |
| 267 "-m", | 278 "-m", |
| 268 "chromium.webkit", | 279 "chromium.webkit", |
| 269 "-b", | 280 "-b", |
| 270 "WebKit Win x64 Builder", | 281 "WebKit Win x64 Builder", |
| 271 "--config-file", | 282 "--config-file", |
| 272 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 283 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 273 "--goma-dir", | 284 "--goma-dir", |
| 274 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 285 "[CACHE]\\cipd\\goma", |
| 275 "--swarming-targets-file", | 286 "--swarming-targets-file", |
| 276 "browser_tests\n", | 287 "browser_tests\n", |
| 277 "//out/Release_x64" | 288 "//out/Release_x64" |
| 278 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", |
| 279 "name": "generate_build_files", | 291 "name": "generate_build_files", |
| 280 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 282 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 283 ] | 295 ] |
| 284 }, | 296 }, |
| 285 { | 297 { |
| 286 "cmd": [ | 298 "cmd": [ |
| 287 "python", | 299 "python", |
| 288 "-u", | 300 "-u", |
| 289 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 301 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 290 "--show-path", | 302 "--show-path", |
| 291 "python", | 303 "python", |
| 292 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 304 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 293 "--gsutil-py-path", | 305 "--gsutil-py-path", |
| 294 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 306 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 295 "--ninja-path", | 307 "--ninja-path", |
| 296 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 308 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 297 "--target", | 309 "--target", |
| 298 "Release_x64", | 310 "Release_x64", |
| 299 "--src-dir", | 311 "--src-dir", |
| 300 "[CWD]\\src", | 312 "[SLAVE_BUILD]\\src", |
| 301 "--goma-cache-dir", | 313 "--goma-cache-dir", |
| 302 "[ROOT]\\b\\build\\slave\\goma_cache", | 314 "[GOMA_CACHE]", |
| 303 "--build-tool", | 315 "--build-tool", |
| 304 "ninja", | 316 "ninja", |
| 305 "--build-data-dir", | 317 "--build-data-dir", |
| 306 "[ROOT]\\build_data_dir", | 318 "[ROOT]\\build_data_dir", |
| 307 "--compiler", | 319 "--compiler", |
| 308 "goma", | 320 "goma", |
| 309 "--goma-jsonstatus", | 321 "--goma-jsonstatus", |
| 310 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
| 311 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
| 312 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 313 "--goma-dir", | 325 "--goma-dir", |
| 314 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 326 "[CACHE]\\cipd\\goma", |
| 315 "--", | 327 "--", |
| 316 "blink_tests", | 328 "blink_tests", |
| 317 "browser_tests", | 329 "browser_tests", |
| 318 "browser_tests_run" | 330 "browser_tests_run" |
| 319 ], | 331 ], |
| 332 "cwd": "[SLAVE_BUILD]", |
| 320 "env": { | 333 "env": { |
| 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 322 }, | 335 }, |
| 323 "name": "compile", | 336 "name": "compile", |
| 324 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 326 "@@@STEP_LOG_END@json.output (invalid)@@@" | 339 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 327 ] | 340 ] |
| 328 }, | 341 }, |
| 329 { | 342 { |
| 330 "cmd": [ | 343 "cmd": [ |
| 331 "python", | 344 "python", |
| 332 "-u", | 345 "-u", |
| 333 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 346 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 334 "--build-dir", | 347 "--build-dir", |
| 335 "[CWD]\\src\\out\\Release_x64", | 348 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 336 "--src-dir", | 349 "--src-dir", |
| 337 "[CWD]\\src" | 350 "[SLAVE_BUILD]\\src" |
| 338 ], | 351 ], |
| 339 "cwd": "[CWD]", | 352 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "remove_build_metadata" | 353 "name": "remove_build_metadata" |
| 341 }, | 354 }, |
| 342 { | 355 { |
| 343 "cmd": [ | 356 "cmd": [ |
| 344 "python", | 357 "python", |
| 345 "-u", | 358 "-u", |
| 346 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 359 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 347 "[CWD]\\src\\tools\\swarming_client", | 360 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 348 "batcharchive", | 361 "batcharchive", |
| 349 "--dump-json", | 362 "--dump-json", |
| 350 "/path/to/tmp/json", | 363 "/path/to/tmp/json", |
| 351 "--isolate-server", | 364 "--isolate-server", |
| 352 "https://isolateserver.appspot.com", | 365 "https://isolateserver.appspot.com", |
| 353 "--verbose", | 366 "--verbose", |
| 354 "[CWD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 367 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 355 ], | 368 ], |
| 369 "cwd": "[SLAVE_BUILD]", |
| 356 "name": "isolate tests", | 370 "name": "isolate tests", |
| 357 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 358 "@@@STEP_LOG_LINE@json.output@{@@@", | 372 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 359 "@@@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]\"@@@", |
| 360 "@@@STEP_LOG_LINE@json.output@}@@@", | 374 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 361 "@@@STEP_LOG_END@json.output@@@" | 375 "@@@STEP_LOG_END@json.output@@@" |
| 362 ] | 376 ] |
| 363 }, | 377 }, |
| 364 { | 378 { |
| 365 "cmd": [ | 379 "cmd": [ |
| 366 "python", | 380 "python", |
| 367 "-u", | 381 "-u", |
| 368 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 382 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 369 "--build-dir", | 383 "--build-dir", |
| 370 "[CWD]\\src\\out\\Release_x64", | 384 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 371 "--output-json", | 385 "--output-json", |
| 372 "/path/to/tmp/json" | 386 "/path/to/tmp/json" |
| 373 ], | 387 ], |
| 388 "cwd": "[SLAVE_BUILD]", |
| 374 "name": "find isolated tests", | 389 "name": "find isolated tests", |
| 375 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 376 "@@@STEP_LOG_LINE@json.output@{@@@", | 391 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 380 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
| 381 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 396 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 382 ] | 397 ] |
| 383 }, | 398 }, |
| 384 { | 399 { |
| 385 "cmd": [ | 400 "cmd": [ |
| 386 "python", | 401 "python", |
| 387 "-u", | 402 "-u", |
| 388 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 403 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 389 "browser_tests" | 404 "browser_tests" |
| 390 ], | 405 ], |
| 406 "cwd": "[SLAVE_BUILD]", |
| 391 "name": "[error] browser_tests", | 407 "name": "[error] browser_tests", |
| 392 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 393 "@@@STEP_LOG_LINE@python.inline@@@@", | 409 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 394 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 410 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 395 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 411 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 396 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 412 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 397 "@@@STEP_LOG_END@python.inline@@@" | 413 "@@@STEP_LOG_END@python.inline@@@" |
| 398 ] | 414 ] |
| 399 }, | 415 }, |
| 400 { | 416 { |
| 401 "cmd": [ | 417 "cmd": [ |
| 402 "python", | 418 "python", |
| 403 "-u", | 419 "-u", |
| 404 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 420 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 405 "browser_tests" | 421 "browser_tests" |
| 406 ], | 422 ], |
| 423 "cwd": "[SLAVE_BUILD]", |
| 407 "name": "[collect error] browser_tests", | 424 "name": "[collect error] browser_tests", |
| 408 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 409 "@@@STEP_LOG_LINE@python.inline@@@@", | 426 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 410 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 427 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 411 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 428 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 412 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 429 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 413 "@@@STEP_LOG_END@python.inline@@@" | 430 "@@@STEP_LOG_END@python.inline@@@" |
| 414 ] | 431 ] |
| 415 }, | 432 }, |
| 416 { | 433 { |
| 417 "cmd": [ | 434 "cmd": [ |
| 418 "python", | 435 "python", |
| 419 "-u", | 436 "-u", |
| 420 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 437 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 421 "--target", | 438 "--target", |
| 422 "Release_x64" | 439 "Release_x64" |
| 423 ], | 440 ], |
| 441 "cwd": "[SLAVE_BUILD]", |
| 424 "name": "process_dumps" | 442 "name": "process_dumps" |
| 425 }, | 443 }, |
| 426 { | 444 { |
| 427 "name": "$result", | 445 "name": "$result", |
| 428 "recipe_result": null, | 446 "recipe_result": null, |
| 429 "status_code": 0 | 447 "status_code": 0 |
| 430 } | 448 } |
| 431 ] | 449 ] |
| OLD | NEW |