-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into humble-develop
- Loading branch information
Showing
4 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
.github/workflows/docker-jammy.yml → .github/workflows/docker-humble.yml
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,15 +1,15 @@ | ||
# This workflow will only build for Pull Requests which are opened, changed , merged | ||
# that has changes in jammy folder or related files | ||
name: Docker Jammy build | ||
# that has changes in humble folder or related files | ||
name: Docker Humble build | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- '**' | ||
- '!focal/**' # Exclude focal folder | ||
- '!noetic/**' # Exclude noetic folder | ||
jobs: | ||
# Jammy 22.04 (ROS2 Humble) | ||
docker-build-jammy: | ||
# Ubuntu 22.04 (ROS2 Humble) | ||
docker-build-humble: | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
file: ./jammy/Dockerfile | ||
file: ./humble/Dockerfile |
12 changes: 6 additions & 6 deletions
12
.github/workflows/docker-focal.yml → .github/workflows/docker-noetic.yml
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,15 +1,15 @@ | ||
# This workflow will only build for Pull Requests which are opened, changed , merged | ||
# that has changes in focal folder or related files | ||
name: Docker Focal build | ||
# that has changes in noetic folder or related files | ||
name: Docker Noetic build | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- '**' | ||
- '!jammy/**' # Exclude jammy folder | ||
- '!humble/**' # Exclude humble folder | ||
jobs: | ||
# Focal 20.04 (ROS1 Noetic/ ROS2 Foxy) | ||
docker-build-focal: | ||
# Ubuntu 20.04 (ROS1 Noetic) | ||
docker-build-noetic: | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
file: ./focal/Dockerfile | ||
file: ./noetic/Dockerfile |
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