Adds the ability to run stretch_new_robot_install.sh in a Docker container - #112
Draft
hello-robot-shehab wants to merge 5 commits into
Draft
Adds the ability to run stretch_new_robot_install.sh in a Docker container#112hello-robot-shehab wants to merge 5 commits into
hello-robot-shehab wants to merge 5 commits into
Conversation
hello-robot-shehab
requested review from
hello-bharadwaj,
hello-binit and
hello-jkoubi
June 4, 2026 16:58
…ntainer. Added a GitHub Action to run on a PR to master
hello-robot-shehab
force-pushed
the
feature/test_with_docker
branch
from
June 4, 2026 19:12
1fd6aa6 to
c2cfbbb
Compare
Contributor
Author
|
PR is in draft until it can run successfully on all Ubuntu versions. Works for 22.04. Fails for 20.04 and 18.04 currently. |
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.
To Test
git checkout feature/test_with_dockerrun ./.github/docker/build.sh -f stretch-se3-0000to triggerstretch_new_robot_install.shrun on a Docker Ubnutu 22.04 image locally.run ./.github/docker/build.sh -f stretch-re2-0000to triggerstretch_new_robot_install.shrun on a Docker Ubnutu 20.04 image locally.run ./.github/docker/build.sh -f stretch-re1-0000to triggerstretch_new_robot_install.shrun on a Docker Ubnutu 18.04 image locally.