Skip to content

Conversation

stuqdog
Copy link
Member

@stuqdog stuqdog commented Oct 13, 2025

test failures are expected until the API PR is merged because we're referencing proto types that don't technically exist yet.

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Oct 13, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 13, 2025
@stuqdog stuqdog marked this pull request as ready for review October 13, 2025 17:08
@stuqdog stuqdog requested a review from a team as a code owner October 13, 2025 17:08
@stuqdog stuqdog requested review from lia-viam and njooma October 13, 2025 17:08
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 14, 2025
Copy link
Member

@michaellee1019 michaellee1019 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the architecture cleanup!

Comment on lines +3050 to +3060
# A full reload command. This will build your module, send the tarball to the machine with given part ID,
# and configure or restart it.
viam module reload --part-id UUID
# Run viam module reload on a mac and use the downloaded viam.json file instead of --part-id
viam module reload --cloud-config ~/Downloads/viam-mac-main.json
# Specify a component/service model (and optionally a name) to add to the config along with
# the module (the API is automatically looked up from meta.json)
# By default, no resources are added when a module is reloaded
viam module reload --model-name acme:module-name:mybase --name my-resource`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice!

return org.GetId(), nil
}

func (c *viamClient) triggerCloudReload(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I read this initially and expected the entire flow for reload here. Then realized it was just the build trigger.

Suggested change
func (c *viamClient) triggerCloudReload(
func (c *viamClient) triggerCloudReloadBuild(

@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 16, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 16, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test This pull request is marked safe to test from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants