[infra][ftx] Add an input parameter to specify summary.json location

The `orchestrate` binary writes the summary.json file at
`$TEST_UNDECLARED_OUTPUTS_DIR/summary.json`, which is a different
location than what `ftxrunner` does (out/test.outputs/summary.json vs
out/summary.json). As such, we need a way to move this file around by
changing the builder inputs to support a soft transition to
`orchstrate`.

Bug: b/315215670
Change-Id: Idddd318480013147884a00cd949d052edb488b9e
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/1001320
Reviewed-by: Vinicius Felizardo <felizardo@google.com>
Commit-Queue: Michael Brase <mbrase@google.com>
5 files changed
tree: 348aef21d55d94380e209dc854bb1a656e7cabe3
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. execution/
  6. flagutil/
  7. functools/
  8. gerrit/
  9. gitiles/
  10. issuetracker/
  11. rpcutil/
  12. scripts/
  13. slsa/
  14. third_party/
  15. vendor/
  16. .gitignore
  17. AUTHORS
  18. go.mod
  19. go.sum
  20. LICENSE
  21. manifest
  22. PATENTS
  23. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.