File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ build_file: " google-auth-library-java/.kokoro/build.sh"
4+
5+ env_vars: {
6+ key: " JOB_TYPE"
7+ value: " graalvm-single"
8+ }
9+
10+ # TODO: remove this after we've migrated all tests and scripts
11+ env_vars: {
12+ key: " GCLOUD_PROJECT"
13+ value: " gcloud-devel"
14+ }
15+
16+ env_vars: {
17+ key: " GOOGLE_CLOUD_PROJECT"
18+ value: " gcloud-devel"
19+ }
20+
21+ env_vars: {
22+ key: " GOOGLE_APPLICATION_CREDENTIALS"
23+ value: " secret_manager/java-it-service-account"
24+ }
25+
26+ env_vars: {
27+ key: " SECRET_MANAGER_KEYS"
28+ value: " java-it-service-account"
29+ }
30+
31+ env_vars: {
32+ key: " GCS_BUCKET"
33+ value: " byoid-it-bucket"
34+ }
35+
36+ env_vars: {
37+ key: " GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES"
38+ value: " 1"
39+ }
40+
41+ env_vars: {
42+ key: " GOOGLE_CLOUD_QUOTA_PROJECT"
43+ value: " gcloud-devel"
44+ }
45+
46+ container_properties {
47+ docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.17.0"
48+ }
49+
50+
51+ env_vars: {
52+ key: " BUILD_SUBDIR"
53+ value: " google-auth-library-java"
54+ }
You can’t perform that action at this time.
0 commit comments