-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Test multi node dynamic network ci #696
Test multi node dynamic network ci #696
Conversation
bef7ebf
to
a127d2d
Compare
ci/buildkite.yml
Outdated
env: | ||
CARGO_TARGET_CACHE_NAME: "stable" | ||
timeout_in_minutes: 20 | ||
retry: |
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.
Do we need the retry:
? I'd rather remove it, I added it elsewhere a while ago due to flaky tests (probably should be removed from there eventually too)
@mvines seems to be extremely slow in buildkite, is this thing running it in docker or something? any way to escape that jail? seems like its slow when called in a shell as well. |
* Add spl-token-lending * lending-client * cargo clippy * Limit bpf tests * Enable lending bpf tests * Remove obligation signer requirement * Fix token lending js cli test * Fix
* BankingStage Forwarding Filter (#685) * add PacketFlags::FROM_STAKED_NODE * Only forward packets from staked node * fix local-cluster test forwarding * review comment * tpu_votes get marked as from_staked_node (cherry picked from commit 1744e9e) # Conflicts: # sdk/src/packet.rs * resolve conflict * remove test_ledger_cleanup_service * Revert "remove test_ledger_cleanup_service" This reverts commit 68a580d. * revert: local-cluster test changes --------- Co-authored-by: Andrew Fitzgerald <[email protected]> Co-authored-by: Trent Nelson <[email protected]>
…olana-labs#696) * BankingStage Forwarding Filter (solana-labs#685) * add PacketFlags::FROM_STAKED_NODE * Only forward packets from staked node * fix local-cluster test forwarding * review comment * tpu_votes get marked as from_staked_node (cherry picked from commit 1744e9e) # Conflicts: # sdk/src/packet.rs * resolve conflict * remove test_ledger_cleanup_service * Revert "remove test_ledger_cleanup_service" This reverts commit 68a580d. * revert: local-cluster test changes --------- Co-authored-by: Andrew Fitzgerald <[email protected]> Co-authored-by: Trent Nelson <[email protected]>
No description provided.