diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 6bbf53c10..f9225d6c4 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -91,10 +91,11 @@ jobs: name: [backend, frontend] steps: - uses: actions/checkout@v4 - - uses: grafana/k6-action@v0.3.1 + - 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 diff --git a/charts/app/templates/backend/templates/deployment.yaml b/charts/app/templates/backend/templates/deployment.yaml index 3306f14ec..76ca5d11f 100644 --- a/charts/app/templates/backend/templates/deployment.yaml +++ b/charts/app/templates/backend/templates/deployment.yaml @@ -42,6 +42,8 @@ spec: value: "USERS" - name: FLYWAY_CONNECT_RETRIES value: "10" + - name: FLYWAY_GROUP + value: "true" resources: limits: cpu: 200m