| 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@foo.cc@@@", | 264 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 275 "@@@STEP_LOG_END@files@@@", | 265 "@@@STEP_LOG_END@files@@@", |
| 276 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 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@ \"f.*\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 284 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ }@@@", | 288 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@}@@@", | 289 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 301 "@@@STEP_LOG_END@json.output@@@" | 290 "@@@STEP_LOG_END@json.output@@@" |
| 302 ] | 291 ] |
| 303 }, | 292 }, |
| 304 { | 293 { |
| 305 "cmd": [ | 294 "cmd": [ |
| 306 "python", | 295 "python", |
| 307 "-u", | 296 "-u", |
| 308 "import sys; sys.exit(0)" | 297 "import sys; sys.exit(0)" |
| 309 ], | 298 ], |
| 310 "cwd": "[SLAVE_BUILD]", | |
| 311 "name": "analyze", | 299 "name": "analyze", |
| 312 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 313 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 301 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 314 "@@@STEP_LOG_END@excluded_files@@@", | 302 "@@@STEP_LOG_END@excluded_files@@@", |
| 315 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 303 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 316 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 317 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 318 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 306 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 319 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 307 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 308 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 336 }, | 324 }, |
| 337 { | 325 { |
| 338 "cmd": [ | 326 "cmd": [ |
| 339 "python", | 327 "python", |
| 340 "-u", | 328 "-u", |
| 341 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 329 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 342 "--show-path", | 330 "--show-path", |
| 343 "python", | 331 "python", |
| 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 332 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 345 ], | 333 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "name": "cleanup_temp" | 334 "name": "cleanup_temp" |
| 348 }, | 335 }, |
| 349 { | 336 { |
| 350 "cmd": [ | 337 "cmd": [ |
| 351 "python", | 338 "python", |
| 352 "-u", | 339 "-u", |
| 353 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 340 "[CWD]\\src\\tools\\mb\\mb.py", |
| 354 "gen", | 341 "gen", |
| 355 "-m", | 342 "-m", |
| 356 "tryserver.chromium.win", | 343 "tryserver.chromium.win", |
| 357 "-b", | 344 "-b", |
| 358 "win_chromium_rel_ng", | 345 "win_chromium_rel_ng", |
| 359 "--config-file", | 346 "--config-file", |
| 360 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 347 "[CWD]\\src\\tools\\mb\\mb_config.pyl", |
| 361 "--goma-dir", | 348 "--goma-dir", |
| 362 "[CACHE]\\cipd\\goma", | 349 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 363 "//out/Release" | 350 "//out/Release" |
| 364 ], | 351 ], |
| 365 "cwd": "[SLAVE_BUILD]", | |
| 366 "name": "generate_build_files (with patch)" | 352 "name": "generate_build_files (with patch)" |
| 367 }, | 353 }, |
| 368 { | 354 { |
| 369 "cmd": [ | 355 "cmd": [ |
| 370 "python", | 356 "python", |
| 371 "-u", | 357 "-u", |
| 372 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 358 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 373 "--show-path", | 359 "--show-path", |
| 374 "python", | 360 "python", |
| 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 361 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 376 "--gsutil-py-path", | 362 "--gsutil-py-path", |
| 377 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 363 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 378 "--ninja-path", | 364 "--ninja-path", |
| 379 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 365 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 380 "--target", | 366 "--target", |
| 381 "Release", | 367 "Release", |
| 382 "--src-dir", | 368 "--src-dir", |
| 383 "[SLAVE_BUILD]\\src", | 369 "[CWD]\\src", |
| 384 "--goma-cache-dir", | 370 "--goma-cache-dir", |
| 385 "[GOMA_CACHE]", | 371 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 386 "--build-tool", | 372 "--build-tool", |
| 387 "ninja", | 373 "ninja", |
| 388 "--compiler", | 374 "--compiler", |
| 389 "goma", | 375 "goma", |
| 390 "--goma-jsonstatus", | 376 "--goma-jsonstatus", |
| 391 "/path/to/tmp/json", | 377 "/path/to/tmp/json", |
| 392 "--goma-service-account-json-file", | 378 "--goma-service-account-json-file", |
| 393 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 379 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 394 "--goma-dir", | 380 "--goma-dir", |
| 395 "[CACHE]\\cipd\\goma", | 381 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 396 "--goma-fail-fast", | 382 "--goma-fail-fast", |
| 397 "--goma-disable-local-fallback", | 383 "--goma-disable-local-fallback", |
| 398 "--ninja-ensure-up-to-date", | 384 "--ninja-ensure-up-to-date", |
| 399 "--", | 385 "--", |
| 400 "chromium_builder_tests", | 386 "chromium_builder_tests", |
| 401 "mini_installer" | 387 "mini_installer" |
| 402 ], | 388 ], |
| 403 "cwd": "[SLAVE_BUILD]", | |
| 404 "env": { | 389 "env": { |
| 405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 406 }, | 391 }, |
| 407 "name": "compile (with patch)", | 392 "name": "compile (with patch)", |
| 408 "~followup_annotations": [ | 393 "~followup_annotations": [ |
| 409 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 394 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 410 "@@@STEP_LOG_END@json.output (invalid)@@@" | 395 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 411 ] | 396 ] |
| 412 }, | 397 }, |
| 413 { | 398 { |
| 414 "cmd": [ | 399 "cmd": [ |
| 415 "python", | 400 "python", |
| 416 "-u", | 401 "-u", |
| 417 "import sys; sys.exit(0)" | 402 "import sys; sys.exit(0)" |
| 418 ], | 403 ], |
| 419 "cwd": "[SLAVE_BUILD]", | |
| 420 "name": "mark: before_tests" | 404 "name": "mark: before_tests" |
| 421 }, | 405 }, |
| 422 { | 406 { |
| 423 "cmd": [ | 407 "cmd": [ |
| 424 "python", | 408 "python", |
| 425 "-u", | 409 "-u", |
| 426 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", | 410 "[CWD]\\src\\chrome\\test\\mini_installer\\test_installer.py", |
| 427 "--build-dir", | 411 "--build-dir", |
| 428 "[SLAVE_BUILD]\\src\\out", | 412 "[CWD]\\src\\out", |
| 429 "--target", | 413 "--target", |
| 430 "Release", | 414 "Release", |
| 431 "--force-clean", | 415 "--force-clean", |
| 432 "--config", | 416 "--config", |
| 433 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 417 "[CWD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 434 "--write-full-results-to", | 418 "--write-full-results-to", |
| 435 "/path/to/tmp/json" | 419 "/path/to/tmp/json" |
| 436 ], | 420 ], |
| 437 "cwd": "[SLAVE_BUILD]", | |
| 438 "name": "test_installer (with patch)" | 421 "name": "test_installer (with patch)" |
| 439 }, | 422 }, |
| 440 { | 423 { |
| 441 "cmd": [ | 424 "cmd": [ |
| 442 "python", | 425 "python", |
| 443 "-u", | 426 "-u", |
| 444 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 445 "--target", | 428 "--target", |
| 446 "Release" | 429 "Release" |
| 447 ], | 430 ], |
| 448 "cwd": "[SLAVE_BUILD]", | |
| 449 "name": "process_dumps", | 431 "name": "process_dumps", |
| 450 "~followup_annotations": [ | 432 "~followup_annotations": [ |
| 451 "step returned non-zero exit code: 1", | 433 "step returned non-zero exit code: 1", |
| 452 "@@@STEP_EXCEPTION@@@" | 434 "@@@STEP_EXCEPTION@@@" |
| 453 ] | 435 ] |
| 454 }, | 436 }, |
| 455 { | 437 { |
| 456 "name": "$result", | 438 "name": "$result", |
| 457 "recipe_result": null, | 439 "recipe_result": null, |
| 458 "status_code": 0 | 440 "status_code": 0 |
| 459 } | 441 } |
| 460 ] | 442 ] |
| OLD | NEW |