Skip to content

Commit 541a6ad

Browse files
Update ghcr.io/graphql-hive/gateway Docker tag to v1.14.0 (#668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 17f2c28 commit 541a6ad

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/federation-v1.workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
scenarioDir: constant-vus-over-time
4444
scenarioName: constant-vus-over-time
4545
runner: ${{ needs.decide-runner.outputs.runner }}
46-
cpuLimit: 2
46+
cpuLimit: 3
4747
fork: 2
48-
memoryLimit: 4gb
48+
memoryLimit: 6gb
4949

5050
constant-vus-over-time-report:
5151
needs: constant-vus-over-time
@@ -80,9 +80,9 @@ jobs:
8080
scenarioDir: constant-vus-over-time
8181
scenarioName: constant-vus-subgraphs-delay
8282
runner: ${{ needs.decide-runner.outputs.runner }}
83-
cpuLimit: 2
83+
cpuLimit: 3
8484
fork: 2
85-
memoryLimit: 4gb
85+
memoryLimit: 6gb
8686
subgraphDelayRange: "40~150"
8787

8888
constant-vus-subgraphs-delay-report:

federation/gateways/hive-gateway-bun/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.13.6-bun
3+
image: ghcr.io/graphql-hive/gateway:1.14.0-bun
44
container_name: gateway
55
networks:
66
- test

federation/gateways/hive-gateway/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.13.6
3+
image: ghcr.io/graphql-hive/gateway:1.14.0
44
container_name: gateway
55
networks:
66
- test

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"axum",
1212
"async-graphql",
1313
"async-graphql-axum"
14-
]
14+
],
15+
"automerge": true
1516
}

0 commit comments

Comments
 (0)