From 52ba6fc02dd3236427b9510d9385c51b738c35f2 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Mon, 16 Dec 2024 11:25:36 +0900 Subject: [PATCH] change timeout --- .github/actions/e2e-deploy-vald-readreplica/action.yaml | 1 - .github/workflows/e2e.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-deploy-vald-readreplica/action.yaml b/.github/actions/e2e-deploy-vald-readreplica/action.yaml index 9a986bb6db..cfcdad536e 100644 --- a/.github/actions/e2e-deploy-vald-readreplica/action.yaml +++ b/.github/actions/e2e-deploy-vald-readreplica/action.yaml @@ -86,7 +86,6 @@ runs: if: ${{ inputs.use_local_charts == 'true' }} run: | make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}" - kubectl delete pod --selector="app=vald-lb-gateway" sleep 3 diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a5b41c79a4..72b3fe0ef2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -330,6 +330,7 @@ jobs: helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }} values: .github/helm/values/values-readreplica.yaml wait_for_selector: app=vald-lb-gateway + wait_for_timeout: 900s - name: Run E2E CRUD with read replica rotation run: | make hack/benchmark/assets/dataset/${{ env.DATASET }}