diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml deleted file mode 100644 index 133ae457eb..0000000000 --- a/.github/workflows/load-test.yml +++ /dev/null @@ -1,32 +0,0 @@ -# name: Load Testing with JMeter - -# on: -# push: -# branches: -# - main - -# permissions: -# contents: read -# actions: read -# checks: write - -# jobs: -# jmeter: -# name: Run JMeter Tests -# runs-on: ubuntu-latest -# steps: -# - name: Checkout code -# uses: actions/checkout@v4 - -# - name: Run JMeter Action on a test -# uses: rbhadti94/apache-jmeter-action@v0.5.0 -# with: -# testFilePath: tests/jmeter/gite-test-plan.jmx -# outputReportsFolder: reports/ -# args: "--loglevel INFO" - -# - name: Upload JMeter Test Results -# uses: actions/upload-artifact@v4 -# with: -# name: jmeter-test-results -# path: reports/ \ No newline at end of file diff --git a/.github/workflows/preproduction.yml b/.github/workflows/preproduction.yml index 8545a737fd..471a1fcb4b 100644 --- a/.github/workflows/preproduction.yml +++ b/.github/workflows/preproduction.yml @@ -119,4 +119,39 @@ jobs: uses: actions/upload-artifact@v4 with: name: jmeter-test-results - path: reports/ \ No newline at end of file + path: reports/ + + + +# name: Load Testing with JMeter + +# on: +# push: +# branches: +# - main + +# permissions: +# contents: read +# actions: read +# checks: write + +# jobs: +# jmeter: +# name: Run JMeter Tests +# runs-on: ubuntu-latest +# steps: +# - name: Checkout code +# uses: actions/checkout@v4 + +# - name: Run JMeter Action on a test +# uses: rbhadti94/apache-jmeter-action@v0.5.0 +# with: +# testFilePath: tests/jmeter/gite-test-plan.jmx +# outputReportsFolder: reports/ +# args: "--loglevel INFO" + +# - name: Upload JMeter Test Results +# uses: actions/upload-artifact@v4 +# with: +# name: jmeter-test-results +# path: reports/ \ No newline at end of file