Skip to content

Commit

Permalink
chore(ci): remove firestore project and its reference (#10505) (#7322)
Browse files Browse the repository at this point in the history
[upstream:c6ac001606fdbcda06f55bc4207e064ea8102583]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 7, 2024
1 parent 05a110e commit 61b315d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions google-beta/envvar/envvar_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ var ProjectEnvVars = []string{
"CLOUDSDK_CORE_PROJECT",
}

var FirestoreProjectEnvVars = []string{
"GOOGLE_FIRESTORE_PROJECT",
}

var RegionEnvVars = []string{
"GOOGLE_REGION",
"GCLOUD_REGION",
Expand Down Expand Up @@ -154,13 +150,6 @@ func GetTestIdentityUserFromEnv(t *testing.T) string {
return transport_tpg.MultiEnvSearch(IdentityUserEnvVars)
}

// Firestore can't be enabled at the same time as Datastore, so we need a new
// project to manage it until we can enable Firestore programmatically.
func GetTestFirestoreProjectFromEnv(t *testing.T) string {
SkipIfEnvNotSet(t, FirestoreProjectEnvVars...)
return transport_tpg.MultiEnvSearch(FirestoreProjectEnvVars)
}

// Returns the raw organization id like 1234567890, skipping the test if one is
// not found.
func GetTestOrgFromEnv(t *testing.T) string {
Expand Down

0 comments on commit 61b315d

Please sign in to comment.