| 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.blink", | 16 "tryserver.blink", |
| 18 "--builder", | 17 "--builder", |
| 19 "win_blink_dbg", | 18 "win_blink_dbg", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 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'}]", | 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'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 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\"}", | 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\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 30 "--issue", | 29 "--issue", |
| 31 "12853011", | 30 "12853011", |
| 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 "--revision", | 39 "--revision", |
| 41 "src/third_party/WebKit@HEAD", | 40 "src/third_party/WebKit@HEAD", |
| 42 "--output_manifest" | 41 "--output_manifest" |
| 43 ], | 42 ], |
| 44 "cwd": "[SLAVE_BUILD]", | |
| 45 "env": { | 43 "env": { |
| 46 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 45 }, |
| 48 "name": "bot_update", | 46 "name": "bot_update", |
| 49 "~followup_annotations": [ | 47 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 108 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 115 ] | 113 ] |
| 116 }, | 114 }, |
| 117 { | 115 { |
| 118 "cmd": [], | 116 "cmd": [], |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "name": "ensure_goma" | 117 "name": "ensure_goma" |
| 121 }, | 118 }, |
| 122 { | 119 { |
| 123 "cmd": [ | 120 "cmd": [ |
| 124 "python", | 121 "python", |
| 125 "-u", | 122 "-u", |
| 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 127 "--platform", | 124 "--platform", |
| 128 "windows-386", | 125 "windows-386", |
| 129 "--dest-directory", | 126 "--dest-directory", |
| 130 "[SLAVE_BUILD]\\cipd", | 127 "[CWD]\\cipd", |
| 131 "--json-output", | 128 "--json-output", |
| 132 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 133 ], | 130 ], |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "name": "ensure_goma.install cipd", | 131 "name": "ensure_goma.install cipd", |
| 136 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 137 "@@@STEP_NEST_LEVEL@1@@@", | 133 "@@@STEP_NEST_LEVEL@1@@@", |
| 138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 139 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 140 ] |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 "cmd": [ | 143 "cmd": [ |
| 148 "[SLAVE_BUILD]\\cipd\\cipd", | 144 "fake_slave_build/cipd", |
| 149 "ensure", | 145 "ensure", |
| 150 "--root", | 146 "--root", |
| 151 "[CACHE]\\cipd\\goma", | 147 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 152 "--list", | 148 "--list", |
| 153 "infra_internal/goma/client/windows-amd64 release", | 149 "infra_internal/goma/client/windows-amd64 release", |
| 154 "--json-output", | 150 "--json-output", |
| 155 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 156 "--service-account-json", | 152 "--service-account-json", |
| 157 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 153 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 158 ], | 154 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "ensure_goma.ensure_installed", | 155 "name": "ensure_goma.ensure_installed", |
| 161 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 162 "@@@STEP_NEST_LEVEL@1@@@", | 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 166 "@@@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---------\", @@@", |
| 167 "@@@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\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 171 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 172 ] | 167 ] |
| 173 }, | 168 }, |
| 174 { | 169 { |
| 175 "cmd": [ | 170 "cmd": [ |
| 176 "python", | 171 "python", |
| 177 "-u", | 172 "-u", |
| 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 173 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 179 "--version" | 174 "--version" |
| 180 ], | 175 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "name": "swarming.py --version", | 176 "name": "swarming.py --version", |
| 183 "stdout": "/path/to/tmp/", | 177 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 185 "@@@STEP_TEXT@0.4.10@@@" | 179 "@@@STEP_TEXT@0.4.10@@@" |
| 186 ] | 180 ] |
| 187 }, | 181 }, |
| 188 { | 182 { |
| 189 "cmd": [ | 183 "cmd": [ |
| 190 "python", | 184 "python", |
| 191 "-u", | 185 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 193 "runhooks" | 187 "runhooks" |
| 194 ], | 188 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "env": { | 189 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 198 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 199 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m
ode=prepare use_goma=1", | 192 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 gomadir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arc
h=ia32 test_isolation_mode=prepare use_goma=1", |
| 200 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 201 }, | 194 }, |
| 202 "name": "gclient runhooks (with patch)" | 195 "name": "gclient runhooks (with patch)" |
| 203 }, | 196 }, |
| 204 { | 197 { |
| 205 "cmd": [ | 198 "cmd": [ |
| 206 "python", | 199 "python", |
| 207 "-u", | 200 "-u", |
| 208 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 209 "--output", | 202 "--output", |
| 210 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
| 211 "--", | 204 "--", |
| 212 "--build-config-fs", | 205 "--build-config-fs", |
| 213 "Debug", | 206 "Debug", |
| 214 "--paths", | 207 "--paths", |
| 215 "{\"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\"}", | 208 "{\"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\"}", |
| 216 "--properties", | 209 "--properties", |
| 217 "{\"buildername\": \"win_blink_dbg\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" | 210 "{\"buildername\": \"win_blink_dbg\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" |
| 218 ], | 211 ], |
| 219 "cwd": "[SLAVE_BUILD]", | |
| 220 "name": "get compile targets for scripts", | 212 "name": "get compile targets for scripts", |
| 221 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
| 224 ] | 216 ] |
| 225 }, | 217 }, |
| 226 { | 218 { |
| 227 "cmd": [ | 219 "cmd": [ |
| 228 "python", | 220 "python", |
| 229 "-u", | 221 "-u", |
| 230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 231 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 223 "[CWD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 232 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
| 233 ], | 225 ], |
| 234 "cwd": "[SLAVE_BUILD]", | |
| 235 "name": "read test spec", | 226 "name": "read test spec", |
| 236 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 237 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 228 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webkit.json@@@
", |
| 238 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 240 ] | 231 ] |
| 241 }, | 232 }, |
| 242 { | 233 { |
| 243 "cmd": [ | 234 "cmd": [ |
| 244 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 235 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| 245 ], | 236 ], |
| 246 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 237 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 247 "name": "ensure git tooling on windows" | 238 "name": "ensure git tooling on windows" |
| 248 }, | 239 }, |
| 249 { | 240 { |
| 250 "cmd": [ | 241 "cmd": [ |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 252 "diff", | 243 "diff", |
| 253 "--cached", | 244 "--cached", |
| 254 "--name-only" | 245 "--name-only" |
| 255 ], | 246 ], |
| 256 "cwd": "[SLAVE_BUILD]\\src", | 247 "cwd": "[CWD]\\src", |
| 257 "name": "git diff to analyze patch", | 248 "name": "git diff to analyze patch", |
| 258 "stdout": "/path/to/tmp/", | 249 "stdout": "/path/to/tmp/", |
| 259 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 251 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 261 "@@@STEP_LOG_END@files@@@", | 252 "@@@STEP_LOG_END@files@@@", |
| 262 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 263 ] | 254 ] |
| 264 }, | 255 }, |
| 265 { | 256 { |
| 266 "cmd": [ | 257 "cmd": [ |
| 267 "python", | 258 "python", |
| 268 "-u", | 259 "-u", |
| 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 270 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 261 "[CWD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 271 "/path/to/tmp/json" | 262 "/path/to/tmp/json" |
| 272 ], | 263 ], |
| 273 "cwd": "[SLAVE_BUILD]", | |
| 274 "name": "read filter exclusion spec", | 264 "name": "read filter exclusion spec", |
| 275 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 276 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 266 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 277 "@@@STEP_LOG_LINE@json.output@{@@@", | 267 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 271 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 272 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 275 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@}@@@", | 276 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 287 "@@@STEP_LOG_END@json.output@@@" | 277 "@@@STEP_LOG_END@json.output@@@" |
| 288 ] | 278 ] |
| 289 }, | 279 }, |
| 290 { | 280 { |
| 291 "cmd": [ | 281 "cmd": [ |
| 292 "python", | 282 "python", |
| 293 "-u", | 283 "-u", |
| 294 "import sys; sys.exit(0)" | 284 "import sys; sys.exit(0)" |
| 295 ], | 285 ], |
| 296 "cwd": "[SLAVE_BUILD]", | |
| 297 "name": "analyze", | 286 "name": "analyze", |
| 298 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 288 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 300 "@@@STEP_LOG_END@excluded_files@@@", | 289 "@@@STEP_LOG_END@excluded_files@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 318 }, | 307 }, |
| 319 { | 308 { |
| 320 "cmd": [ | 309 "cmd": [ |
| 321 "python", | 310 "python", |
| 322 "-u", | 311 "-u", |
| 323 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 312 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 324 "--show-path", | 313 "--show-path", |
| 325 "python", | 314 "python", |
| 326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 327 ], | 316 ], |
| 328 "cwd": "[SLAVE_BUILD]", | |
| 329 "name": "cleanup_temp" | 317 "name": "cleanup_temp" |
| 330 }, | 318 }, |
| 331 { | 319 { |
| 332 "cmd": [ | 320 "cmd": [ |
| 333 "python", | 321 "python", |
| 334 "-u", | 322 "-u", |
| 335 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 323 "[CWD]\\src\\tools\\mb\\mb.py", |
| 336 "gen", | 324 "gen", |
| 337 "-m", | 325 "-m", |
| 338 "tryserver.blink", | 326 "tryserver.blink", |
| 339 "-b", | 327 "-b", |
| 340 "win_blink_dbg", | 328 "win_blink_dbg", |
| 341 "--config-file", | 329 "--config-file", |
| 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 330 "[CWD]\\src\\tools\\mb\\mb_config.pyl", |
| 343 "--goma-dir", | 331 "--goma-dir", |
| 344 "[CACHE]\\cipd\\goma", | 332 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 345 "//out/Debug" | 333 "//out/Debug" |
| 346 ], | 334 ], |
| 347 "cwd": "[SLAVE_BUILD]", | |
| 348 "name": "generate_build_files (with patch)" | 335 "name": "generate_build_files (with patch)" |
| 349 }, | 336 }, |
| 350 { | 337 { |
| 351 "cmd": [ | 338 "cmd": [ |
| 352 "python", | 339 "python", |
| 353 "-u", | 340 "-u", |
| 354 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 341 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 355 "--show-path", | 342 "--show-path", |
| 356 "python", | 343 "python", |
| 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 358 "--gsutil-py-path", | 345 "--gsutil-py-path", |
| 359 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 346 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 360 "--ninja-path", | 347 "--ninja-path", |
| 361 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 348 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 362 "--target", | 349 "--target", |
| 363 "Debug", | 350 "Debug", |
| 364 "--src-dir", | 351 "--src-dir", |
| 365 "[SLAVE_BUILD]\\src", | 352 "[CWD]\\src", |
| 366 "--goma-cache-dir", | 353 "--goma-cache-dir", |
| 367 "[GOMA_CACHE]", | 354 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 368 "--build-tool", | 355 "--build-tool", |
| 369 "ninja", | 356 "ninja", |
| 370 "--compiler", | 357 "--compiler", |
| 371 "goma", | 358 "goma", |
| 372 "--goma-jsonstatus", | 359 "--goma-jsonstatus", |
| 373 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
| 374 "--goma-service-account-json-file", | 361 "--goma-service-account-json-file", |
| 375 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 362 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 376 "--goma-dir", | 363 "--goma-dir", |
| 377 "[CACHE]\\cipd\\goma", | 364 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 378 "--goma-fail-fast", | 365 "--goma-fail-fast", |
| 379 "--goma-disable-local-fallback", | 366 "--goma-disable-local-fallback", |
| 380 "--", | 367 "--", |
| 381 "blink_tests" | 368 "blink_tests" |
| 382 ], | 369 ], |
| 383 "cwd": "[SLAVE_BUILD]", | |
| 384 "env": { | 370 "env": { |
| 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 386 }, | 372 }, |
| 387 "name": "compile (with patch)", | 373 "name": "compile (with patch)", |
| 388 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 375 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 390 "@@@STEP_LOG_END@json.output (invalid)@@@" | 376 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 391 ] | 377 ] |
| 392 }, | 378 }, |
| 393 { | 379 { |
| 394 "cmd": [ | 380 "cmd": [ |
| 395 "python", | 381 "python", |
| 396 "-u", | 382 "-u", |
| 397 "import sys; sys.exit(0)" | 383 "import sys; sys.exit(0)" |
| 398 ], | 384 ], |
| 399 "cwd": "[SLAVE_BUILD]", | |
| 400 "name": "mark: before_tests" | 385 "name": "mark: before_tests" |
| 401 }, | 386 }, |
| 402 { | 387 { |
| 403 "cmd": [ | 388 "cmd": [ |
| 404 "python", | 389 "python", |
| 405 "-u", | 390 "-u", |
| 406 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 391 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 407 "--target", | 392 "--target", |
| 408 "Debug", | 393 "Debug", |
| 409 "--factory-properties", | 394 "--factory-properties", |
| 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_dbg\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_dbg\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 411 "--build-properties", | 396 "--build-properties", |
| 412 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_dbg\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_dbg\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 413 "--step-name=webkit_tests (with patch)", | 398 "--step-name=webkit_tests (with patch)", |
| 414 "--builder-name=win_blink_dbg", | 399 "--builder-name=win_blink_dbg", |
| 415 "--slave-name=TestSlavename", | 400 "--slave-name=TestSlavename", |
| 416 "--build-number=571", | 401 "--build-number=571", |
| 417 "--run-python-script", | 402 "--run-python-script", |
| 418 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 403 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
| 419 "--target", | 404 "--target", |
| 420 "Debug", | 405 "Debug", |
| 421 "-o", | 406 "-o", |
| 422 "[SLAVE_BUILD]\\layout-test-results", | 407 "[CWD]\\layout-test-results", |
| 423 "--build-dir", | 408 "--build-dir", |
| 424 "[SLAVE_BUILD]\\src\\out", | 409 "[CWD]\\src\\out", |
| 425 "--json-test-results", | 410 "--json-test-results", |
| 426 "/path/to/tmp/json", | 411 "/path/to/tmp/json", |
| 427 "--test-results-server", | 412 "--test-results-server", |
| 428 "test-results.appspot.com", | 413 "test-results.appspot.com", |
| 429 "--build-number", | 414 "--build-number", |
| 430 "571", | 415 "571", |
| 431 "--builder-name", | 416 "--builder-name", |
| 432 "win_blink_dbg", | 417 "win_blink_dbg", |
| 433 "--step-name", | 418 "--step-name", |
| 434 "webkit_tests (with patch)" | 419 "webkit_tests (with patch)" |
| 435 ], | 420 ], |
| 436 "cwd": "[SLAVE_BUILD]", | |
| 437 "name": "webkit_tests (with patch)", | 421 "name": "webkit_tests (with patch)", |
| 438 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 439 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 423 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 440 ] | 424 ] |
| 441 }, | 425 }, |
| 442 { | 426 { |
| 443 "cmd": [ | 427 "cmd": [ |
| 444 "python", | 428 "python", |
| 445 "-u", | 429 "-u", |
| 446 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 430 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", |
| 447 "--results-dir", | 431 "--results-dir", |
| 448 "[SLAVE_BUILD]\\layout-test-results", | 432 "[CWD]\\layout-test-results", |
| 449 "--build-dir", | 433 "--build-dir", |
| 450 "[SLAVE_BUILD]\\src\\out", | 434 "[CWD]\\src\\out", |
| 451 "--build-number", | 435 "--build-number", |
| 452 "571", | 436 "571", |
| 453 "--builder-name", | 437 "--builder-name", |
| 454 "win_blink_dbg", | 438 "win_blink_dbg", |
| 455 "--gs-bucket", | 439 "--gs-bucket", |
| 456 "gs://chromium-layout-test-archives" | 440 "gs://chromium-layout-test-archives" |
| 457 ], | 441 ], |
| 458 "cwd": "[SLAVE_BUILD]", | |
| 459 "name": "archive_webkit_tests_results", | 442 "name": "archive_webkit_tests_results", |
| 460 "~followup_annotations": [ | 443 "~followup_annotations": [ |
| 461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_dbg/571/layout-test-results/results.html@@@", | 444 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_dbg/571/layout-test-results/results.html@@@", |
| 462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_dbg/571/layout-test-results.zip@@@" | 445 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_dbg/571/layout-test-results.zip@@@" |
| 463 ] | 446 ] |
| 464 }, | 447 }, |
| 465 { | 448 { |
| 466 "cmd": [ | 449 "cmd": [ |
| 467 "python", | 450 "python", |
| 468 "-u", | 451 "-u", |
| 469 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 452 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 470 "--target", | 453 "--target", |
| 471 "Debug" | 454 "Debug" |
| 472 ], | 455 ], |
| 473 "cwd": "[SLAVE_BUILD]", | |
| 474 "name": "process_dumps" | 456 "name": "process_dumps" |
| 475 }, | 457 }, |
| 476 { | 458 { |
| 477 "name": "$result", | 459 "name": "$result", |
| 478 "recipe_result": null, | 460 "recipe_result": null, |
| 479 "status_code": 0 | 461 "status_code": 0 |
| 480 } | 462 } |
| 481 ] | 463 ] |
| OLD | NEW |