| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Blimp_Client_Android", | 7 "[BUILDER_CACHE]/Blimp_Android_Client", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 33 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 35 "--git-cache-dir", | 35 "--git-cache-dir", |
| 36 "[GIT_CACHE]", | 36 "[GIT_CACHE]", |
| 37 "--output_json", | 37 "--output_json", |
| 38 "/path/to/tmp/json", | 38 "/path/to/tmp/json", |
| 39 "--revision", | 39 "--revision", |
| 40 "src@HEAD", | 40 "src@HEAD", |
| 41 "--output_manifest" | 41 "--output_manifest" |
| 42 ], | 42 ], |
| 43 "cwd": "[BUILDER_CACHE]/Blimp_Client_Android", | 43 "cwd": "[BUILDER_CACHE]/Blimp_Android_Client", |
| 44 "env": { | 44 "env": { |
| 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 47 }, |
| 48 "name": "bot_update", | 48 "name": "bot_update", |
| 49 "~followup_annotations": [ | 49 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 50 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "@@@STEP_LOG_LINE@json.output@ }@@@", | 176 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@}@@@", | 178 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 179 "@@@STEP_LOG_END@json.output@@@" | 179 "@@@STEP_LOG_END@json.output@@@" |
| 180 ] | 180 ] |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "cmd": [ | 183 "cmd": [ |
| 184 "python", | 184 "python", |
| 185 "-u", | 185 "-u", |
| 186 "[BUILDER_CACHE]/Blimp_Client_Android/src/tools/swarming_client/swarming.p
y", | 186 "[BUILDER_CACHE]/Blimp_Android_Client/src/tools/swarming_client/swarming.p
y", |
| 187 "--version" | 187 "--version" |
| 188 ], | 188 ], |
| 189 "name": "swarming.py --version", | 189 "name": "swarming.py --version", |
| 190 "stdout": "/path/to/tmp/", | 190 "stdout": "/path/to/tmp/", |
| 191 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 192 "@@@STEP_TEXT@0.8.6@@@" | 192 "@@@STEP_TEXT@0.8.6@@@" |
| 193 ] | 193 ] |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "cmd": [ | 196 "cmd": [ |
| 197 "python", | 197 "python", |
| 198 "-u", | 198 "-u", |
| 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 200 "runhooks" | 200 "runhooks" |
| 201 ], | 201 ], |
| 202 "cwd": "[BUILDER_CACHE]/Blimp_Client_Android/src", | 202 "cwd": "[BUILDER_CACHE]/Blimp_Android_Client/src", |
| 203 "env": { | 203 "env": { |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 205 "GYP_CHROMIUM_NO_ACTION": "1", | 205 "GYP_CHROMIUM_NO_ACTION": "1", |
| 206 "GYP_CROSSCOMPILE": "1", | 206 "GYP_CROSSCOMPILE": "1", |
| 207 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 test_isolation_mode=prepare use_goma=1", | 207 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 test_isolation_mode=prepare use_goma=1", |
| 208 "PATH": "[BUILDER_CACHE]/Blimp_Client_Android/src/third_party/android_tool
s/sdk/platform-tools:[BUILDER_CACHE]/Blimp_Client_Android/src/build/android:%(PA
TH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 208 "PATH": "[BUILDER_CACHE]/Blimp_Android_Client/src/third_party/android_tool
s/sdk/platform-tools:[BUILDER_CACHE]/Blimp_Android_Client/src/build/android:%(PA
TH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 209 }, | 209 }, |
| 210 "name": "gclient runhooks" | 210 "name": "gclient runhooks" |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 "cmd": [ | 213 "cmd": [ |
| 214 "python", | 214 "python", |
| 215 "-u", | 215 "-u", |
| 216 "[BUILDER_CACHE]/Blimp_Client_Android/src/testing/scripts/get_compile_targ
ets.py", | 216 "[BUILDER_CACHE]/Blimp_Android_Client/src/testing/scripts/get_compile_targ
ets.py", |
| 217 "--output", | 217 "--output", |
| 218 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 219 "--", | 219 "--", |
| 220 "--build-config-fs", | 220 "--build-config-fs", |
| 221 "Release", | 221 "Release", |
| 222 "--paths", | 222 "--paths", |
| 223 "{\"checkout\": \"[BUILDER_CACHE]/Blimp_Client_Android/src\", \"runit.py\"
: \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIP
E_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 223 "{\"checkout\": \"[BUILDER_CACHE]/Blimp_Android_Client/src\", \"runit.py\"
: \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIP
E_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 224 "--properties", | 224 "--properties", |
| 225 "{\"buildername\": \"Blimp Client Android\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"android\"}" | 225 "{\"buildername\": \"Blimp Android Client\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"android\"}" |
| 226 ], | 226 ], |
| 227 "name": "get compile targets for scripts", | 227 "name": "get compile targets for scripts", |
| 228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 229 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 230 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 231 ] | 231 ] |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 "cmd": [ | 234 "cmd": [ |
| 235 "python", | 235 "python", |
| 236 "-u", | 236 "-u", |
| 237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 238 "[BUILDER_CACHE]/Blimp_Client_Android/src/testing/buildbot/chromium.fyi.js
on", | 238 "[BUILDER_CACHE]/Blimp_Android_Client/src/testing/buildbot/chromium.fyi.js
on", |
| 239 "/path/to/tmp/json" | 239 "/path/to/tmp/json" |
| 240 ], | 240 ], |
| 241 "name": "read test spec (chromium.fyi.json)", | 241 "name": "read test spec (chromium.fyi.json)", |
| 242 "~followup_annotations": [ | 242 "~followup_annotations": [ |
| 243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Blimp_Client_Android/src/testing/build
bot/chromium.fyi.json@@@", | 243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Blimp_Android_Client/src/testing/build
bot/chromium.fyi.json@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@{@@@", | 244 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"Blimp Client Android\": {@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"Blimp Android Client\": {@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ {@@@", | 247 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 250 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ }@@@", | 252 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 253 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ }@@@", | 254 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@}@@@", | 255 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 256 "@@@STEP_LOG_END@json.output@@@" | 256 "@@@STEP_LOG_END@json.output@@@" |
| 257 ] | 257 ] |
| 258 }, | 258 }, |
| 259 { | 259 { |
| 260 "cmd": [ | 260 "cmd": [ |
| 261 "python", | 261 "python", |
| 262 "-u", | 262 "-u", |
| 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 264 "--show-path", | 264 "--show-path", |
| 265 "python", | 265 "python", |
| 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 267 ], | 267 ], |
| 268 "name": "cleanup_temp" | 268 "name": "cleanup_temp" |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "python", | 272 "python", |
| 273 "-u", | 273 "-u", |
| 274 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 274 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 275 "[BUILDER_CACHE]/Blimp_Client_Android/src/out/Release/debug_info_dumps", | 275 "[BUILDER_CACHE]/Blimp_Android_Client/src/out/Release/debug_info_dumps", |
| 276 "[BUILDER_CACHE]/Blimp_Client_Android/src/out/Release/test_logs", | 276 "[BUILDER_CACHE]/Blimp_Android_Client/src/out/Release/test_logs", |
| 277 "[BUILDER_CACHE]/Blimp_Client_Android/src/out/build_product.zip", | 277 "[BUILDER_CACHE]/Blimp_Android_Client/src/out/build_product.zip", |
| 278 "[BUILDER_CACHE]/Blimp_Client_Android/src" | 278 "[BUILDER_CACHE]/Blimp_Android_Client/src" |
| 279 ], | 279 ], |
| 280 "name": "clean local files", | 280 "name": "clean local files", |
| 281 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@python.inline@@@@", | 282 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 283 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 283 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 284 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 285 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 285 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 286 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 286 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 287 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 287 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 288 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 288 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 289 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 289 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 290 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 290 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 291 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 291 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 292 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 292 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 293 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 293 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 294 "@@@STEP_LOG_END@python.inline@@@" | 294 "@@@STEP_LOG_END@python.inline@@@" |
| 295 ] | 295 ] |
| 296 }, | 296 }, |
| 297 { | 297 { |
| 298 "cmd": [ | 298 "cmd": [ |
| 299 "[BUILDER_CACHE]/Blimp_Client_Android/src/build/tree_truth.sh", | 299 "[BUILDER_CACHE]/Blimp_Android_Client/src/build/tree_truth.sh", |
| 300 "[BUILDER_CACHE]/Blimp_Client_Android/src", | 300 "[BUILDER_CACHE]/Blimp_Android_Client/src", |
| 301 "src" | 301 "src" |
| 302 ], | 302 ], |
| 303 "name": "tree truth steps" | 303 "name": "tree truth steps" |
| 304 }, | 304 }, |
| 305 { | 305 { |
| 306 "cmd": [ | 306 "cmd": [ |
| 307 "python", | 307 "python", |
| 308 "-u", | 308 "-u", |
| 309 "[BUILDER_CACHE]/Blimp_Client_Android/src/tools/mb/mb.py", | 309 "[BUILDER_CACHE]/Blimp_Android_Client/src/tools/mb/mb.py", |
| 310 "gen", | 310 "gen", |
| 311 "-m", | 311 "-m", |
| 312 "chromium.fyi", | 312 "chromium.fyi", |
| 313 "-b", | 313 "-b", |
| 314 "Blimp Client Android", | 314 "Blimp Android Client", |
| 315 "--config-file", | 315 "--config-file", |
| 316 "[BUILDER_CACHE]/Blimp_Client_Android/src/tools/mb/mb_config.pyl", | 316 "[BUILDER_CACHE]/Blimp_Android_Client/src/tools/mb/mb_config.pyl", |
| 317 "--goma-dir", | 317 "--goma-dir", |
| 318 "[CACHE]/cipd/goma", | 318 "[CACHE]/cipd/goma", |
| 319 "//out/Release" | 319 "//out/Release" |
| 320 ], | 320 ], |
| 321 "cwd": "[BUILDER_CACHE]/Blimp_Client_Android/src", | 321 "cwd": "[BUILDER_CACHE]/Blimp_Android_Client/src", |
| 322 "env": { | 322 "env": { |
| 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 324 }, | 324 }, |
| 325 "name": "generate_build_files" | 325 "name": "generate_build_files" |
| 326 }, | 326 }, |
| 327 { | 327 { |
| 328 "cmd": [ | 328 "cmd": [ |
| 329 "python", | 329 "python", |
| 330 "-u", | 330 "-u", |
| 331 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 331 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 332 "--show-path", | 332 "--show-path", |
| 333 "python", | 333 "python", |
| 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 335 "--gsutil-py-path", | 335 "--gsutil-py-path", |
| 336 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 336 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 337 "--ninja-path", | 337 "--ninja-path", |
| 338 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 338 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 339 "--target", | 339 "--target", |
| 340 "Release", | 340 "Release", |
| 341 "--src-dir", | 341 "--src-dir", |
| 342 "[BUILDER_CACHE]/Blimp_Client_Android/src", | 342 "[BUILDER_CACHE]/Blimp_Android_Client/src", |
| 343 "--goma-cache-dir", | 343 "--goma-cache-dir", |
| 344 "[GOMA_CACHE]", | 344 "[GOMA_CACHE]", |
| 345 "--buildbot-buildername", | 345 "--buildbot-buildername", |
| 346 "Blimp Client Android", | 346 "Blimp Android Client", |
| 347 "--buildbot-mastername", | 347 "--buildbot-mastername", |
| 348 "chromium.fyi", | 348 "chromium.fyi", |
| 349 "--buildbot-slavename", | 349 "--buildbot-slavename", |
| 350 "TestSlavename", | 350 "TestSlavename", |
| 351 "--goma-deps-cache-dir", | 351 "--goma-deps-cache-dir", |
| 352 "[GOMA_DEPS_CACHE]", | 352 "[GOMA_DEPS_CACHE]", |
| 353 "--build-data-dir", | 353 "--build-data-dir", |
| 354 "[ROOT]/build_data_dir", | 354 "[ROOT]/build_data_dir", |
| 355 "--compiler", | 355 "--compiler", |
| 356 "goma", | 356 "goma", |
| 357 "--goma-jsonstatus", | 357 "--goma-jsonstatus", |
| 358 "/path/to/tmp/json", | 358 "/path/to/tmp/json", |
| 359 "--goma-service-account-json-file", | 359 "--goma-service-account-json-file", |
| 360 "/creds/service_accounts/service-account-goma-client.json", | 360 "/creds/service_accounts/service-account-goma-client.json", |
| 361 "--goma-dir", | 361 "--goma-dir", |
| 362 "[CACHE]/cipd/goma", | 362 "[CACHE]/cipd/goma", |
| 363 "--" | 363 "--" |
| 364 ], | 364 ], |
| 365 "env": { | 365 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 367 "PATH": "[BUILDER_CACHE]/Blimp_Client_Android/src/third_party/android_tool
s/sdk/platform-tools:[BUILDER_CACHE]/Blimp_Client_Android/src/build/android:%(PA
TH)s" | 367 "PATH": "[BUILDER_CACHE]/Blimp_Android_Client/src/third_party/android_tool
s/sdk/platform-tools:[BUILDER_CACHE]/Blimp_Android_Client/src/build/android:%(PA
TH)s" |
| 368 }, | 368 }, |
| 369 "name": "compile", | 369 "name": "compile", |
| 370 "~followup_annotations": [ | 370 "~followup_annotations": [ |
| 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 372 "@@@STEP_LOG_END@json.output (invalid)@@@" | 372 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 373 ] | 373 ] |
| 374 }, | 374 }, |
| 375 { | 375 { |
| 376 "name": "$result", | 376 "name": "$result", |
| 377 "recipe_result": null, | 377 "recipe_result": null, |
| 378 "status_code": 0 | 378 "status_code": 0 |
| 379 } | 379 } |
| 380 ] | 380 ] |
| OLD | NEW |