feat(autobahn): deploy native multi-host AWS clusters - #4090
Draft
codchen wants to merge 1 commit into
Draft
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4090 +/- ##
==========================================
- Coverage 61.30% 60.25% -1.06%
==========================================
Files 2178 2070 -108
Lines 190826 178489 -12337
==========================================
- Hits 116990 107548 -9442
+ Misses 62807 60932 -1875
+ Partials 11029 10009 -1020
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
Summary
seidrevision natively on every instance and run it through systemdGOMAXPROCSandGOGCThis branch is based directly on
mainand intentionally contains no executor or throughput changes from #4087.Validation
go test -race ./cmd/autobahn-e2e -count=1go vet ./cmd/autobahn-e2ebash -n integration_test/autobahn/scripts/*.shgo build -o /tmp/autobahn-e2e-native ./cmd/autobahn-e2ec8i.48xlarge: four validator keys, gentxs, node archives, a four-validator Autobahn file, and three persistent peers per node were generated successfullygofmt,goimports, andgit diff --checkA fresh end-to-end provision is still pending because the locally configured AWS sessions are expired. The existing four-host native cluster was created with the same topology and systemd settings, but before this automation was checked in.