From 4437965f32ddbb35be48a0ad853f15e09aad2e5b Mon Sep 17 00:00:00 2001 From: hlts2 Date: Tue, 6 Aug 2024 15:44:39 +0900 Subject: [PATCH] Revert "fix: disable chaos deploy" This reverts commit 48aa7a92db0e3ab159fe4894e9ba0940e42b099f. --- .github/workflows/e2e-chaos.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/e2e-chaos.yaml b/.github/workflows/e2e-chaos.yaml index 4022ea3362..473e4136cc 100644 --- a/.github/workflows/e2e-chaos.yaml +++ b/.github/workflows/e2e-chaos.yaml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }}