[roll] Roll fuchsia [fxtest] Allow Gemini API key to be passed to analysis script

This change updates the fxtest tool to correctly pass the GEMINI_API_KEY
environment variable to the Gemini analysis script when the
--gemini-analysis flag is used. It involves propagating the key through
the hermetic environment, storing it in the execution environment, and
passing it as a command-line argument to the analysis script. The help
text for --gemini-analysis was also updated to reflect the correct way
to set the API key, making it so users no longer have to pass it in
using --env.

Test: Updated unit tests to reflect change

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1427028
Original-Revision: a4254b9962547a0055e72fcf75d259e20468e1be
GitOrigin-RevId: d22c82eb2253a5d0fc75ec50714588146ae49efd
Change-Id: I0096eb1ec6824b7300f650362a557b76f87422d2
1 file changed
tree: d0afae509bc73dae15790b1321b9dc3216eeda44
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.