From 6a116ce8c595efa54262cbfeb4dda9784d01fc54 Mon Sep 17 00:00:00 2001 From: xianyuanjia <56282287+xianyuanjia@users.noreply.github.com> Date: Fri, 8 May 2026 12:14:53 -0700 Subject: [PATCH 1/2] Restructure first-time setup steps in README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ce9a1e..ee15705 100644 --- a/README.md +++ b/README.md @@ -60,18 +60,22 @@ results in an organized way on a dedicated web UI (Resultstore/BTX). The result URL can then be shared to anyone who is given access (including both Google and non-Google accounts), allowing for easy tracking and debugging. +### Before you start + +Test results are uploaded to a dedicated GCP project for your organization. + +Confirm/request access to your organization's GCP project with your Google contact. The +Googler will give you the right project name to use for setting up. + ### First-time setup -To start using the Results Uploader, you need to be able to access the shared -Google Cloud Storage bucket: +To start using the Results Uploader, you need to set up local credentials for GCP: -1. Confirm/request access to the shared GCP project with your Google contact. - The Googler will give you a project name to use. -2. Install the gcloud CLI from https://docs.cloud.google.com/sdk/docs/install-sdk#latest-version +1. Install the gcloud CLI from https://docs.cloud.google.com/sdk/docs/install-sdk#latest-version * Skip the "Before you begin" steps. * If installation fails with the above method, try the alternative linked [here](https://cloud.google.com/sdk/docs/downloads-versioned-archives#installation_instructions). -3. Download and execute [this script](src/results_uploader/gcloud_setup.py) to +2. Download and execute [this script](src/results_uploader/gcloud_setup.py) to log into the GCP project, and set up local credentials. ### How to upload results From 1a0114790759dcf95e818ffa83fec6ab9eccb5be Mon Sep 17 00:00:00 2001 From: xianyuanjia <56282287+xianyuanjia@users.noreply.github.com> Date: Fri, 8 May 2026 12:18:20 -0700 Subject: [PATCH 2/2] Gemini-suggested fix Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee15705..54574cf 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ non-Google accounts), allowing for easy tracking and debugging. Test results are uploaded to a dedicated GCP project for your organization. Confirm/request access to your organization's GCP project with your Google contact. The -Googler will give you the right project name to use for setting up. +Googler will give you the right Project ID to use for setting up. ### First-time setup