Skip to content

Commit

Permalink
ci(spanner): Remove GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS env variable (#…
Browse files Browse the repository at this point in the history
…3618)

* ci(spanner): Remove GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS env variable

* chore: generate libraries at Wed Jan 29 18:09:53 UTC 2025

---------

Co-authored-by: cloud-java-bot <[email protected]>
  • Loading branch information
sakthivelmanii and cloud-java-bot authored Jan 30, 2025
1 parent 1f81600 commit 68031f1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ env_vars: {
value: "true"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ env_vars: {
value: "true"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ env_vars: {
value: "java-client-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ env_vars: {
value: "java-client-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
Expand Down
5 changes: 0 additions & 5 deletions .kokoro/nightly/integration-directpath-enabled.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ env_vars: {
value: "java-client-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
Expand Down
7 changes: 1 addition & 6 deletions .kokoro/presubmit/integration-directpath-enabled.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ env_vars: {
value: "java-client-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
value: "true"
}

env_vars: {
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
value: "true"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
| Create Instance Config Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) |
| Create Instance Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) |
| Create Instance Partition Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) |
| Create Instance With Asymmetric Autoscaling Config Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) |
| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) |
| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) |
| Create Instance Without Default Backup Schedules Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) |
Expand Down Expand Up @@ -598,7 +599,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
| Create Instance Config Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) |
| Create Instance Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) |
| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) |
| Create Instance With Asymmetric Autoscaling Config Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) |
| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) |
| Create Sequence Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) |
| Create Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) |
Expand Down

0 comments on commit 68031f1

Please sign in to comment.