-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt nightly jobs for all supported versions (#4549)
* Refs #20542: Adapt nightly jobs for all supported versions Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Simplify workflows Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Update json metas to yaml Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Address missing suggestion Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Apply rev suggestions (2) Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #20542: Remove coverage.repos file Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: EduPonz <[email protected]> Co-authored-by: EduPonz <[email protected]>
- Loading branch information
1 parent
3557063
commit 276581e
Showing
22 changed files
with
83 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,19 @@ | ||
{ | ||
"names": | ||
{ | ||
"fastrtps": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_BUILD_TYPE=Debug", | ||
"-DEPROSIMA_BUILD_TESTS=ON", | ||
"-DRTPS_API_TESTS=ON", | ||
"-DFASTRTPS_API_TESTS=ON", | ||
"-DFASTDDS_PIM_API_TESTS=ON", | ||
"-DPERFORMANCE_TESTS=ON", | ||
"-DNO_TLS=OFF", | ||
"-DSECURITY=ON", | ||
"-DFASTDDS_STATISTICS=ON", | ||
"-DSANITIZER=Address", | ||
"-DCMAKE_CXX_FLAGS='-Werror'" | ||
] | ||
}, | ||
names: | ||
fastrtps: | ||
cmake-args: | ||
- "-DCMAKE_BUILD_TYPE=Debug" | ||
- "-DEPROSIMA_BUILD_TESTS=ON" | ||
- "-DRTPS_API_TESTS=ON" | ||
- "-DFASTRTPS_API_TESTS=ON" | ||
- "-DFASTDDS_PIM_API_TESTS=ON" | ||
- "-DPERFORMANCE_TESTS=ON" | ||
- "-DNO_TLS=OFF" | ||
- "-DSECURITY=ON" | ||
- "-DFASTDDS_STATISTICS=ON" | ||
- "-DSANITIZER=Address" | ||
- "-DCMAKE_CXX_FLAGS='-Werror'" | ||
|
||
"discovery-server": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_BUILD_TYPE=Debug", | ||
"-DSANITIZER=Address", | ||
] | ||
} | ||
} | ||
} | ||
discovery-server: | ||
cmake-args: | ||
-"-DCMAKE_BUILD_TYPE=Debug" | ||
-"-DSANITIZER=Address" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
repositories: | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,18 @@ | ||
{ | ||
"names": | ||
{ | ||
"fastcdr": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'", | ||
"-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
] | ||
}, | ||
"fastrtps": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCOMPILE_EXAMPLES=OFF", | ||
"-DEPROSIMA_BUILD_TESTS=ON", | ||
"-DRTPS_API_TESTS=ON", | ||
"-DFASTRTPS_API_TESTS=OFF", | ||
"-DFASTDDS_PIM_API_TESTS=ON", | ||
"-DPERFORMANCE_TESTS=ON", | ||
"-DNO_TLS=OFF", | ||
"-DSECURITY=ON", | ||
"-DFASTDDS_STATISTICS=ON", | ||
"-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'", | ||
"-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
] | ||
} | ||
|
||
} | ||
} | ||
names: | ||
fastcdr: | ||
cmake-args: | ||
- "-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
- "-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
fastrtps: | ||
cmake-args: | ||
- "-DCOMPILE_EXAMPLES=OFF" | ||
- "-DEPROSIMA_BUILD_TESTS=ON" | ||
- "-DRTPS_API_TESTS=ON" | ||
- "-DFASTRTPS_API_TESTS=OFF" | ||
- "-DFASTDDS_PIM_API_TESTS=ON" | ||
- "-DPERFORMANCE_TESTS=ON" | ||
- "-DNO_TLS=OFF" | ||
- "-DSECURITY=ON" | ||
- "-DFASTDDS_STATISTICS=ON" | ||
- "-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
- "-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.