Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.19 KB

File metadata and controls

35 lines (25 loc) · 1.19 KB

Validation Suite Setup

The following must be set up.

  • Google Cloud Project
  • A dataset, stored in BIGQUERY_DATASET_ID
  • A secondary dataset, stored in BIGQUERY_SECONDARY_DATASET_ID

Additionally, you must be logged in to Google Cloud via gcloud auth application-default login.

Using clusters in CI

Follow the instructions here: https://github.com/google-github-actions/auth?tab=readme-ov-file#indirect-wif

Authorize all branches on this repo to access the cluster, not just main. This means PRs from individuals still can't be tested, but PRs from contributors (who do not use a fork) can be.