Skip to content

Commit

Permalink
Improve CI workflows in 1.4.x, and branching model refactor (#149) (#150
Browse files Browse the repository at this point in the history
)

* Refs #21228: Refactor Ubuntu CI

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Refactor Windows CI

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Remove previous workflow

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

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

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Fix windows CI removing win2017

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Apply rev suggestions in main PR

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Avoid building dependencies again

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Apply rev suggestions

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21228: Apply rev suggestions

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 11, 2024
1 parent 9d1675c commit 16fd493
Show file tree
Hide file tree
Showing 13 changed files with 686 additions and 271 deletions.
23 changes: 0 additions & 23 deletions .github/actions/fetch-fastdds_python-repos/action.yml

This file was deleted.

230 changes: 0 additions & 230 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 16fd493

Please sign in to comment.