You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2024/03/08 20:02:12 UTC

(beam) branch release-2.55.0 updated: Bump InfluxDB PostCommit timeout (#30575)

This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch release-2.55.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.55.0 by this push:
     new b67fc15f5d5 Bump InfluxDB PostCommit timeout (#30575)
b67fc15f5d5 is described below

commit b67fc15f5d5e7d21056054036197d68b7b070a54
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Mar 8 15:02:05 2024 -0500

    Bump InfluxDB PostCommit timeout (#30575)
---
 .github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml b/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
index 0bfbdedadcc..95f959cb9ee 100644
--- a/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
@@ -89,7 +89,7 @@ jobs:
         id: install_influxdb
         run: | 
           kubectl apply -f ${{ github.workspace }}/.test-infra/kubernetes/influxdb/influxdb.yml
-          kubectl wait svc/influxdb-load-balancer-service --for=jsonpath='{.status.loadBalancer.ingress[0].ip}'
+          kubectl wait --timeout 2m svc/influxdb-load-balancer-service --for=jsonpath='{.status.loadBalancer.ingress[0].ip}'
           loadbalancer_IP=$(kubectl get svc influxdb-load-balancer-service -o jsonpath='{.status.loadBalancer.ingress[0].ip}') 
           echo influxdb_IP=$loadbalancer_IP >> $GITHUB_OUTPUT
       - name: Run Java InfluxDbIO_IT