CI: tweak voiptests parameters.#3832
Merged
Merged
Conversation
b462e95 to
e5e45d6
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the rtp.io CI pipeline to improve VoIPTests reliability now that the upstream VoIPTests/sippy suite exercises real RTP traffic (not just signaling), especially under emulation.
Changes:
- Expands the set of platforms considered testable (fewer platforms marked “broken”).
- Adds an initialization delay for the VoIPTests container environment.
- Marks a small set of time-sensitive tests as “might fail” on non-amd64 emulated runs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/build/get-arch-buildargs.rtp.io | Updates broken-platform gating to allow VoIPTests to run on more architectures. |
| docker/Dockerfile.rtp.io | Adds MM_INIT_DELAY=2 for more reliable container/service startup timing; introduces TEST_SET_MIGHTFAIL build arg (see comment). |
| .github/workflows/.rtp.io.yml | Renames test jobs, sets TEST_SET_MIGHTFAIL dynamically for non-amd64, and passes it into the test container runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Set MM_INIT_DELAY to give opensips/rtp.io some extra time to init. Ignore faulures of the time-sensitive tests that might fail under emulation.
91710d6 to
fb14d5b
Compare
razvancrainea
pushed a commit
that referenced
this pull request
Apr 17, 2026
Set MM_INIT_DELAY to give opensips/rtp.io some extra time to init. Ignore faulures of the time-sensitive tests that might fail under emulation.
NormB
pushed a commit
to NormB/opensips
that referenced
this pull request
May 9, 2026
Set MM_INIT_DELAY to give opensips/rtp.io some extra time to init. Ignore faulures of the time-sensitive tests that might fail under emulation.
NormB
pushed a commit
to NormB/opensips
that referenced
this pull request
May 9, 2026
Set MM_INIT_DELAY to give opensips/rtp.io some extra time to init. Ignore faulures of the time-sensitive tests that might fail under emulation.
This file contains hidden or 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
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.
Summary
Tweak VoIPTests parameters to make tests more reliable. This is to support latest version of VoIPTests/sippy which now generates / consumes real RTP traffic, not just signaling.
Details
o Set MM_INIT_DELAY to give opensips/rtp.io some extra time (2s) to init.
o Ignore failures of the time-sensitive tests that might fail under emulation.
o Run VoIPTests on few more emulated platforms now that we can.
Compatibility
None
Closing issues
None