-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tests and removed Garden jobs (#112)
* Removed garden from unit tests and workflow jobs Signed-off-by: Saurabh Kamat <[email protected]> * Fixed typo in workflow Signed-off-by: Saurabh Kamat <[email protected]> --------- Signed-off-by: Saurabh Kamat <[email protected]>
- Loading branch information
Showing
5 changed files
with
24 additions
and
37 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,8 +61,8 @@ jobs: | |
gazebo_distribution: | ||
- citadel | ||
- fortress | ||
- garden | ||
- harmonic | ||
- ionic | ||
exclude: | ||
# Gazebo Citadel (Dec 2019 - Dec 2024) | ||
# Compatible ubuntu distributions: 20.04 | ||
|
@@ -78,17 +78,17 @@ jobs: | |
- ubuntu_distribution: ubuntu-24.04 | ||
gazebo_distribution: fortress | ||
|
||
# Gazebo Garden (Sep 2022 - Nov 2024) | ||
# Compatible ubuntu distributions: 20.04 | ||
- ubuntu_distribution: ubuntu-22.04 | ||
gazebo_distribution: garden | ||
- ubuntu_distribution: ubuntu-24.04 | ||
gazebo_distribution: garden | ||
|
||
# Gazebo Harmonic (Sep 2023 - Sep 2028) | ||
# Compatible ubuntu distributions: 22.04, 24.04 | ||
- ubuntu_distribution: ubuntu-20.04 | ||
gazebo_distribution: harmonic | ||
|
||
# Gazebo Ionic (Sep 2024 - Sep 2026) | ||
# Compatible ubuntu distributions: 24.04 | ||
- ubuntu_distribution: ubuntu-20.04 | ||
gazebo_distribution: ionic | ||
- ubuntu_distribution: ubuntu-22.04 | ||
gazebo_distribution: ionic | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
|
@@ -124,8 +124,8 @@ jobs: | |
gazebo_distribution: | ||
- citadel | ||
- fortress | ||
- garden | ||
- harmonic | ||
- ionic | ||
exclude: | ||
# Gazebo Citadel (Dec 2019 - Dec 2024) | ||
# Compatible ubuntu docker images: focal | ||
|
@@ -141,17 +141,17 @@ jobs: | |
- docker_image: ubuntu:noble | ||
gazebo_distribution: fortress | ||
|
||
# Gazebo Garden (Sep 2022 - Nov 2024) | ||
# Compatible ubuntu docker images: focal | ||
- docker_image: ubuntu:jammy | ||
gazebo_distribution: garden | ||
- docker_image: ubuntu:noble | ||
gazebo_distribution: garden | ||
|
||
# Gazebo Harmonic (Sep 2023 - Sep 2028) | ||
# Compatible ubuntu docker images: jammy, noble | ||
- docker_image: ubuntu:focal | ||
gazebo_distribution: harmonic | ||
|
||
# Gazebo Ionic (Sep 2024 - Sep 2026) | ||
# Compatible ubuntu distributions: 24.04 | ||
- docker_image: ubuntu:focal | ||
gazebo_distribution: ionic | ||
- docker_image: ubuntu:jammy | ||
gazebo_distribution: ionic | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
|
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