Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8800ff

Browse filesBrowse files
author
Takashi Matsuo
authored
chore: clean up the test-env template and sync to the current secret (GoogleCloudPlatform#4446)
1 parent 0dcfc89 commit a8800ff
Copy full SHA for a8800ff

File tree

Expand file treeCollapse file tree

1 file changed

+44
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+44
-13
lines changed

‎testing/test-env.tmpl.sh

Copy file name to clipboard
+44-13Lines changed: 44 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Environment variables for system tests.
2-
export GCLOUD_PROJECT=your-project-id
3-
export GCP_PROJECT=$GCLOUD_PROJECT
4-
export GOOGLE_CLOUD_PROJECT=$GCLOUD_PROJECT
2+
export GOOGLE_CLOUD_PROJECT=your-project-id
3+
export GCP_PROJECT=$GOOGLE_CLOUD_PROJECT
54
export FIRESTORE_PROJECT=
65

7-
export CLOUD_STORAGE_BUCKET=$GCLOUD_PROJECT
6+
export CLOUD_STORAGE_BUCKET=$GOOGLE_CLOUD_PROJECT
87
export REQUESTER_PAYS_TEST_BUCKET="${CLOUD_STORAGE_BUCKET}-requester-pays-test"
98
export API_KEY=
109
export BIGTABLE_CLUSTER=bigtable-test
@@ -24,18 +23,50 @@ export POSTGRES_USER=
2423
export POSTGRES_PASSWORD=
2524
export POSTGRES_DATABASE=
2625

26+
export KG_API_KEY=
27+
export SLACK_TEST_SIGNATURE=
28+
export SLACK_SECRET=
29+
export FUNCTIONS_TOPIC=
30+
31+
# HMAC SA Credentials for S3 SDK samples
32+
export GOOGLE_CLOUD_PROJECT_S3_SDK=
33+
export STORAGE_HMAC_ACCESS_KEY_ID=
34+
export STORAGE_HMAC_ACCESS_SECRET_KEY=
35+
36+
# Service account for HMAC samples
37+
export HMAC_KEY_TEST_SERVICE_ACCOUNT=
38+
2739
# Environment variables for App Engine Flexible system tests.
2840
export GA_TRACKING_ID=
2941
export SQLALCHEMY_DATABASE_URI=sqlite://
3042
export PUBSUB_TOPIC=gae-mvm-pubsub-topic
3143
export PUBSUB_VERIFICATION_TOKEN=1234abc
3244

33-
# Mailgun, Sendgrid, and Twilio config.
34-
# These aren't current used because tests do not exist for these.
35-
export MAILGUN_DOMAIN_NAME=
36-
export MAILGUN_API_KEY=
37-
export SENDGRID_API_KEY=
38-
export SENDGRID_SENDER=
39-
export TWILIO_ACCOUNT_SID=
40-
export TWILIO_AUTH_TOKEN=
41-
export TWILIO_NUMBER=
45+
# Secret Manager Test Vars
46+
export GCLOUD_SECRETS_SERVICE_ACCOUNT=
47+
48+
# Automl
49+
export AUTOML_PROJECT_ID=
50+
51+
export ENTITY_EXTRACTION_DATASET_ID=
52+
export ENTITY_EXTRACTION_MODEL_ID=
53+
54+
export SENTIMENT_ANALYSIS_DATASET_ID=
55+
export SENTIMENT_ANALYSIS_MODEL_ID=
56+
57+
export TEXT_CLASSIFICATION_DATASET_ID=
58+
export TEXT_CLASSIFICATION_MODEL_ID=
59+
60+
export TRANSLATION_DATASET_ID=
61+
export TRANSLATION_MODEL_ID=
62+
63+
export VISION_CLASSIFICATION_DATASET_ID=
64+
export VISION_CLASSIFICATION_MODEL_ID=
65+
66+
export OBJECT_DETECTION_DATASET_ID=
67+
export OBJECT_DETECTION_MODEL_ID=
68+
69+
# For git operations in the test driver(testing/run_tests.sh).
70+
# These are optional, but for avoiding flakes in Kokoro builds.
71+
export GITHUB_ACCESS_TOKEN=
72+
export GITHUB_USERNAME=

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.