Revert "[testrunner] Forward $ISOLATED_OUTDIR to tests"

This reverts commit da83f868dbe2b5d114ac874621c860ae2cba3c82.

Reason for revert: Not needed; ISOLATED_OUTDIR needs to be referenced at the recipe-level.

Original change's description:
> [testrunner] Forward $ISOLATED_OUTDIR to tests
> 
> Test can put artifacts (e.g., screenshots) here - and on the bots these
> files will be automatically isolated for download and post-processing
> (e.g., upload to GCS) in the recipes.
> 
> Change-Id: I35e0b226e59bdeb52faf2d81e5364d0367b2ab1f

TBR=kjharland@google.com,joshuaseaton@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I9935a524614a8edb3100e092c6a7e1a7c7e7ec91
1 file changed
tree: 854659b1c789b5813a94f1d7a5b84427fc4d599e
  1. artifacts/
  2. bloaty/
  3. botanist/
  4. breakpad/
  5. build/
  6. buildbucket/
  7. cache/
  8. cmd/
  9. color/
  10. command/
  11. digest/
  12. elflib/
  13. fastboot/
  14. gcs/
  15. gndoc/
  16. isatty/
  17. logger/
  18. mdns/
  19. netboot/
  20. netutil/
  21. ninjalog/
  22. qemu/
  23. resultstore/
  24. retry/
  25. runner/
  26. runtests/
  27. secrets/
  28. serial/
  29. sshutil/
  30. symbolize/
  31. tap/
  32. tarutil/
  33. telnet/
  34. testrunner/
  35. testsharder/
  36. tftp/
  37. .gitignore
  38. go.mod
  39. go.sum
  40. LICENSE
  41. manifest
  42. PATENTS
  43. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"