From 7b259b139e740322768076aaaf16be20a08c5426 Mon Sep 17 00:00:00 2001 From: Abhi9705 Date: Fri, 23 Aug 2024 02:13:38 +0100 Subject: [PATCH] added files --- .github/workflows/mainPipeline.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/mainPipeline.yml b/.github/workflows/mainPipeline.yml index 17976f3..2b1da7a 100644 --- a/.github/workflows/mainPipeline.yml +++ b/.github/workflows/mainPipeline.yml @@ -214,12 +214,7 @@ jobs: - name: Trigger JMeter Tests run: | - - if [ ! -f test-plan.jmx ]; then - echo "Test plan not found!" - exit 1 - fi - rm -rf jmeter-results.jtl jmeter-report + jmeter -n -t test-plan.jmx -Jserver=${{ env.PUBLIC_IP }} -Jthreads=10 -l jmeter-results.jtl -g -o jmeter-report Chaos_Engineering: