-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: test production gateways #108
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
from
July 4, 2023 07:25
8c3b58b
to
f03d54d
Compare
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
from
July 25, 2023 08:41
d2cd639
to
1d85cb2
Compare
Example of output: https://github.com/ipfs/gateway-conformance/actions/runs/5656544133/attempts/1#summary-15324286314 |
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
3 times, most recently
from
July 26, 2023 09:14
3c5f761
to
78fffe8
Compare
Marking this PR as ready for review, it lays down the tooling to generate dashboards for production and dev gateways. |
galargh
approved these changes
Jul 26, 2023
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
from
July 27, 2023 12:17
d7a793e
to
415964a
Compare
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
from
July 27, 2023 12:22
2e4ded2
to
c8a6a38
Compare
laurentsenta
force-pushed
the
feat/text-production-gateways
branch
2 times, most recently
from
July 27, 2023 13:06
0b0bc22
to
cfd4188
Compare
galargh
approved these changes
Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributes to #104
Add tooling to run tests over multiple gateways & merge the outputs into a single dashboard. This is using a few arbitrary production gateways for now.
Example of output: https://github.com/singulargarden/gateway-conformance/actions/runs/5680836848
Example of markdown: https://github.com/laurentsenta/gateway-conformance/blob/main/README.md (it links to ipfs/gateway-conformance, hence the gray status for now)
follow-up