Skip to content

Commit

Permalink
revert gha for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 28, 2024
1 parent 65b233e commit c51ce13
Show file tree
Hide file tree
Showing 2 changed files with 3 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: "SPSH-1390"
default: "main"
branch_img:
description: "Branch to take Dockerfile/img from"
required: false
Expand All @@ -33,12 +33,12 @@ on:
description: "name of test scenario defined in values.yaml"
type: string
required: true
default: prod-scenario
default: dev-scenario
execute:
description: "execute cronjob scenario after install"
type: boolean
required: true
default: true
default: false

jobs:
install_loadtest:
Expand Down
1 change: 0 additions & 1 deletion charts/schulportal-load-tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cronjobs:
serviceName: dev-scenario
spsh_base: "https://main.dev.spsh.dbildungsplattform.de"
kc_base: "kc_base"
# jobsParallelism: not used yet but available? test it
staging-scenario:
serviceName: staging-scenario
spsh_base: "https://spsh.staging.spsh.dbildungsplattform.de"
Expand Down

0 comments on commit c51ce13

Please sign in to comment.