From 3b9d0e78b9e0c014c2edabff99f001fef275a4a9 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:05:40 -0800 Subject: [PATCH] chore(deps): remove deprecated k6 action (#2212) --- .github/workflows/.tests.yml | 5 +++-- charts/app/templates/backend/templates/deployment.yaml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) 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