Skip to content

Commit

Permalink
Update k8s-local-go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Oct 2, 2024
1 parent 578d83e commit 0cb99c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/k8s-local-go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: k8s-local-go
on:
workflow_dispatch:
inputs:
read-rps:
description: Required Read RPS
required: true
type: string
default: '1000'
write-rps:
description: Required Write RPS
required: true
type: string
default: '50'
pull_request:
branches:
- 'k8s-local'
Expand Down Expand Up @@ -30,6 +41,8 @@ jobs:
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
READ_RPS: ${{ github.event.inputs.read-rps }}
WRITE_RPS: ${{ github.event.inputs.write-rps }}
grafana_dashboard: ${{ vars.SLO_GRAFANA_DASHBOARD }}
ydb_version: 'newest'
timeBetweenPhases: 30
Expand Down

0 comments on commit 0cb99c1

Please sign in to comment.