Skip to content
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

CI: switch away from buildjet runners temporarily #2717

Merged
merged 4 commits into from
Mar 5, 2025
Merged

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Mar 5, 2025

Buildjet isn't able to run our jobs at the moment.

@sveitser
Copy link
Collaborator Author

sveitser commented Mar 5, 2025

This seems too flaky now to be useful.

@sveitser sveitser closed this Mar 5, 2025
@rob-maron rob-maron reopened this Mar 5, 2025
@Ancient123 Ancient123 merged commit d517c4b into main Mar 5, 2025
48 of 51 checks passed
@Ancient123 Ancient123 deleted the ma/unblock-ci branch March 5, 2025 22:01
sveitser pushed a commit that referenced this pull request Mar 7, 2025
* Don't lock channels

* cargo fix

* Allow killing the connected network handler

* Fix issues

* Remove State from NetworkNodeHandle

* Remove async where it's unused

* fix async std build

* Fix erros a little

* Starting VID request response

* handle network event

* Bubble up request/response

* Make Request and Response just bytes at network layer

* Adding to ConnectedNetwork

* Hooks for request/response in handle + trait

* fix request

* Remove request and response tasks for now

* update mod.rs

* Hooked up response flow to ConnectedNetwork

* Refactor interface to return result to caller

* Add request and response to message struct

* Clean up some message stuff

* Fix build error

* Hook up request and response fully

* Review myself, impl functions for combine

* Change Receiver interface to spawn task

* try_send instead of send

* Create the task for request handling

* rename request -> response

* fix lint

* clean up request response event handle fn

* fix build

* Comments and make the request signed

* add signature checking

* link gh issue

* Add Event for Validated Quorum Proposal

* Fix consensus task

* fix upgrade test

* start adding the task

* Fix the test...again

* progress

* Finish request task, modify vid disperse event

* create tasks

* Address comments

* fix build

* add delay to config

* fix async std

* fmt

* Make CombinedNetworks delay duration configurable

* Secondary network delay configurable in HotShotConfig

* Rename CombinedConfig to CombinedNetworkConfig

* Network delay in test network generator

`secondary_network_delay` removed from `HotShotConfig`
because it cannot easily be passed to the test network
generator.

* lock

* Temporary pinning to hotshot-types branch

TODO: switch to hotshot-types tag or main branch
before merging

* fixes

* Pin to hotshot-types tag 0.1.2

* Remove files added back by mistake

* fix build

* update hotshot-types

* Remove whitespace

* Fix typo

* fix comment

---------

Co-authored-by: Lukasz Rzasik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants