File tree Expand file tree Collapse file tree
branches/autosynth-monitoring/.kokoro/nightly Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118- refs/heads/autosynth-monitoring: 94b2e0879a82baec3df6770fb1fd62af0184f9e5
118+ refs/heads/autosynth-monitoring: 751d2031558ff1a4b835162e7842cebd1aa7682a
119119refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
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