Skip to content

Commit

Permalink
adapt action
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 27, 2024
1 parent bb76e81 commit 60ff9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: "Branch to take test code and helm/cron setup from"
required: false
type: string
default: main
default: SPSH-1371
branch_img:
description: "Branch to take Dockerfile/img from"
required: false
Expand All @@ -23,7 +23,7 @@ on:
description: "sets CONFIG env var used as k6 input"
required: false
type: string
default: "debug"
default: "plateau"
max_vus:
description: "sets the maximum number of virtual users"
required: false
Expand All @@ -33,7 +33,7 @@ on:
description: "name of test scenario defined in values.yaml"
type: string
required: true
default: dev-scenario
default: current
execute:
description: "execute cronjob scenario after install"
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion charts/schulportal-load-tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ max_vus: "10"

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

0 comments on commit 60ff9c7

Please sign in to comment.