Skip to content

Commit

Permalink
fix: disable chaos deploy
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 6, 2024
1 parent f35a3b7 commit 48aa7a9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/e2e-chaos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }}
values: ${{ env.VALUES }}
wait_for_selector: app=vald-lb-gateway
- name: Deploy Chaos Mesh
uses: ./.github/actions/deploy-chaos-mesh
with:
helm_extra_options: "--set podChaos.failure.enabled=true"
# - name: Deploy Chaos Mesh
# uses: ./.github/actions/deploy-chaos-mesh
# with:
# helm_extra_options: "--set podChaos.failure.enabled=true"
- name: Run Insert and Search operations
run: |
make hack/benchmark/assets/dataset/${{ env.DATASET }}
Expand Down Expand Up @@ -103,10 +103,10 @@ jobs:
helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }}
values: ${{ env.VALUES }}
wait_for_selector: app=vald-lb-gateway
- name: Deploy Chaos Mesh
uses: ./.github/actions/deploy-chaos-mesh
with:
helm_extra_options: "--set podChaos.kill.enabled=true"
# - name: Deploy Chaos Mesh
# uses: ./.github/actions/deploy-chaos-mesh
# with:
# helm_extra_options: "--set podChaos.kill.enabled=true"
- name: Run Insert and Search operations
run: |
make hack/benchmark/assets/dataset/${{ env.DATASET }}
Expand Down Expand Up @@ -144,10 +144,10 @@ jobs:
helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }}
values: ${{ env.VALUES }}
wait_for_selector: app=vald-lb-gateway
- name: Deploy Chaos Mesh
uses: ./.github/actions/deploy-chaos-mesh
with:
helm_extra_options: "--set networkChaos.partition.enabled=true"
# - name: Deploy Chaos Mesh
# uses: ./.github/actions/deploy-chaos-mesh
# with:
# helm_extra_options: "--set networkChaos.partition.enabled=true"
- name: Run Insert and Search operations
run: |
make hack/benchmark/assets/dataset/${{ env.DATASET }}
Expand Down Expand Up @@ -185,10 +185,10 @@ jobs:
helm_extra_options: ${{ steps.setup_e2e.outputs.HELM_EXTRA_OPTIONS }}
values: ${{ env.VALUES }}
wait_for_selector: app=vald-lb-gateway
- name: Deploy Chaos Mesh
uses: ./.github/actions/deploy-chaos-mesh
with:
helm_extra_options: "--set networkChaos.bandwidth.enabled=true"
# - name: Deploy Chaos Mesh
# uses: ./.github/actions/deploy-chaos-mesh
# with:
# helm_extra_options: "--set networkChaos.bandwidth.enabled=true"
- name: Run Insert and Search operations
run: |
make hack/benchmark/assets/dataset/${{ env.DATASET }}
Expand Down

0 comments on commit 48aa7a9

Please sign in to comment.