From 68031f177754d79ce5e8591809c476b47552e8cf Mon Sep 17 00:00:00 2001 From: Sakthivel Subramanian <179120858+sakthivelmanii@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:01:13 +0530 Subject: [PATCH] ci(spanner): Remove GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS env variable (#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 --- .../integration-cloud-devel-directpath-enabled.cfg | 5 ----- .../integration-cloud-staging-directpath-enabled.cfg | 5 ----- .../nightly/integration-cloud-devel-directpath-enabled.cfg | 5 ----- .../integration-cloud-staging-directpath-enabled.cfg | 5 ----- .kokoro/nightly/integration-directpath-enabled.cfg | 5 ----- .kokoro/presubmit/integration-directpath-enabled.cfg | 7 +------ README.md | 2 +- 7 files changed, 2 insertions(+), 32 deletions(-) diff --git a/.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg b/.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg index d6d04b4aac..c17e92f53e 100644 --- a/.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg +++ b/.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg @@ -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" diff --git a/.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg b/.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg index 0ace4f15f4..e9a9ef9c76 100644 --- a/.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg +++ b/.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg @@ -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" diff --git a/.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg b/.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg index 04883e991c..fa53b07d62 100644 --- a/.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg +++ b/.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg @@ -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" diff --git a/.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg b/.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg index aaeaa27886..c951f87b5a 100644 --- a/.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg +++ b/.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg @@ -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" diff --git a/.kokoro/nightly/integration-directpath-enabled.cfg b/.kokoro/nightly/integration-directpath-enabled.cfg index baa7968e84..9d77a33d84 100644 --- a/.kokoro/nightly/integration-directpath-enabled.cfg +++ b/.kokoro/nightly/integration-directpath-enabled.cfg @@ -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" diff --git a/.kokoro/presubmit/integration-directpath-enabled.cfg b/.kokoro/presubmit/integration-directpath-enabled.cfg index b0e6fe14ea..ceb3bddfa7 100644 --- a/.kokoro/presubmit/integration-directpath-enabled.cfg +++ b/.kokoro/presubmit/integration-directpath-enabled.cfg @@ -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" -} +} \ No newline at end of file diff --git a/README.md b/README.md index 9deda8d23d..2d64485094 100644 --- a/README.md +++ b/README.md @@ -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) | @@ -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) |