roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Fuchsia test outputs in CQ

Expose fuchsia test orchestration outputs in CQ by specifying
`TEST_UNDECLARED_OUTPUTS_DIR`[1] via
`TEST_UNDECLARED_OUTPUTS_DIR_OVERRIDE`[2], allowing those outputs to be
captured by the glob pattern in the `save_logs` recipe module.

Test outputs include ffx host logs, ffx target logs, ffx daemon logs,
ssh logs, and subrunner (test stdout + stderr) logs.

This will help us better understand test execution/failures in CQ.

[1]: https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/orchestrate/orchestrator.go;l=32;drc=cdbc75125ae61cf5937631c7151c35f5a32a5731
[2]: https://fxrev.dev/1110434

Original-Bug: 362990622
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232331

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 3e2889942fadf1c..6829156f7dcf15b
Roller-URL: https://ci.chromium.org/b/8738152613103009889
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iec389db3e62c36a656c7f403e079ede0022bb2e3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/232803
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: a2eaedfc617dab4c6e335e38d0a704390465f02c
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clangd.shared
  16. .gitignore
  17. .pw_console.yaml
  18. AUTHORS
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. LICENSE
  22. MODULE.bazel
  23. MODULE.bazel.lock
  24. OWNERS
  25. pigweed.json
  26. README.md
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.