Skip to content

Commit

Permalink
✅ Fix CI Err
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Jan 14, 2025
1 parent 00434e0 commit 573283f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ jobs:
with:
helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }}
values: .github/helm/values/values-rollout-agent.yaml
wait_for_selector: app=vald-agent
- name: Run E2E CRUD with read replica rotation
wait_for_selector: app=vald-lb-gateway
- name: Run E2E CRUD with rollout restart agent
run: |
make hack/benchmark/assets/dataset/${{ env.DATASET }}
make E2E_BIND_PORT=8081 \
Expand All @@ -390,7 +390,7 @@ jobs:
E2E_TARGET_NAMESPACE=default \
e2e/rollout/restart/agent
env:
POD_NAME: ${{ steps.deploy_vald_readreplica.outputs.POD_NAME }}
POD_NAME: ${{ steps.deploy_vald.outputs.POD_NAME }}
e2e-stream-crud-with-mirror:
name: "E2E test (Stream CRUD) with mirror"
needs: [detect-ci-container]
Expand Down

0 comments on commit 573283f

Please sign in to comment.