mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 07:45:00 +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/
|
37
.github/workflows/preproduction.yml
vendored
37
.github/workflows/preproduction.yml
vendored
@ -119,4 +119,39 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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