| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.webrtc.fyi", | 17 "chromium.webrtc.fyi", |
| 17 "--builder", | 18 "--builder", |
| 18 "Win x64 GN", | 19 "Win x64 GN", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@HEAD", | 33 "src@HEAD", |
| 33 "--revision", | 34 "--revision", |
| 34 "src/third_party/libjingle/source/talk@HEAD", | 35 "src/third_party/libjingle/source/talk@HEAD", |
| 35 "--revision", | 36 "--revision", |
| 36 "src/third_party/webrtc@HEAD", | 37 "src/third_party/webrtc@HEAD", |
| 37 "--force", | 38 "--force", |
| 38 "--output_manifest" | 39 "--output_manifest" |
| 39 ], | 40 ], |
| 41 "cwd": "[SLAVE_BUILD]", |
| 40 "env": { | 42 "env": { |
| 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 42 }, | 44 }, |
| 43 "name": "bot_update", | 45 "name": "bot_update", |
| 44 "~followup_annotations": [ | 46 "~followup_annotations": [ |
| 45 "@@@STEP_TEXT@Some step text@@@", | 47 "@@@STEP_TEXT@Some step text@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 122 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 123 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 124 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 125 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 127 ] | 129 ] |
| 128 }, | 130 }, |
| 129 { | 131 { |
| 130 "cmd": [], | 132 "cmd": [], |
| 133 "cwd": "[SLAVE_BUILD]", |
| 131 "name": "ensure_goma" | 134 "name": "ensure_goma" |
| 132 }, | 135 }, |
| 133 { | 136 { |
| 134 "cmd": [ | 137 "cmd": [ |
| 135 "python", | 138 "python", |
| 136 "-u", | 139 "-u", |
| 137 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 140 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 138 "--platform", | 141 "--platform", |
| 139 "windows-amd64", | 142 "windows-amd64", |
| 140 "--dest-directory", | 143 "--dest-directory", |
| 141 "[CWD]\\cipd", | 144 "[SLAVE_BUILD]\\cipd", |
| 142 "--json-output", | 145 "--json-output", |
| 143 "/path/to/tmp/json" | 146 "/path/to/tmp/json" |
| 144 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
| 145 "name": "ensure_goma.install cipd", | 149 "name": "ensure_goma.install cipd", |
| 146 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 147 "@@@STEP_NEST_LEVEL@1@@@", | 151 "@@@STEP_NEST_LEVEL@1@@@", |
| 148 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 152 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 158 ] |
| 155 }, | 159 }, |
| 156 { | 160 { |
| 157 "cmd": [ | 161 "cmd": [ |
| 158 "fake_slave_build/cipd", | 162 "[SLAVE_BUILD]\\cipd\\cipd", |
| 159 "ensure", | 163 "ensure", |
| 160 "--root", | 164 "--root", |
| 161 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 165 "[CACHE]\\cipd\\goma", |
| 162 "--list", | 166 "--list", |
| 163 "infra_internal/goma/client/windows-amd64 release", | 167 "infra_internal/goma/client/windows-amd64 release", |
| 164 "--json-output", | 168 "--json-output", |
| 165 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 166 "--service-account-json", | 170 "--service-account-json", |
| 167 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 171 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 168 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "ensure_goma.ensure_installed", | 174 "name": "ensure_goma.ensure_installed", |
| 170 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 171 "@@@STEP_NEST_LEVEL@1@@@", | 176 "@@@STEP_NEST_LEVEL@1@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", | 177 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ {@@@", | 179 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ }@@@", | 182 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 183 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 180 "@@@STEP_LOG_END@json.output@@@" | 185 "@@@STEP_LOG_END@json.output@@@" |
| 181 ] | 186 ] |
| 182 }, | 187 }, |
| 183 { | 188 { |
| 184 "cmd": [ | 189 "cmd": [ |
| 185 "python", | 190 "python", |
| 186 "-u", | 191 "-u", |
| 187 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 192 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 188 "--version" | 193 "--version" |
| 189 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
| 190 "name": "swarming.py --version", | 196 "name": "swarming.py --version", |
| 191 "stdout": "/path/to/tmp/", | 197 "stdout": "/path/to/tmp/", |
| 192 "~followup_annotations": [ | 198 "~followup_annotations": [ |
| 193 "@@@STEP_TEXT@0.4.10@@@" | 199 "@@@STEP_TEXT@0.4.10@@@" |
| 194 ] | 200 ] |
| 195 }, | 201 }, |
| 196 { | 202 { |
| 197 "cmd": [ | 203 "cmd": [ |
| 198 "python", | 204 "python", |
| 199 "-u", | 205 "-u", |
| 200 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 206 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 201 "runhooks" | 207 "runhooks" |
| 202 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
| 203 "env": { | 210 "env": { |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 205 "GYP_CHROMIUM_NO_ACTION": "1", | 212 "GYP_CHROMIUM_NO_ACTION": "1", |
| 206 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=x64 test_isolatio
n_mode=prepare use_goma=1", | 213 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma
=1", |
| 207 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 214 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 208 }, | 215 }, |
| 209 "name": "gclient runhooks" | 216 "name": "gclient runhooks" |
| 210 }, | 217 }, |
| 211 { | 218 { |
| 212 "cmd": [ | 219 "cmd": [ |
| 213 "python", | 220 "python", |
| 214 "-u", | 221 "-u", |
| 215 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 222 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 216 "--output", | 223 "--output", |
| 217 "/path/to/tmp/json", | 224 "/path/to/tmp/json", |
| 218 "--", | 225 "--", |
| 219 "--build-config-fs", | 226 "--build-config-fs", |
| 220 "Release_x64", | 227 "Release_x64", |
| 221 "--paths", | 228 "--paths", |
| 222 "{\"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\"}", | 229 "{\"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\"}", |
| 223 "--properties", | 230 "--properties", |
| 224 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" | 231 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
| 225 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
| 226 "name": "get compile targets for scripts", | 234 "name": "get compile targets for scripts", |
| 227 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 228 "@@@STEP_LOG_LINE@json.output@{}@@@", | 236 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 229 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
| 230 ] | 238 ] |
| 231 }, | 239 }, |
| 232 { | 240 { |
| 233 "cmd": [ | 241 "cmd": [ |
| 234 "python", | 242 "python", |
| 235 "-u", | 243 "-u", |
| 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 237 "[CWD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", | 245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", |
| 238 "/path/to/tmp/json" | 246 "/path/to/tmp/json" |
| 239 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
| 240 "name": "read test spec", | 249 "name": "read test spec", |
| 241 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 242 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.jso
n@@@", | 251 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc
.fyi.json@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@{}@@@", | 252 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" | 253 "@@@STEP_LOG_END@json.output@@@" |
| 245 ] | 254 ] |
| 246 }, | 255 }, |
| 247 { | 256 { |
| 248 "cmd": [ | 257 "cmd": [ |
| 249 "python", | 258 "python", |
| 250 "-u", | 259 "-u", |
| 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 252 "--show-path", | 261 "--show-path", |
| 253 "python", | 262 "python", |
| 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 255 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "cleanup_temp" | 266 "name": "cleanup_temp" |
| 257 }, | 267 }, |
| 258 { | 268 { |
| 259 "cmd": [ | 269 "cmd": [ |
| 260 "python", | 270 "python", |
| 261 "-u", | 271 "-u", |
| 262 "[CWD]\\src\\tools\\mb\\mb.py", | 272 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 263 "gen", | 273 "gen", |
| 264 "-m", | 274 "-m", |
| 265 "chromium.webrtc.fyi", | 275 "chromium.webrtc.fyi", |
| 266 "-b", | 276 "-b", |
| 267 "Win x64 GN", | 277 "Win x64 GN", |
| 268 "--config-file", | 278 "--config-file", |
| 269 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 270 "--goma-dir", | 280 "--goma-dir", |
| 271 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 281 "[CACHE]\\cipd\\goma", |
| 272 "//out/Release_x64" | 282 "//out/Release_x64" |
| 273 ], | 283 ], |
| 284 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "generate_build_files" | 285 "name": "generate_build_files" |
| 275 }, | 286 }, |
| 276 { | 287 { |
| 277 "cmd": [ | 288 "cmd": [ |
| 278 "python", | 289 "python", |
| 279 "-u", | 290 "-u", |
| 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 291 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 281 "--show-path", | 292 "--show-path", |
| 282 "python", | 293 "python", |
| 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 284 "--gsutil-py-path", | 295 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 286 "--ninja-path", | 297 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 288 "--target", | 299 "--target", |
| 289 "Release_x64", | 300 "Release_x64", |
| 290 "--src-dir", | 301 "--src-dir", |
| 291 "[CWD]\\src", | 302 "[SLAVE_BUILD]\\src", |
| 292 "--goma-cache-dir", | 303 "--goma-cache-dir", |
| 293 "[ROOT]\\b\\build\\slave\\goma_cache", | 304 "[GOMA_CACHE]", |
| 294 "--build-tool", | 305 "--build-tool", |
| 295 "ninja", | 306 "ninja", |
| 296 "--build-data-dir", | 307 "--build-data-dir", |
| 297 "[ROOT]\\build_data_dir", | 308 "[ROOT]\\build_data_dir", |
| 298 "--compiler", | 309 "--compiler", |
| 299 "goma", | 310 "goma", |
| 300 "--goma-jsonstatus", | 311 "--goma-jsonstatus", |
| 301 "/path/to/tmp/json", | 312 "/path/to/tmp/json", |
| 302 "--goma-service-account-json-file", | 313 "--goma-service-account-json-file", |
| 303 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 314 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 304 "--goma-dir", | 315 "--goma-dir", |
| 305 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 316 "[CACHE]\\cipd\\goma", |
| 306 "--ninja-ensure-up-to-date", | 317 "--ninja-ensure-up-to-date", |
| 307 "--", | 318 "--", |
| 308 "All", | 319 "All", |
| 309 "chromium_builder_tests" | 320 "chromium_builder_tests" |
| 310 ], | 321 ], |
| 322 "cwd": "[SLAVE_BUILD]", |
| 311 "env": { | 323 "env": { |
| 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 313 }, | 325 }, |
| 314 "name": "compile", | 326 "name": "compile", |
| 315 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 317 "@@@STEP_LOG_END@json.output (invalid)@@@" | 329 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 318 ] | 330 ] |
| 319 }, | 331 }, |
| 320 { | 332 { |
| 321 "allow_subannotations": true, | 333 "allow_subannotations": true, |
| 322 "cmd": [ | 334 "cmd": [ |
| 323 "python", | 335 "python", |
| 324 "-u", | 336 "-u", |
| 325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 337 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 326 "--show-path", | 338 "--show-path", |
| 327 "python", | 339 "python", |
| 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 340 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 329 "--target", | 341 "--target", |
| 330 "Release_x64", | 342 "Release_x64", |
| 331 "--build-url", | 343 "--build-url", |
| 332 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN", | 344 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN", |
| 333 "--build_revision", | 345 "--build_revision", |
| 334 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 346 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 335 "--factory-properties", | 347 "--factory-properties", |
| 336 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", | 348 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", |
| 337 "--build-properties", | 349 "--build-properties", |
| 338 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" | 350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" |
| 339 ], | 351 ], |
| 352 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "package build" | 353 "name": "package build" |
| 341 }, | 354 }, |
| 342 { | 355 { |
| 343 "name": "$result", | 356 "name": "$result", |
| 344 "recipe_result": null, | 357 "recipe_result": null, |
| 345 "status_code": 0 | 358 "status_code": 0 |
| 346 } | 359 } |
| 347 ] | 360 ] |
| OLD | NEW |