Skip to content

Commit 68031f1

Browse files
ci(spanner): Remove GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS env variable (googleapis#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]>
1 parent 1f81600 commit 68031f1

7 files changed

+2
-32
lines changed

.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ env_vars: {
2626
value: "true"
2727
}
2828

29-
env_vars: {
30-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
31-
value: "true"
32-
}
33-
3429
env_vars: {
3530
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3631
value: "true"

.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ env_vars: {
2626
value: "true"
2727
}
2828

29-
env_vars: {
30-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
31-
value: "true"
32-
}
33-
3429
env_vars: {
3530
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3631
value: "true"

.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ env_vars: {
2121
value: "java-client-testing"
2222
}
2323

24-
env_vars: {
25-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
26-
value: "true"
27-
}
28-
2924
env_vars: {
3025
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3126
value: "true"

.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ env_vars: {
2121
value: "java-client-testing"
2222
}
2323

24-
env_vars: {
25-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
26-
value: "true"
27-
}
28-
2924
env_vars: {
3025
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3126
value: "true"

.kokoro/nightly/integration-directpath-enabled.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ env_vars: {
3636
value: "java-client-testing"
3737
}
3838

39-
env_vars: {
40-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
41-
value: "true"
42-
}
43-
4439
env_vars: {
4540
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
4641
value: "true"

.kokoro/presubmit/integration-directpath-enabled.cfg

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ env_vars: {
3232
value: "java-client-testing"
3333
}
3434

35-
env_vars: {
36-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
37-
value: "true"
38-
}
39-
4035
env_vars: {
4136
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
4237
value: "true"
43-
}
38+
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
517517
| 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) |
518518
| 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) |
519519
| 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) |
520+
| 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) |
520521
| 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) |
521522
| 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) |
522523
| 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) |
@@ -598,7 +599,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
598599
| 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) |
599600
| 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) |
600601
| 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) |
601-
| 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) |
602602
| 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) |
603603
| 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) |
604604
| 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) |

0 commit comments

Comments
 (0)