Skip to content

Commit

Permalink
chore(deps): remove deprecated k6 action (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Dec 18, 2024
1 parent 4057faa commit 3b9d0e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ jobs:
name: [backend, frontend]
steps:
- uses: actions/checkout@v4
- uses: grafana/[email protected]
- uses: grafana/setup-k6-action@v1
- uses: grafana/run-k6-action@v1
env:
BACKEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/api
FRONTEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}
with:
filename: ./tests/load/${{ matrix.name }}-test.js
path: ./tests/load/${{ matrix.name }}-test.js
flags: --vus 10 --duration 30s
2 changes: 2 additions & 0 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
value: "USERS"
- name: FLYWAY_CONNECT_RETRIES
value: "10"
- name: FLYWAY_GROUP
value: "true"
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit 3b9d0e7

Please sign in to comment.