Philipp Oppermann
a370aeea7d
CI: Free disk space for ROS2 example
1 year ago
Philipp Oppermann
15cddaf454
Use dependabot for automatic lockfile updates
1 year ago
haixuanTao
68c240e6bd
Bump python version to 3.8
1 year ago
haixuanTao
e66b7ce67b
Adding long arg for grace duration and adding more grace duration within the CI
1 year ago
Philipp Oppermann
fe4006a878
Work around different venv folder on Windows
1 year ago
Philipp Oppermann
3be68a1775
Spawn separate daemon for Python CLI test
We cannot reuse the one from the Rust CLI test because it uses a different venv.
1 year ago
Philipp Oppermann
2d742e3a53
Try using venv for CLI test
1 year ago
Philipp Oppermann
c9f00783de
Update `setup-miniconda` action
1 year ago
haixuanTao
246335aa52
Add dora-rerun in our release pipeline
1 year ago
haixuanTao
b58904923a
deactivate env before running CI/CD
1 year ago
haixuanTao
c19658d4a0
Add Ci/CD on custom conda env for operator
1 year ago
Philipp Oppermann
3a72b2765b
CI: Start `examples_rclcpp_minimal_service` service for `rust-ros2-dataflow` example
1 year ago
Philipp Oppermann
da44f75235
Run c++ ros2 example on CI
1 year ago
haixuanTao
ead8eb9654
Fix release
2 years ago
haixuanTao
aa2ffafba1
Test ros2-bridge within the ros2 job to use the right dependencies
2 years ago
haixuanTao
c9e4a696a3
Adding numpy and pyarrow dependencies
2 years ago
haixuanTao
7b37ac7218
Remove typo in release CI
2 years ago
haixuanTao
56bf90956c
Keep release as zip
2 years ago
haixuanTao
f15f9320dc
Remove zipping of binary for simpler CD and download
2 years ago
haixuanTao
c72844270a
update CD to ship dora as a single binary ( zipped )
2 years ago
haixuanTao
eb7396eba2
Update ci
2 years ago
Haixuan Xavier Tao
e35ed75e87
Merge pull request #398 from dora-rs/fix-window-path-error
Fix window path error
2 years ago
haixuanTao
20c02089b6
Fix Python CI on windows
2 years ago
Philipp Oppermann
fa9e2a4a71
Merge pull request #397 from dora-rs/update-ros2-client
Update `ros2-client` and `rustdds` dependencies to latest fork version
2 years ago
Philipp Oppermann
b5ce87140e
Increase timeout of ROS2 bridge examples CI job
2 years ago
haixuanTao
46e56da469
Uses python 3.10 that fixes an error on windows: https://github.com/actions/runner-images/issues/2690
2 years ago
haixuanTao
808cd86f4b
Use `--exclude` flag to remove `dora-node-api-python`
2 years ago
haixuanTao
d97a2e16e9
Fix typo
2 years ago
haixuanTao
8bbdb25b90
Fix CI compilation issue
2 years ago
haixuanTao
0718c35265
Fix CD errors and try to release new version
2 years ago
haixuanTao
c6029d4f69
Fix python version
2 years ago
haixuanTao
051f77d50e
Renaming dora-cli to dora in release CD
2 years ago
haixuanTao
565bda5d99
Rename dora-cli to dora in examples
2 years ago
haixuanTao
e875b3a8e8
Test: Readding windows CI/CD
2 years ago
Haixuan Xavier Tao
408d13a0af
Merge pull request #381 from XxChang/main
add cmake example
2 years ago
haixuanTao
8f08672d92
Downgrade python version in CI to support `Ubuntu 20.04`
2 years ago
XxChang
eddcc65db2
only run cmake-dataflow ci on Linux
2 years ago
XxChang
8f818ac452
fix ci command error
2 years ago
XxChang
a04613327a
minor
2 years ago
haixuanTao
621b45f76a
Fix release by publishing dora-arrow-convert
2 years ago
haixuanTao
cd23f87b08
add dora-record into release page
2 years ago
Philipp Oppermann
25ce08d4eb
Cache `CARGO_TARGET_DIR` if set
2 years ago
Philipp Oppermann
fcbe1d1ab7
Print available disk space on Windows
2 years ago
Philipp Oppermann
9830bb8865
Move cargo target dir to `C:` drive on Windows CI job
There is apparently more free space on the C drive
2 years ago
haixuanTao
6898348aea
CI: Removing Window python example as they don't use the exact same pip api
2 years ago
haixuanTao
9c9cb18e79
CI: Test windows lib and test windows python examples
2 years ago
haixuanTao
e4d3d3ebcb
Add comments on CI jobs
2 years ago
haixuanTao
dc78bfd540
Replace ephemeral link with forever link
CI: Use free-disk-space only on linux
free disk space for window
See https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
To check what is installed on the window image
Use rmdir instead of choco to uninstall Android
Fix Window CI Issue
FIx CI by removing android uninstall and adding time becfore checking for tick
Removing cache to fix cargo pdb error
See https://stackoverflow.com/questions/4256524/lnk1318-unexpected-pdb-error-ok-0
Add time before timing out for the CI to run
Reduce the amount of jobs to reduce memory consumption and maybe fix parallel build error
Remove rust caching as it not link to CI issue
Remove android folder to add more space to window runner
Removing windows from CI/CD as it does not work
2 years ago
haixuanTao
031c44568b
Fix CI no space left by removing unused GA tool
2 years ago
haixuanTao
158c6ae6bd
Reset `turtlesim` instead of spawning new instance
2 years ago