File tree Expand file tree Collapse file tree
branches/autosynth-vision/.kokoro/nightly Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119119refs/heads/autosynth-pubsub: 5a23c921229ede711e9fb37341ecd08a6f8ff216
120120refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121- refs/heads/autosynth-vision: 94b2e0879a82baec3df6770fb1fd62af0184f9e5
121+ refs/heads/autosynth-vision: 751d2031558ff1a4b835162e7842cebd1aa7682a
122122refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-bigquery"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-bigtable -Dbigtable.env=prod -Dbigtable.table=projects/gcloud-devel/instances/google-cloud-bigtable/tables/integration-tests"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-bigtable-admin -Dbigtable.instance=projects/gcloud-devel/instances/google-cloud-bigtable"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Build logs will be here
4+ action {
5+ define_artifacts {
6+ regex: " **/*sponge_log.xml"
7+ }
8+ }
9+
10+ # Download trampoline resources.
11+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
12+
13+ # Use the trampoline script to run in docker.
14+ build_file: " google-cloud-java/.kokoro/trampoline.sh"
15+
16+ env_vars: {
17+ key: " TRAMPOLINE_BUILD_FILE"
18+ value: " github/google-cloud-java/.kokoro/build.sh"
19+ }
20+
21+ env_vars: {
22+ key: " JOB_TYPE"
23+ value: " test"
24+ }
25+
26+ before_action {
27+ fetch_keystore {
28+ keystore_resource {
29+ keystore_config_id: 73713
30+ keyname: " java_it_service_account"
31+ }
32+ }
33+ }
34+
35+ before_action {
36+ fetch_keystore {
37+ keystore_resource {
38+ keystore_config_id: 73713
39+ keyname: " java_firestore_it_service_account"
40+ }
41+ }
42+ }
43+
44+ # Request the codecov master token
45+ before_action {
46+ fetch_keystore {
47+ keystore_resource {
48+ keystore_config_id: 73713
49+ keyname: " dpebot_codecov_token"
50+ }
51+ }
52+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-compute"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-datastore"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-dns"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " gcloud-devel"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " INTEGRATION_TEST_ARGS"
11+ value: " google-cloud-clients/google-cloud-firestore"
12+ }
13+
14+ env_vars: {
15+ key: " JOB_TYPE"
16+ value: " integration"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " java-review"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " keystore/73713_java_firestore_it_service_account"
27+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java10"
7+ }
You can’t perform that action at this time.
0 commit comments