-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use latest Docker images for integration tests. #30
Conversation
Use latest image for flashbots/suave-geth.
@@ -28,7 +28,6 @@ lt: lint test | |||
|
|||
.PHONY: run-integration | |||
run-integration: | |||
go run examples/app-ofa-private/main.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is broken and was causing the entire pipeline to fail. Removing it for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but am no docker expert, can you create a github issue to re-enable the flaky private OFA test plz?
No worries. Both of the images get rebuilt by the CI pipeline for suave-geth and suave-exec, respectively. This change ensures the latest image is used, rather than hard-coding a specific version. |
Use flashbots/suave-execution-geth:lastest for suave-enabled chain.
Use latest image for flashbots/suave-geth.
This will allow
suapp-examples
to be pulled into the CI pipeline ofsuave-geth
andsuave-execution-geth
.