forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync develop to master #270
Merged
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1cc6d68
Update config files to point candidate images
SaikrishnaBairamoni d107b2b
fix dockerhub org name
SaikrishnaBairamoni 8c8675d
Increase hardcoded acceleration limit for simulation (#265)
MishkaMN 07e0577
Update Version to 4.5.0 (#266)
paulbourelly999 a4c819d
Merge release/lavida (4.5.0) branch into carma-master (#267)
MishkaMN b079096
Sync develop to master and remove ci/cd and build branch coupling
paulbourelly999 ab083d8
Merge branch 'carma-develop' into sync-develop-to-master
paulbourelly999 5d9f0e1
Add secret GH_PAT
paulbourelly999 217abaf
Update branch for github submodule
paulbourelly999 f5a532f
Use docker build kit argument
paulbourelly999 43161a2
Update to use stol feature branch actions which set docker build arg
paulbourelly999 acea202
Update URL
paulbourelly999 57b4123
Update to use path instead of default github context
paulbourelly999 d7d8283
Update to use path context instead of default git context
paulbourelly999 bfce6f8
Update checkout.bash script
paulbourelly999 8c3d7b1
Add jira issue numbers to TODO comments
paulbourelly999 3a1e559
Update checkout script to account for carma-master and carma-develop
paulbourelly999 1933cc3
Update
paulbourelly999 36735e5
Fix checkout script
paulbourelly999 9eac965
Update README badges and checkout script comment
paulbourelly999 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
name: Docker build | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- "carma-develop" | ||
- "master" | ||
- "release/*" | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
|
||
jobs: | ||
docker: | ||
runs-on: ubuntu-latest-8-cores | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
- name: Build | ||
uses: docker/build-push-action@v3 | ||
with: | ||
context: . | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
context: . |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule ".travis"] | ||
path = .travis | ||
url = git://github.com/jsk-ros-pkg/jsk_travis | ||
url = https://github.com/jsk-ros-pkg/jsk_travis.git | ||
branch = 0.4.26 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[submodule "jsk_perception/slic"] | ||
path = jsk_perception/slic | ||
url = https://github.com/garaemon/SLIC-Superpixels.git | ||
branch = master | ||
[submodule ".travis"] | ||
path = .travis | ||
url = https://github.com/jsk-ros-pkg/jsk_travis.git | ||
branch = 0.4.26 | ||
[submodule "jsk_perception/node_scripts/deep_sort/deep_sort"] | ||
path = jsk_perception/node_scripts/deep_sort/deep_sort | ||
url = https://github.com/nwojke/deep_sort.git | ||
branch = master |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since users will typically use the
build-image.sh
script directly, which calls thisDockerfile
, do we want to updatebuild-image.sh
to take a git branch as an argument, and then pass it as aGIT_BRANCH
arg intoDockerfile
?I suppose the same question can be asked for
DOCKER_ORG
andDOCKER_TAG
as well.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or if this PR is only addressing the fix from an automated CI standpoint, we can create a separate story (or multiple) to fix it from a user standpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they new arguments in the docker file will largely replace build-image.sh functionality that is responsible for setting org/tag for images.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am okay with merging this since that build-images.sh script needed manual edits to work correctly anyways (such as checkout scripts or Dockerfile edits).
I do agree we can create new story to modify pass in these arguments based on what
build-script.sh
sets the metada.