-
Notifications
You must be signed in to change notification settings - Fork 791
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
[21660] Add flow_control
, rtps
, custom_payload_pool
and content_filter
to windows example ci testing
#5480
Merged
Conversation
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
Signed-off-by: Mario-DL <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
Mario-DL
force-pushed
the
examples/21660
branch
from
December 10, 2024 16:04
49e2d1b
to
3f9aa32
Compare
Mario-DL
requested review from
richiprosima
and removed request for
richiprosima
December 10, 2024 16:05
rsanchez15
approved these changes
Dec 13, 2024
@Mergifyio backport 3.1.x 3.0.x |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
…` to windows example ci testing (#5480) * Refs #21660: Flow controller example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: RTPS example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Custom PayloadPool example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Additional cmake vars for configuring extra arguments lists Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Content Filter example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Add examples to CMakeLists.txt Signed-off-by: Mario-DL <[email protected]> --------- Signed-off-by: Mario-DL <[email protected]> (cherry picked from commit 0deeb14) # Conflicts: # test/examples/CMakeLists.txt # test/examples/content_filter.compose.yml # test/examples/custom_payload_pool.compose.yml # test/examples/rtps.compose.yml
mergify bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
…` to windows example ci testing (#5480) * Refs #21660: Flow controller example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: RTPS example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Custom PayloadPool example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Additional cmake vars for configuring extra arguments lists Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Content Filter example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Add examples to CMakeLists.txt Signed-off-by: Mario-DL <[email protected]> --------- Signed-off-by: Mario-DL <[email protected]> (cherry picked from commit 0deeb14) # Conflicts: # test/examples/CMakeLists.txt # test/examples/content_filter.compose.yml # test/examples/custom_payload_pool.compose.yml # test/examples/rtps.compose.yml
Mario-DL
added a commit
that referenced
this pull request
Dec 16, 2024
…` to windows example ci testing (#5480) * Refs #21660: Flow controller example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: RTPS example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Custom PayloadPool example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Additional cmake vars for configuring extra arguments lists Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Content Filter example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Add examples to CMakeLists.txt Signed-off-by: Mario-DL <[email protected]> --------- Signed-off-by: Mario-DL <[email protected]>
MiguelCompany
pushed a commit
that referenced
this pull request
Dec 17, 2024
…` to windows example ci testing (#5480) (#5490) * Refs #21660: Flow controller example * Refs #21660: RTPS example * Refs #21660: Custom PayloadPool example * Refs #21660: Additional cmake vars for configuring extra arguments lists * Refs #21660: Content Filter example * Refs #21660: Add examples to CMakeLists.txt --------- Signed-off-by: Mario-DL <[email protected]> Co-authored-by: Mario Domínguez López <[email protected]>
Mario-DL
added a commit
that referenced
this pull request
Jan 10, 2025
…` to windows example ci testing (#5480) * Refs #21660: Flow controller example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: RTPS example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Custom PayloadPool example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Additional cmake vars for configuring extra arguments lists Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Content Filter example Signed-off-by: Mario-DL <[email protected]> * Refs #21660: Add examples to CMakeLists.txt Signed-off-by: Mario-DL <[email protected]> --------- Signed-off-by: Mario-DL <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the
flow_control
,rtps
,custom_payload_pool
andcontent_filter
to windows example ci testing.In particular, it
args
splitting them to be recognized as differentargv
in windows.matched
argument to thertps
example to wait for discovery before publishing.samples
to the subscriber content filter as a finish condition when it gets unmatched.Note: In the content filter example the
PUB_ARGS
was removed since it was not being used in the compose file.@Mergifyio backport 3.1.x 3.0.x
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist