Skip to content
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

Fixing ntp launchtest #330

Merged
merged 32 commits into from
Mar 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9d88220
new approach
ct2034 Feb 8, 2024
0fce9ad
runs on container
ct2034 Mar 21, 2024
e8fbbae
all on ubuntu latest
ct2034 Mar 21, 2024
3c0cd2f
trying fix
ct2034 Mar 22, 2024
9cd4efc
Merge branch 'ros2' into fix/fixing_launchtest
ct2034 Mar 26, 2024
01bf2f1
flake8
ct2034 Mar 26, 2024
e5473f2
Better way to find min over received data
ct2034 Mar 26, 2024
6ff5bd9
using https://github.com/ros-tooling/setup-ros/pull/658
ct2034 Mar 26, 2024
31d094c
naming
ct2034 Mar 26, 2024
5a124e2
pydocstyle fix is obsolete
ct2034 Mar 26, 2024
49bb501
No pip fixes any more
ct2034 Mar 26, 2024
5393cf5
Merge branch 'feature/using_docker_in_actions' into fix/fixing_launch…
ct2034 Mar 26, 2024
bb74587
exchanging test to run in Cmakelists
ct2034 Mar 26, 2024
7592bfb
cmake
ct2034 Mar 26, 2024
e797c65
flake8<5 on noble
ct2034 Mar 26, 2024
2a5dc97
|
ct2034 Mar 26, 2024
4955f55
string
ct2034 Mar 26, 2024
cc484f1
--break-system-packages
ct2034 Mar 26, 2024
2552d5a
order of arguments
ct2034 Mar 26, 2024
c46be6b
~
ct2034 Mar 26, 2024
3eedcb7
updating pip wont work
ct2034 Mar 26, 2024
806ff8a
Merge branch 'feature/using_docker_in_actions' into fix/fixing_launch…
ct2034 Mar 26, 2024
4869f24
Back to master
ct2034 Mar 27, 2024
6e8c40c
no fixes
ct2034 Mar 28, 2024
d2b92fd
no uncrustify
ct2034 Mar 28, 2024
4930a46
Merge branch 'feature/using_docker_in_actions' into fix/fixing_launch…
ct2034 Mar 28, 2024
1cd7006
flake8
ct2034 Mar 28, 2024
c53a6ce
Merge branch 'ros2' into fix/fixing_launchtest
ct2034 Mar 28, 2024
702c517
deleting unused code
ct2034 Mar 28, 2024
07582fc
missing dependency
ct2034 Mar 28, 2024
8b6d701
fix as suggested in https://github.com/cf-natali/ntplib/issues/32
ct2034 Mar 28, 2024
dbd5b68
flake8
ct2034 Mar 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
all on ubuntu latest
Signed-off-by: Christian Henkel <[email protected]>
ct2034 committed Mar 21, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
midwan Dimitris Panokostas
commit e8fbbae27e4d6f4e5fbc4fcdf12d3c34c36c95d3
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
uncrustify,
xmllint,
]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: 1
steps:
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
os: 22.04
- distro: rolling
os: 24.04
runs-on: ubuntu-${{ matrix.os }}
runs-on: ubuntu-latest
container: ubuntu:${{ matrix.os }}
steps:
- uses: ros-tooling/setup-ros@master