Skip to content

Commit

Permalink
Improve CI workflows and branching model refactor (#149) (#151)
Browse files Browse the repository at this point in the history
* Refs #21228: Refactor Ubuntu CI

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Refactor Windows CI

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Remove previous workflow

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Add RELEASE_SUPPORT.md with Fast DDS references

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Fix windows CI removing win2017

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Apply rev suggestions in main PR

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Avoid building dependencies again

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21228: Apply rev suggestions

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Jul 4, 2024
1 parent 4973dae commit 7b7728a
Show file tree
Hide file tree
Showing 11 changed files with 679 additions and 253 deletions.
234 changes: 0 additions & 234 deletions .github/workflows/build_and_test.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/config/build.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
names:
fastdds:
cmake-args:
- "-DSECURITY=ON"
- "-DLOG_CONSUMER_DEFAULT=STDOUT"
10 changes: 10 additions & 0 deletions .github/workflows/config/ubuntu_test.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
names:
fastdds_python:
cmake-args:
- "-DBUILD_TESTING=ON"
- "-DBUILD_DOCUMENTATION=ON"
ctest-args: [
"--repeat", "until-pass:3",
"--timeout", "300",
"--label-exclude", "xfail"
]
9 changes: 9 additions & 0 deletions .github/workflows/config/windows_test.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
names:
fastdds_python:
cmake-args:
- "-DBUILD_TESTING=ON"
ctest-args: [
"--repeat", "until-pass:3",
"--timeout", "300",
"--label-exclude", "xfail"
]
Loading

0 comments on commit 7b7728a

Please sign in to comment.