From 59d7e4497d7020c7819cdb4e2c3aee66c54cfc33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:47:25 +0000 Subject: [PATCH 1/5] Update ghcr.io/graphql-hive/gateway Docker tag to v1.14.0 --- federation/gateways/hive-gateway-bun/docker-compose.yaml | 2 +- federation/gateways/hive-gateway/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/federation/gateways/hive-gateway-bun/docker-compose.yaml b/federation/gateways/hive-gateway-bun/docker-compose.yaml index 0c3e240ac..a46a41bcf 100644 --- a/federation/gateways/hive-gateway-bun/docker-compose.yaml +++ b/federation/gateways/hive-gateway-bun/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.13.6-bun + image: ghcr.io/graphql-hive/gateway:1.14.0-bun container_name: gateway networks: - test diff --git a/federation/gateways/hive-gateway/docker-compose.yaml b/federation/gateways/hive-gateway/docker-compose.yaml index f85d2c0cc..e97e03e87 100644 --- a/federation/gateways/hive-gateway/docker-compose.yaml +++ b/federation/gateways/hive-gateway/docker-compose.yaml @@ -1,6 +1,6 @@ services: gateway: - image: ghcr.io/graphql-hive/gateway:1.13.6 + image: ghcr.io/graphql-hive/gateway:1.14.0 container_name: gateway networks: - test From 41f4f6795c775fe2f8b068a933437c5eeed1f0dd Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Thu, 1 May 2025 02:40:04 +0300 Subject: [PATCH 2/5] Try --- .github/workflows/federation-v1.workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/federation-v1.workflow.yaml b/.github/workflows/federation-v1.workflow.yaml index 33552446b..f17e1be0b 100644 --- a/.github/workflows/federation-v1.workflow.yaml +++ b/.github/workflows/federation-v1.workflow.yaml @@ -44,7 +44,7 @@ jobs: scenarioName: constant-vus-over-time runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 2 - fork: 2 + fork: 1 memoryLimit: 4gb constant-vus-over-time-report: @@ -81,7 +81,7 @@ jobs: scenarioName: constant-vus-subgraphs-delay runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 2 - fork: 2 + fork: 1 memoryLimit: 4gb subgraphDelayRange: "40~150" @@ -119,7 +119,7 @@ jobs: scenarioName: constant-vus-subgraphs-delay-resources runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 4 - fork: 3 + fork: 2 memoryLimit: 8gb subgraphDelayRange: "40~150" @@ -157,7 +157,7 @@ jobs: scenarioName: ramping-vus runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 4 - fork: 3 + fork: 2 memoryLimit: 8gb ramping-vus-report: From adb10d2aeefd8c7af65f436f2e24d09fa3919d01 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Thu, 1 May 2025 02:47:54 +0300 Subject: [PATCH 3/5] .. --- .github/workflows/federation-v1.workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/federation-v1.workflow.yaml b/.github/workflows/federation-v1.workflow.yaml index f17e1be0b..ec77b641b 100644 --- a/.github/workflows/federation-v1.workflow.yaml +++ b/.github/workflows/federation-v1.workflow.yaml @@ -44,8 +44,8 @@ jobs: scenarioName: constant-vus-over-time runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 2 - fork: 1 - memoryLimit: 4gb + fork: 0 + memoryLimit: 6gb constant-vus-over-time-report: needs: constant-vus-over-time @@ -81,8 +81,8 @@ jobs: scenarioName: constant-vus-subgraphs-delay runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 2 - fork: 1 - memoryLimit: 4gb + fork: 0 + memoryLimit: 6gb subgraphDelayRange: "40~150" constant-vus-subgraphs-delay-report: From f5834b57cf1e3b8cee00ac839533b4d816264a52 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Thu, 1 May 2025 02:48:29 +0300 Subject: [PATCH 4/5] automerge --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 19f142be8..c8f3f5d29 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,6 @@ "axum", "async-graphql", "async-graphql-axum" - ] + ], + "automerge": true } From 34bee2ee8bed34f9a2acd209cafb4a8f77dc0d4b Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Thu, 1 May 2025 02:56:22 +0300 Subject: [PATCH 5/5] .. --- .github/workflows/federation-v1.workflow.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/federation-v1.workflow.yaml b/.github/workflows/federation-v1.workflow.yaml index ec77b641b..c3610c700 100644 --- a/.github/workflows/federation-v1.workflow.yaml +++ b/.github/workflows/federation-v1.workflow.yaml @@ -43,8 +43,8 @@ jobs: scenarioDir: constant-vus-over-time scenarioName: constant-vus-over-time runner: ${{ needs.decide-runner.outputs.runner }} - cpuLimit: 2 - fork: 0 + cpuLimit: 3 + fork: 2 memoryLimit: 6gb constant-vus-over-time-report: @@ -80,8 +80,8 @@ jobs: scenarioDir: constant-vus-over-time scenarioName: constant-vus-subgraphs-delay runner: ${{ needs.decide-runner.outputs.runner }} - cpuLimit: 2 - fork: 0 + cpuLimit: 3 + fork: 2 memoryLimit: 6gb subgraphDelayRange: "40~150" @@ -119,7 +119,7 @@ jobs: scenarioName: constant-vus-subgraphs-delay-resources runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 4 - fork: 2 + fork: 3 memoryLimit: 8gb subgraphDelayRange: "40~150" @@ -157,7 +157,7 @@ jobs: scenarioName: ramping-vus runner: ${{ needs.decide-runner.outputs.runner }} cpuLimit: 4 - fork: 2 + fork: 3 memoryLimit: 8gb ramping-vus-report: