| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| 11 "build/goma@refs/heads/master" | 11 "build/goma@refs/heads/master" |
| 12 ], | 12 ], |
| 13 "cwd": "[ROOT]\\b\\build", | 13 "cwd": "[BUILD]", |
| 14 "env": { | 14 "env": { |
| 15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 16 }, | 16 }, |
| 17 "name": "gclient update goma canary" | 17 "name": "gclient update goma canary" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "cmd": [ | 20 "cmd": [ |
| 21 "python", | 21 "python", |
| 22 "-u", | 22 "-u", |
| 23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
| 25 "name": "taskkill" | 26 "name": "taskkill" |
| 26 }, | 27 }, |
| 27 { | 28 { |
| 28 "cmd": [ | 29 "cmd": [ |
| 29 "python", | 30 "python", |
| 30 "-u", | 31 "-u", |
| 31 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 32 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 32 "--master", | 33 "--master", |
| 33 "chromium.fyi", | 34 "chromium.fyi", |
| 34 "--builder", | 35 "--builder", |
| 35 "CrWinClangGoma", | 36 "CrWinClangGoma", |
| 36 "--slave", | 37 "--slave", |
| 37 "TestSlavename", | 38 "TestSlavename", |
| 38 "--spec", | 39 "--spec", |
| 39 "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'}]", | 40 "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'}]", |
| 40 "--root", | 41 "--root", |
| 41 "src", | 42 "src", |
| 42 "--revision_mapping_file", | 43 "--revision_mapping_file", |
| 43 "{\"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\"}", | 44 "{\"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\"}", |
| 44 "--git-cache-dir", | 45 "--git-cache-dir", |
| 45 "[ROOT]\\b\\build\\slave\\cache_dir", | 46 "[GIT_CACHE]", |
| 46 "--output_json", | 47 "--output_json", |
| 47 "/path/to/tmp/json", | 48 "/path/to/tmp/json", |
| 48 "--revision", | 49 "--revision", |
| 49 "src@HEAD", | 50 "src@HEAD", |
| 50 "--force", | 51 "--force", |
| 51 "--output_manifest" | 52 "--output_manifest" |
| 52 ], | 53 ], |
| 54 "cwd": "[SLAVE_BUILD]", |
| 53 "env": { | 55 "env": { |
| 54 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 55 }, | 57 }, |
| 56 "name": "bot_update", | 58 "name": "bot_update", |
| 57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 58 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 117 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 119 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 118 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 122 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 122 ] | 124 ] |
| 123 }, | 125 }, |
| 124 { | 126 { |
| 125 "cmd": [], | 127 "cmd": [], |
| 128 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "ensure_goma" | 129 "name": "ensure_goma" |
| 127 }, | 130 }, |
| 128 { | 131 { |
| 129 "cmd": [ | 132 "cmd": [ |
| 130 "python", | 133 "python", |
| 131 "-u", | 134 "-u", |
| 132 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 135 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 133 "--platform", | 136 "--platform", |
| 134 "windows-386", | 137 "windows-386", |
| 135 "--dest-directory", | 138 "--dest-directory", |
| 136 "[CWD]\\cipd", | 139 "[SLAVE_BUILD]\\cipd", |
| 137 "--json-output", | 140 "--json-output", |
| 138 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
| 139 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "ensure_goma.install cipd", | 144 "name": "ensure_goma.install cipd", |
| 141 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 142 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
| 143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 144 "@@@STEP_LOG_LINE@json.output@{@@@", | 148 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@}@@@", | 151 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 148 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 149 ] | 153 ] |
| 150 }, | 154 }, |
| 151 { | 155 { |
| 152 "cmd": [ | 156 "cmd": [ |
| 153 "fake_slave_build/cipd", | 157 "[SLAVE_BUILD]\\cipd\\cipd", |
| 154 "ensure", | 158 "ensure", |
| 155 "--root", | 159 "--root", |
| 156 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 160 "[CACHE]\\cipd\\goma", |
| 157 "--list", | 161 "--list", |
| 158 "infra_internal/goma/client/windows-amd64 release", | 162 "infra_internal/goma/client/windows-amd64 release", |
| 159 "--json-output", | 163 "--json-output", |
| 160 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
| 161 "--service-account-json", | 165 "--service-account-json", |
| 162 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 166 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 163 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "ensure_goma.ensure_installed", | 169 "name": "ensure_goma.ensure_installed", |
| 165 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 166 "@@@STEP_NEST_LEVEL@1@@@", | 171 "@@@STEP_NEST_LEVEL@1@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@{@@@", | 172 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ }@@@", | 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 175 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 176 ] | 181 ] |
| 177 }, | 182 }, |
| 178 { | 183 { |
| 179 "cmd": [ | 184 "cmd": [ |
| 180 "python", | 185 "python", |
| 181 "-u", | 186 "-u", |
| 182 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 183 "runhooks" | 188 "runhooks" |
| 184 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 185 "env": { | 191 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 187 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[ROO
T]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=ia32 use_goma=1", | 193 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC
HE]\\cipd\\goma' target_arch=ia32 use_goma=1", |
| 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 195 }, |
| 190 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 191 }, | 197 }, |
| 192 { | 198 { |
| 193 "cmd": [ | 199 "cmd": [ |
| 194 "python", | 200 "python", |
| 195 "-u", | 201 "-u", |
| 196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 197 "--output", | 203 "--output", |
| 198 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
| 199 "--", | 205 "--", |
| 200 "--build-config-fs", | 206 "--build-config-fs", |
| 201 "Release", | 207 "Release", |
| 202 "--paths", | 208 "--paths", |
| 203 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 209 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 204 "--properties", | 210 "--properties", |
| 205 "{\"buildername\": \"CrWinClangGoma\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 211 "{\"buildername\": \"CrWinClangGoma\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
| 206 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "get compile targets for scripts", | 214 "name": "get compile targets for scripts", |
| 208 "~followup_annotations": [ | 215 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 216 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 218 ] |
| 212 }, | 219 }, |
| 213 { | 220 { |
| 214 "cmd": [ | 221 "cmd": [ |
| 215 "python", | 222 "python", |
| 216 "-u", | 223 "-u", |
| 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 224 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 218 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", | 225 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 219 "/path/to/tmp/json" | 226 "/path/to/tmp/json" |
| 220 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "read test spec", | 229 "name": "read test spec", |
| 222 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", | 231 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@{}@@@", | 232 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 225 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
| 226 ] | 234 ] |
| 227 }, | 235 }, |
| 228 { | 236 { |
| 229 "cmd": [ | 237 "cmd": [ |
| 230 "python", | 238 "python", |
| 231 "-u", | 239 "-u", |
| 232 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 233 "--show-path", | 241 "--show-path", |
| 234 "python", | 242 "python", |
| 235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 236 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "cleanup_temp" | 246 "name": "cleanup_temp" |
| 238 }, | 247 }, |
| 239 { | 248 { |
| 240 "allow_subannotations": true, | 249 "allow_subannotations": true, |
| 241 "cmd": [ | 250 "cmd": [ |
| 242 "python", | 251 "python", |
| 243 "-u", | 252 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 245 "--src-dir", | 254 "--src-dir", |
| 246 "[CWD]\\src", | 255 "[SLAVE_BUILD]\\src", |
| 247 "--output-json", | 256 "--output-json", |
| 248 "/path/to/tmp/json" | 257 "/path/to/tmp/json" |
| 249 ], | 258 ], |
| 259 "cwd": "[SLAVE_BUILD]", |
| 250 "env": { | 260 "env": { |
| 251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 252 }, | 262 }, |
| 253 "name": "clang_revision", | 263 "name": "clang_revision", |
| 254 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 255 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 258 "@@@STEP_LOG_END@json.output@@@" | 268 "@@@STEP_LOG_END@json.output@@@" |
| 259 ] | 269 ] |
| 260 }, | 270 }, |
| 261 { | 271 { |
| 262 "cmd": [ | 272 "cmd": [ |
| 263 "python", | 273 "python", |
| 264 "-u", | 274 "-u", |
| 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 275 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 266 "--show-path", | 276 "--show-path", |
| 267 "python", | 277 "python", |
| 268 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 278 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 269 "--gsutil-py-path", | 279 "--gsutil-py-path", |
| 270 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 280 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 271 "--ninja-path", | 281 "--ninja-path", |
| 272 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 282 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 273 "--target", | 283 "--target", |
| 274 "Release", | 284 "Release", |
| 275 "--src-dir", | 285 "--src-dir", |
| 276 "[CWD]\\src", | 286 "[SLAVE_BUILD]\\src", |
| 277 "--goma-cache-dir", | 287 "--goma-cache-dir", |
| 278 "[ROOT]\\b\\build\\slave\\goma_cache", | 288 "[GOMA_CACHE]", |
| 279 "--build-tool", | 289 "--build-tool", |
| 280 "ninja", | 290 "ninja", |
| 281 "--build-data-dir", | 291 "--build-data-dir", |
| 282 "[ROOT]\\build_data_dir", | 292 "[ROOT]\\build_data_dir", |
| 283 "--compiler", | 293 "--compiler", |
| 284 "goma-clang", | 294 "goma-clang", |
| 285 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
| 286 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
| 287 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
| 288 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 298 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 289 "--goma-dir", | 299 "--goma-dir", |
| 290 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 300 "[CACHE]\\cipd\\goma", |
| 291 "--goma-hermetic", | 301 "--goma-hermetic", |
| 292 "error", | 302 "error", |
| 293 "--goma-enable-compiler-info-cache", | 303 "--goma-enable-compiler-info-cache", |
| 294 "--clobber", | 304 "--clobber", |
| 295 "--", | 305 "--", |
| 296 "base_unittests", | 306 "base_unittests", |
| 297 "chromium_builder_tests", | 307 "chromium_builder_tests", |
| 298 "content_unittests" | 308 "content_unittests" |
| 299 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
| 300 "env": { | 311 "env": { |
| 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 302 }, | 313 }, |
| 303 "name": "compile", | 314 "name": "compile", |
| 304 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 305 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 306 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 307 ] | 318 ] |
| 308 }, | 319 }, |
| 309 { | 320 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 321 "--annotate=gtest", | 332 "--annotate=gtest", |
| 322 "--test-type=base_unittests", | 333 "--test-type=base_unittests", |
| 323 "--step-name=base_unittests", | 334 "--step-name=base_unittests", |
| 324 "--test-launcher-summary-output", | 335 "--test-launcher-summary-output", |
| 325 "/path/to/tmp/json", | 336 "/path/to/tmp/json", |
| 326 "--builder-name=CrWinClangGoma", | 337 "--builder-name=CrWinClangGoma", |
| 327 "--slave-name=TestSlavename", | 338 "--slave-name=TestSlavename", |
| 328 "--build-number=571", | 339 "--build-number=571", |
| 329 "base_unittests.exe" | 340 "base_unittests.exe" |
| 330 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", |
| 331 "name": "base_unittests" | 343 "name": "base_unittests" |
| 332 }, | 344 }, |
| 333 { | 345 { |
| 334 "allow_subannotations": true, | 346 "allow_subannotations": true, |
| 335 "cmd": [ | 347 "cmd": [ |
| 336 "python", | 348 "python", |
| 337 "-u", | 349 "-u", |
| 338 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 350 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 339 "--target", | 351 "--target", |
| 340 "Release", | 352 "Release", |
| 341 "--factory-properties", | 353 "--factory-properties", |
| 342 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom
a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 354 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom
a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
| 343 "--build-properties", | 355 "--build-properties", |
| 344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom
a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 356 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom
a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
| 345 "--annotate=gtest", | 357 "--annotate=gtest", |
| 346 "--test-type=content_unittests", | 358 "--test-type=content_unittests", |
| 347 "--step-name=content_unittests", | 359 "--step-name=content_unittests", |
| 348 "--test-launcher-summary-output", | 360 "--test-launcher-summary-output", |
| 349 "/path/to/tmp/json", | 361 "/path/to/tmp/json", |
| 350 "--builder-name=CrWinClangGoma", | 362 "--builder-name=CrWinClangGoma", |
| 351 "--slave-name=TestSlavename", | 363 "--slave-name=TestSlavename", |
| 352 "--build-number=571", | 364 "--build-number=571", |
| 353 "content_unittests.exe" | 365 "content_unittests.exe" |
| 354 ], | 366 ], |
| 367 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "content_unittests" | 368 "name": "content_unittests" |
| 356 }, | 369 }, |
| 357 { | 370 { |
| 358 "cmd": [ | 371 "cmd": [ |
| 359 "python", | 372 "python", |
| 360 "-u", | 373 "-u", |
| 361 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 374 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 362 "--target", | 375 "--target", |
| 363 "Release" | 376 "Release" |
| 364 ], | 377 ], |
| 378 "cwd": "[SLAVE_BUILD]", |
| 365 "name": "process_dumps" | 379 "name": "process_dumps" |
| 366 }, | 380 }, |
| 367 { | 381 { |
| 368 "name": "$result", | 382 "name": "$result", |
| 369 "recipe_result": null, | 383 "recipe_result": null, |
| 370 "status_code": 0 | 384 "status_code": 0 |
| 371 } | 385 } |
| 372 ] | 386 ] |
| OLD | NEW |