Skip to content

Commit 2f1b021

Browse files
authored
Add Grafbase back (#518)
* Update federation-v1.workflow.yaml * Update report.template.yaml * Update Dockerfile * Create grafbase.toml * Delete federation-v1/gateways/grafbase/grafbase.toml * Update Dockerfile
1 parent 4d53b94 commit 2f1b021

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- hive-gateway
3333
- cosmo
3434
- mercurius
35-
# - grafbase
35+
- grafbase
3636
uses: ./.github/workflows/benchmark.template.yaml
3737
with:
3838
gateway: ${{ matrix.directory }}
@@ -67,7 +67,7 @@ jobs:
6767
- hive-gateway
6868
- cosmo
6969
- mercurius
70-
# - grafbase
70+
- grafbase
7171
uses: ./.github/workflows/benchmark.template.yaml
7272
with:
7373
gateway: ${{ matrix.directory }}
@@ -103,7 +103,7 @@ jobs:
103103
- hive-gateway
104104
- cosmo
105105
- mercurius
106-
# - grafbase
106+
- grafbase
107107
uses: ./.github/workflows/benchmark.template.yaml
108108
with:
109109
gateway: ${{ matrix.directory }}
@@ -139,7 +139,7 @@ jobs:
139139
- hive-gateway
140140
- cosmo
141141
- mercurius
142-
# - grafbase
142+
- grafbase
143143
uses: ./.github/workflows/benchmark.template.yaml
144144
with:
145145
gateway: ${{ matrix.directory }}

.github/workflows/report.template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/download-artifact@v4
2525
with:
2626
path: artifacts
27+
pattern: federation-*
2728

2829
- name: setup node
2930
uses: actions/setup-node@v4

federation-v1/gateways/grafbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COPY supergraph.graphql ./
44

55
EXPOSE 4000
66

7-
CMD ["--schema", "supergraph.graphql", "--listen-address", "127.0.0.1:4000"]
7+
CMD ["--schema", "supergraph.graphql", "--listen-address", "0.0.0.0:4000"]

0 commit comments

Comments
 (0)