[RSDK-7007] Add prerelease and other build automation#74
Merged
Otterverse merged 12 commits intomainfrom Feb 24, 2025
Merged
Conversation
Otterverse
commented
Feb 21, 2025
Comment on lines
+55
to
+58
| run: gsutil -h "Cache-Control:no-cache" cp bin/viam-agent-* gs://packages.viam.com/temp/prerelease/ #TODO use real target after live testing | ||
| - name: "Upload install scripts to GCS" | ||
| if: github.event_name == 'release' | ||
| run: gsutil -h "Cache-Control:no-cache" cp preinstall.sh install.sh uninstall.sh gs://packages.viam.com/temp/prerelease/ #TODO use real target after live testing |
Contributor
Author
There was a problem hiding this comment.
Will edit these to real destinations after some real world testing (e.g. sometime after this merge.) Want to make sure App's discovery isn't going to barf on the new -dev.X syntax in the filenames and break things.
Otterverse
commented
Feb 21, 2025
| IPv4Address: "192.168.0.1/24", | ||
| IPv4Gateway: "192.168.0.255", | ||
| IPv4DNS: []string{"192.168.0.255"}, | ||
| testConfig.AdditionalNetworks = map[string]NetworkDefinition{ |
Contributor
Author
There was a problem hiding this comment.
Test was borked, so fixing now that we run these in automation.
Contributor
Author
|
Merging this (with temporary file destination) for testing of incoming 0.14.1 with these new workflows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This automates builds/publishing for both merges to main ("dev" releases) AND stable releases (directly triggered by creating a release in GH.)