Skip to content

Commit

Permalink
Clean humble CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jun 28, 2024
1 parent 6481e8f commit 7ed90d8
Showing 1 changed file with 0 additions and 102 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,6 @@ on:
- ros2

jobs:
build_and_test_source_rolling:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
with:
package-name: |
turtle_tf2_py
turtle_tf2_cpp
target-ros2-distro: rolling
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=\"-Werror\""
]
},
"test": {
"ctest-args": ["-LE", "xfail"],
"pytest-args": ["-m", "not xfail"]
}
}
build_and_test_source_humble:
runs-on: ubuntu-latest
container:
Expand All @@ -58,57 +32,6 @@ jobs:
"pytest-args": ["-m", "not xfail"]
}
}
build_and_test_source_iron:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
with:
package-name: |
turtle_tf2_py
turtle_tf2_cpp
target-ros2-distro: iron
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/iron/ros2.repos
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=\"-Werror\""
]
},
"test": {
"ctest-args": ["-LE", "xfail"],
"pytest-args": ["-m", "not xfail"]
}
}
build_and_test_binaries_rolling:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
with:
package-name: |
turtle_tf2_py
turtle_tf2_cpp
target-ros2-distro: rolling
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=\"-Werror\""
]
},
"test": {
"ctest-args": ["-LE", "xfail"],
"pytest-args": ["-m", "not xfail"]
}
}
build_and_test_binaries_humble:
runs-on: ubuntu-latest
container:
Expand All @@ -134,28 +57,3 @@ jobs:
"pytest-args": ["-m", "not xfail"]
}
}
build_and_test_binaries_iron:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
with:
package-name: |
turtle_tf2_py
turtle_tf2_cpp
target-ros2-distro: iron
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=\"-Werror\""
]
},
"test": {
"ctest-args": ["-LE", "xfail"],
"pytest-args": ["-m", "not xfail"]
}
}

0 comments on commit 7ed90d8

Please sign in to comment.