Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/federation-v1.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion federation/gateways/hive-gateway-bun/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion federation/gateways/hive-gateway/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"axum",
"async-graphql",
"async-graphql-axum"
]
],
"automerge": true
}
Loading