| 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", |
| 19 "win_chromium_rel_ng", | 18 "win_chromium_rel_ng", |
| 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 "--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-amd64", | 122 "windows-amd64", |
| 126 "--dest-directory", | 123 "--dest-directory", |
| 127 "[SLAVE_BUILD]\\cipd", | 124 "[CWD]\\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\": \"fake_slave_build/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 "fake_slave_build/cipd", |
| 146 "ensure", | 142 "ensure", |
| 147 "--root", | 143 "--root", |
| 148 "[CACHE]\\cipd\\goma", | 144 "[ROOT]\\b\\build\\slave\\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 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 170 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 176 "--version" | 171 "--version" |
| 177 ], | 172 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "swarming.py --version", | 173 "name": "swarming.py --version", |
| 180 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
| 181 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@0.4.10@@@" | 176 "@@@STEP_TEXT@0.4.10@@@" |
| 183 ] | 177 ] |
| 184 }, | 178 }, |
| 185 { | 179 { |
| 186 "cmd": [ | 180 "cmd": [ |
| 187 "python", | 181 "python", |
| 188 "-u", | 182 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 190 "runhooks" | 184 "runhooks" |
| 191 ], | 185 ], |
| 192 "cwd": "[SLAVE_BUILD]", | |
| 193 "env": { | 186 "env": { |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 195 "GYP_CHROMIUM_NO_ACTION": "1", | 188 "GYP_CHROMIUM_NO_ACTION": "1", |
| 196 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 189 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\
build\\slave\\cache\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isol
ation_mode=prepare use_goma=1", |
| 197 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 198 }, | 191 }, |
| 199 "name": "gclient runhooks (with patch)" | 192 "name": "gclient runhooks (with patch)" |
| 200 }, | 193 }, |
| 201 { | 194 { |
| 202 "cmd": [ | 195 "cmd": [ |
| 203 "python", | 196 "python", |
| 204 "-u", | 197 "-u", |
| 205 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 198 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 206 "--output", | 199 "--output", |
| 207 "/path/to/tmp/json", | 200 "/path/to/tmp/json", |
| 208 "--", | 201 "--", |
| 209 "--build-config-fs", | 202 "--build-config-fs", |
| 210 "Release", | 203 "Release", |
| 211 "--use-src-side-runtest-py", | 204 "--use-src-side-runtest-py", |
| 212 "--paths", | 205 "--paths", |
| 213 "{\"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\"}", | 206 "{\"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\"}", |
| 214 "--properties", | 207 "--properties", |
| 215 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 208 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
| 216 ], | 209 ], |
| 217 "cwd": "[SLAVE_BUILD]", | |
| 218 "name": "get compile targets for scripts", | 210 "name": "get compile targets for scripts", |
| 219 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 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 "python", | 218 "python", |
| 227 "-u", | 219 "-u", |
| 228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 220 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 229 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json", | 221 "[CWD]\\src\\testing\\buildbot\\chromium.gpu.json", |
| 230 "/path/to/tmp/json" | 222 "/path/to/tmp/json" |
| 231 ], | 223 ], |
| 232 "cwd": "[SLAVE_BUILD]", | |
| 233 "name": "read test spec", | 224 "name": "read test spec", |
| 234 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 235 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js
on@@@", | 226 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.gpu.json@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@{}@@@", | 227 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 238 ] | 229 ] |
| 239 }, | 230 }, |
| 240 { | 231 { |
| 241 "cmd": [ | 232 "cmd": [ |
| 242 "python", | 233 "python", |
| 243 "-u", | 234 "-u", |
| 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 236 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", |
| 246 "/path/to/tmp/json" | 237 "/path/to/tmp/json" |
| 247 ], | 238 ], |
| 248 "cwd": "[SLAVE_BUILD]", | |
| 249 "name": "read test spec (2)", | 239 "name": "read test spec (2)", |
| 250 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 251 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 241 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@{}@@@", | 242 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 253 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 254 ] | 244 ] |
| 255 }, | 245 }, |
| 256 { | 246 { |
| 257 "cmd": [ | 247 "cmd": [ |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 248 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| 259 ], | 249 ], |
| 260 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 250 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 261 "name": "ensure git tooling on windows" | 251 "name": "ensure git tooling on windows" |
| 262 }, | 252 }, |
| 263 { | 253 { |
| 264 "cmd": [ | 254 "cmd": [ |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 255 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 266 "diff", | 256 "diff", |
| 267 "--cached", | 257 "--cached", |
| 268 "--name-only" | 258 "--name-only" |
| 269 ], | 259 ], |
| 270 "cwd": "[SLAVE_BUILD]\\src", | 260 "cwd": "[CWD]\\src", |
| 271 "name": "git diff to analyze patch", | 261 "name": "git diff to analyze patch", |
| 272 "stdout": "/path/to/tmp/", | 262 "stdout": "/path/to/tmp/", |
| 273 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/core/dom/Element.cpp@@@"
, | 264 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/core/dom/Element.cpp@@@"
, |
| 275 "@@@STEP_LOG_END@files@@@", | 265 "@@@STEP_LOG_END@files@@@", |
| 276 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink\"@@@" | 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink\"@@@" |
| 277 ] | 267 ] |
| 278 }, | 268 }, |
| 279 { | 269 { |
| 280 "cmd": [ | 270 "cmd": [ |
| 281 "python", | 271 "python", |
| 282 "-u", | 272 "-u", |
| 283 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 284 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 274 "[CWD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 285 "/path/to/tmp/json" | 275 "/path/to/tmp/json" |
| 286 ], | 276 ], |
| 287 "cwd": "[SLAVE_BUILD]", | |
| 288 "name": "read filter exclusion spec", | 277 "name": "read filter exclusion spec", |
| 289 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 290 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 279 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 291 "@@@STEP_LOG_LINE@json.output@{@@@", | 280 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 283 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }@@@", | 289 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@}@@@", | 290 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 302 "@@@STEP_LOG_END@json.output@@@" | 291 "@@@STEP_LOG_END@json.output@@@" |
| 303 ] | 292 ] |
| 304 }, | 293 }, |
| 305 { | 294 { |
| 306 "cmd": [ | 295 "cmd": [ |
| 307 "python", | 296 "python", |
| 308 "-u", | 297 "-u", |
| 309 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 298 "[CWD]\\src\\tools\\mb\\mb.py", |
| 310 "analyze", | 299 "analyze", |
| 311 "-m", | 300 "-m", |
| 312 "tryserver.chromium.win", | 301 "tryserver.chromium.win", |
| 313 "-b", | 302 "-b", |
| 314 "win_chromium_rel_ng", | 303 "win_chromium_rel_ng", |
| 315 "-v", | 304 "-v", |
| 316 "//out/Release", | 305 "//out/Release", |
| 317 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", | 306 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", |
| 318 "/path/to/tmp/json" | 307 "/path/to/tmp/json" |
| 319 ], | 308 ], |
| 320 "cwd": "[SLAVE_BUILD]", | |
| 321 "name": "analyze", | 309 "name": "analyze", |
| 322 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 323 "@@@STEP_TEXT@No compile necessary@@@", | 311 "@@@STEP_TEXT@No compile necessary@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@{@@@", | 312 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 325 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 326 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 327 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 328 "@@@STEP_LOG_LINE@json.output@}@@@", | 316 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 329 "@@@STEP_LOG_END@json.output@@@", | 317 "@@@STEP_LOG_END@json.output@@@", |
| 330 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 318 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 347 }, | 335 }, |
| 348 { | 336 { |
| 349 "cmd": [ | 337 "cmd": [ |
| 350 "python", | 338 "python", |
| 351 "-u", | 339 "-u", |
| 352 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 340 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 353 "--show-path", | 341 "--show-path", |
| 354 "python", | 342 "python", |
| 355 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 343 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 356 ], | 344 ], |
| 357 "cwd": "[SLAVE_BUILD]", | |
| 358 "name": "cleanup_temp" | 345 "name": "cleanup_temp" |
| 359 }, | 346 }, |
| 360 { | 347 { |
| 361 "cmd": [ | 348 "cmd": [ |
| 362 "python", | 349 "python", |
| 363 "-u", | 350 "-u", |
| 364 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 351 "[CWD]\\src\\tools\\mb\\mb.py", |
| 365 "gen", | 352 "gen", |
| 366 "-m", | 353 "-m", |
| 367 "tryserver.chromium.win", | 354 "tryserver.chromium.win", |
| 368 "-b", | 355 "-b", |
| 369 "win_chromium_rel_ng", | 356 "win_chromium_rel_ng", |
| 370 "--config-file", | 357 "--config-file", |
| 371 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 358 "[CWD]\\src\\tools\\mb\\mb_config.pyl", |
| 372 "--goma-dir", | 359 "--goma-dir", |
| 373 "[CACHE]\\cipd\\goma", | 360 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 374 "//out/Release" | 361 "//out/Release" |
| 375 ], | 362 ], |
| 376 "cwd": "[SLAVE_BUILD]", | |
| 377 "name": "generate_build_files (with patch)" | 363 "name": "generate_build_files (with patch)" |
| 378 }, | 364 }, |
| 379 { | 365 { |
| 380 "cmd": [ | 366 "cmd": [ |
| 381 "python", | 367 "python", |
| 382 "-u", | 368 "-u", |
| 383 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 369 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 384 "--show-path", | 370 "--show-path", |
| 385 "python", | 371 "python", |
| 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 372 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 387 "--gsutil-py-path", | 373 "--gsutil-py-path", |
| 388 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 374 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 389 "--ninja-path", | 375 "--ninja-path", |
| 390 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 376 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 391 "--target", | 377 "--target", |
| 392 "Release", | 378 "Release", |
| 393 "--src-dir", | 379 "--src-dir", |
| 394 "[SLAVE_BUILD]\\src", | 380 "[CWD]\\src", |
| 395 "--goma-cache-dir", | 381 "--goma-cache-dir", |
| 396 "[GOMA_CACHE]", | 382 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 397 "--build-tool", | 383 "--build-tool", |
| 398 "ninja", | 384 "ninja", |
| 399 "--compiler", | 385 "--compiler", |
| 400 "goma", | 386 "goma", |
| 401 "--goma-jsonstatus", | 387 "--goma-jsonstatus", |
| 402 "/path/to/tmp/json", | 388 "/path/to/tmp/json", |
| 403 "--goma-service-account-json-file", | 389 "--goma-service-account-json-file", |
| 404 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 390 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 405 "--goma-dir", | 391 "--goma-dir", |
| 406 "[CACHE]\\cipd\\goma", | 392 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 407 "--goma-fail-fast", | 393 "--goma-fail-fast", |
| 408 "--goma-disable-local-fallback", | 394 "--goma-disable-local-fallback", |
| 409 "--ninja-ensure-up-to-date", | 395 "--ninja-ensure-up-to-date", |
| 410 "--", | 396 "--", |
| 411 "blink_tests" | 397 "blink_tests" |
| 412 ], | 398 ], |
| 413 "cwd": "[SLAVE_BUILD]", | |
| 414 "env": { | 399 "env": { |
| 415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 416 }, | 401 }, |
| 417 "name": "compile (with patch)", | 402 "name": "compile (with patch)", |
| 418 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 419 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 420 "@@@STEP_LOG_END@json.output (invalid)@@@" | 405 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 421 ] | 406 ] |
| 422 }, | 407 }, |
| 423 { | 408 { |
| 424 "cmd": [ | 409 "cmd": [ |
| 425 "python", | 410 "python", |
| 426 "-u", | 411 "-u", |
| 427 "import sys; sys.exit(0)" | 412 "import sys; sys.exit(0)" |
| 428 ], | 413 ], |
| 429 "cwd": "[SLAVE_BUILD]", | |
| 430 "name": "mark: before_tests" | 414 "name": "mark: before_tests" |
| 431 }, | 415 }, |
| 432 { | 416 { |
| 433 "cmd": [ | 417 "cmd": [ |
| 434 "python", | 418 "python", |
| 435 "-u", | 419 "-u", |
| 436 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", | 420 "[CWD]\\src\\testing\\scripts\\webkit_lint.py", |
| 437 "--build-config-fs", | 421 "--build-config-fs", |
| 438 "Release", | 422 "Release", |
| 439 "--use-src-side-runtest-py", | 423 "--use-src-side-runtest-py", |
| 440 "--paths", | 424 "--paths", |
| 441 "{\"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\"}", | 425 "{\"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\"}", |
| 442 "--properties", | 426 "--properties", |
| 443 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 427 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 444 "run", | 428 "run", |
| 445 "--output", | 429 "--output", |
| 446 "/path/to/tmp/json" | 430 "/path/to/tmp/json" |
| 447 ], | 431 ], |
| 448 "cwd": "[SLAVE_BUILD]", | |
| 449 "name": "webkit_lint (with patch)", | 432 "name": "webkit_lint (with patch)", |
| 450 "~followup_annotations": [ | 433 "~followup_annotations": [ |
| 451 "@@@STEP_LOG_LINE@json.output@{@@@", | 434 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 435 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 436 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 454 "@@@STEP_LOG_LINE@json.output@}@@@", | 437 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 455 "@@@STEP_LOG_END@json.output@@@" | 438 "@@@STEP_LOG_END@json.output@@@" |
| 456 ] | 439 ] |
| 457 }, | 440 }, |
| 458 { | 441 { |
| 459 "cmd": [ | 442 "cmd": [ |
| 460 "python", | 443 "python", |
| 461 "-u", | 444 "-u", |
| 462 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", | 445 "[CWD]\\src\\testing\\scripts\\webkit_python_tests.py", |
| 463 "--build-config-fs", | 446 "--build-config-fs", |
| 464 "Release", | 447 "Release", |
| 465 "--use-src-side-runtest-py", | 448 "--use-src-side-runtest-py", |
| 466 "--paths", | 449 "--paths", |
| 467 "{\"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\"}", | 450 "{\"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\"}", |
| 468 "--properties", | 451 "--properties", |
| 469 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 452 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 470 "run", | 453 "run", |
| 471 "--output", | 454 "--output", |
| 472 "/path/to/tmp/json" | 455 "/path/to/tmp/json" |
| 473 ], | 456 ], |
| 474 "cwd": "[SLAVE_BUILD]", | |
| 475 "name": "webkit_python_tests (with patch)", | 457 "name": "webkit_python_tests (with patch)", |
| 476 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 477 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@}@@@", | 462 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 481 "@@@STEP_LOG_END@json.output@@@" | 463 "@@@STEP_LOG_END@json.output@@@" |
| 482 ] | 464 ] |
| 483 }, | 465 }, |
| 484 { | 466 { |
| 485 "cmd": [ | 467 "cmd": [ |
| 486 "python", | 468 "python", |
| 487 "-u", | 469 "-u", |
| 488 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 470 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 489 "--target", | 471 "--target", |
| 490 "Release", | 472 "Release", |
| 491 "--factory-properties", | 473 "--factory-properties", |
| 492 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", | 474 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", |
| 493 "--build-properties", | 475 "--build-properties", |
| 494 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", | 476 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", |
| 495 "--step-name=webkit_tests (with patch)", | 477 "--step-name=webkit_tests (with patch)", |
| 496 "--builder-name=win_chromium_rel_ng", | 478 "--builder-name=win_chromium_rel_ng", |
| 497 "--slave-name=TestSlavename", | 479 "--slave-name=TestSlavename", |
| 498 "--build-number=571", | 480 "--build-number=571", |
| 499 "--run-python-script", | 481 "--run-python-script", |
| 500 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 482 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
| 501 "--target", | 483 "--target", |
| 502 "Release", | 484 "Release", |
| 503 "-o", | 485 "-o", |
| 504 "[SLAVE_BUILD]\\layout-test-results", | 486 "[CWD]\\layout-test-results", |
| 505 "--build-dir", | 487 "--build-dir", |
| 506 "[SLAVE_BUILD]\\src\\out", | 488 "[CWD]\\src\\out", |
| 507 "--json-test-results", | 489 "--json-test-results", |
| 508 "/path/to/tmp/json", | 490 "/path/to/tmp/json", |
| 509 "--test-results-server", | 491 "--test-results-server", |
| 510 "test-results.appspot.com", | 492 "test-results.appspot.com", |
| 511 "--build-number", | 493 "--build-number", |
| 512 "571", | 494 "571", |
| 513 "--builder-name", | 495 "--builder-name", |
| 514 "win_chromium_rel_ng", | 496 "win_chromium_rel_ng", |
| 515 "--step-name", | 497 "--step-name", |
| 516 "webkit_tests (with patch)" | 498 "webkit_tests (with patch)" |
| 517 ], | 499 ], |
| 518 "cwd": "[SLAVE_BUILD]", | |
| 519 "name": "webkit_tests (with patch)", | 500 "name": "webkit_tests (with patch)", |
| 520 "~followup_annotations": [ | 501 "~followup_annotations": [ |
| 521 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 502 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 522 ] | 503 ] |
| 523 }, | 504 }, |
| 524 { | 505 { |
| 525 "cmd": [ | 506 "cmd": [ |
| 526 "python", | 507 "python", |
| 527 "-u", | 508 "-u", |
| 528 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 509 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", |
| 529 "--results-dir", | 510 "--results-dir", |
| 530 "[SLAVE_BUILD]\\layout-test-results", | 511 "[CWD]\\layout-test-results", |
| 531 "--build-dir", | 512 "--build-dir", |
| 532 "[SLAVE_BUILD]\\src\\out", | 513 "[CWD]\\src\\out", |
| 533 "--build-number", | 514 "--build-number", |
| 534 "571", | 515 "571", |
| 535 "--builder-name", | 516 "--builder-name", |
| 536 "win_chromium_rel_ng", | 517 "win_chromium_rel_ng", |
| 537 "--gs-bucket", | 518 "--gs-bucket", |
| 538 "gs://chromium-layout-test-archives" | 519 "gs://chromium-layout-test-archives" |
| 539 ], | 520 ], |
| 540 "cwd": "[SLAVE_BUILD]", | |
| 541 "name": "archive_webkit_tests_results", | 521 "name": "archive_webkit_tests_results", |
| 542 "~followup_annotations": [ | 522 "~followup_annotations": [ |
| 543 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", | 523 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", |
| 544 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" | 524 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" |
| 545 ] | 525 ] |
| 546 }, | 526 }, |
| 547 { | 527 { |
| 548 "cmd": [ | 528 "cmd": [ |
| 549 "python", | 529 "python", |
| 550 "-u", | 530 "-u", |
| 551 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 531 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 552 "--target", | 532 "--target", |
| 553 "Release" | 533 "Release" |
| 554 ], | 534 ], |
| 555 "cwd": "[SLAVE_BUILD]", | |
| 556 "name": "process_dumps" | 535 "name": "process_dumps" |
| 557 }, | 536 }, |
| 558 { | 537 { |
| 559 "name": "$result", | 538 "name": "$result", |
| 560 "recipe_result": null, | 539 "recipe_result": null, |
| 561 "status_code": 0 | 540 "status_code": 0 |
| 562 } | 541 } |
| 563 ] | 542 ] |
| OLD | NEW |