diff --git a/.github/workflows/federation-v1.workflow.yaml b/.github/workflows/federation-v1.workflow.yaml index 33552446b..c3610c700 100644 --- a/.github/workflows/federation-v1.workflow.yaml +++ b/.github/workflows/federation-v1.workflow.yaml @@ -43,9 +43,9 @@ jobs: scenarioDir: constant-vus-over-time scenarioName: constant-vus-over-time runner: ${{ needs.decide-runner.outputs.runner }} - cpuLimit: 2 + cpuLimit: 3 fork: 2 - memoryLimit: 4gb + memoryLimit: 6gb constant-vus-over-time-report: needs: constant-vus-over-time @@ -80,9 +80,9 @@ jobs: scenarioDir: constant-vus-over-time scenarioName: constant-vus-subgraphs-delay runner: ${{ needs.decide-runner.outputs.runner }} - cpuLimit: 2 + cpuLimit: 3 fork: 2 - memoryLimit: 4gb + memoryLimit: 6gb subgraphDelayRange: "40~150" constant-vus-subgraphs-delay-report: 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 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 }