File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2727 # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
2828 # build specific Cloud project. You can also use your own string
2929 # to use your own Cloud project.
30- "gcloud_project_env" : "GOOGLE_CLOUD_PROJECT" ,
31- # 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
32- # If you need to use a specific version of pip,
33- # change pip_version_override to the string representation
34- # of the version number, for example, "20.2.4"
35- "pip_version_override" : None ,
30+ # 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31+ "gcloud_project_env" : "BUILD_SPECIFIC_GCLOUD_PROJECT" ,
3632 # A dictionary you want to inject into your test. Don't put any
3733 # secrets here. These values will override predefined values.
38- "envs" : {},
34+ "envs" : {
35+ "GCLOUD_ORGANIZATION" : "1081635000895" ,
36+ "GCLOUD_PROJECT" : "project-a-id" ,
37+ "GCLOUD_PUBSUB_TOPIC" : "projects/project-a-id/topics/notifications-sample-topic" ,
38+ "GCLOUD_PUBSUB_SUBSCRIPTION" : "notification-sample-subscription" ,
39+ },
3940}
You can’t perform that action at this time.
0 commit comments