mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-06 11:35:05 +02:00
integration env
This commit is contained in:
parent
98ef38c352
commit
f07872d1dd
32
.github/workflows/load-test.yml
vendored
32
.github/workflows/load-test.yml
vendored
@ -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/
|
|
35
.github/workflows/preproduction.yml
vendored
35
.github/workflows/preproduction.yml
vendored
@ -120,3 +120,38 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: jmeter-test-results
|
name: jmeter-test-results
|
||||||
path: reports/
|
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/
|
Loading…
x
Reference in New Issue
Block a user