Page MenuHomePhabricator

[tunnelbroker] Switch Tunnelbroker unit tests to autoscaling CI runners
ClosedPublic

Authored by atul on Dec 14 2023, 10:35 AM.
Tags
None
Referenced Files
F6260466: D10340.id.diff
Fri, Apr 25, 8:45 AM
Unknown Object (File)
Fri, Apr 25, 2:08 AM
Unknown Object (File)
Fri, Apr 25, 12:57 AM
Unknown Object (File)
Thu, Apr 24, 10:50 PM
Unknown Object (File)
Thu, Apr 24, 9:37 AM
Unknown Object (File)
Fri, Apr 4, 2:27 PM
Unknown Object (File)
Mar 20 2025, 2:57 PM
Unknown Object (File)
Mar 20 2025, 2:57 PM
Subscribers
None

Diff Detail

Repository
rCOMM Comm
Branch
autoscaling (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul created this revision.

update herald

atul published this revision for review.Dec 14 2023, 10:41 AM
atul edited the test plan for this revision. (Show Details)

I don't think I have enough knowledge here to be helpful, but feel free to re-add me if anything comes up

.buildkite/tunnelbroker_unittests.yml
4–5

again wondering if we really need to install all of this stuff

I think one of the Rust people is a better reviewer for this

.buildkite/tunnelbroker_unittests.yml
4–5

I think we need protobuf, just to build the project for testing
In all services we use grpc-clients crate which has tonic-build build dependency -> prost-build which requires protoc executable. And protoc is part of protobuf

This revision is now accepted and ready to land.Dec 15 2023, 3:06 AM
.buildkite/tunnelbroker_unittests.yml
4–5

yeah, get an error from cargo if protoc isn't available