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
Unknown Object (File)
Wed, May 1, 4:27 AM
Unknown Object (File)
Thu, Apr 25, 1:23 AM
Unknown Object (File)
Sun, Apr 21, 4:04 AM
Unknown Object (File)
Feb 23 2024, 8:41 PM
Unknown Object (File)
Feb 23 2024, 8:07 PM
Unknown Object (File)
Feb 23 2024, 7:32 PM
Unknown Object (File)
Feb 23 2024, 6:17 PM
Unknown Object (File)
Feb 23 2024, 5:25 PM
Subscribers
None

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #34650)

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 ↗(On Diff #34650)

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 ↗(On Diff #34650)

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