Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dBildungsplattform/schulportal-load-tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8c06da5259d856bce665bc6f8aa8407a666c7215
Choose a base ref
..
head repository: dBildungsplattform/schulportal-load-tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61540cc7a1c02e6dba70ed55ce4c695480939ba5
Choose a head ref
Showing with 4 additions and 7 deletions.
  1. +4 −4 .github/workflows/trigger-loadtest.yml
  2. +0 −3 charts/schulportal-load-tests/values.yaml
8 changes: 4 additions & 4 deletions .github/workflows/trigger-loadtest.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
description: "Branch to take test code and helm/cron setup from"
required: false
type: string
default: SPSH-1371
default: main
branch_img:
description: "Branch to take Dockerfile/img from"
required: false
@@ -28,17 +28,17 @@ on:
description: "sets the maximum number of virtual users"
required: false
type: string
default: "32"
default: "10"
scenario:
description: "name of test scenario defined in values.yaml"
type: string
required: true
default: current
default: dev-scenario
execute:
description: "execute cronjob scenario after install"
type: boolean
required: true
default: true
default: false

jobs:
install_loadtest:
3 changes: 0 additions & 3 deletions charts/schulportal-load-tests/values.yaml
Original file line number Diff line number Diff line change
@@ -7,9 +7,6 @@ config: "dummy_config"
max_vus: "10"

cronjobs:
current:
serviceName: spsh-1371-scenario
spsh_base: "https://spsh-1371.dev.spsh.dbildungsplattform.de"
dev-scenario:
serviceName: dev-scenario
spsh_base: "https://main.dev.spsh.dbildungsplattform.de"