fix(ci): stabilize ddprof_julia and ddprof_live_heap on CI runners - #183
Open
vlad-scherbich wants to merge 1 commit into
Open
fix(ci): stabilize ddprof_julia and ddprof_live_heap on CI runners#183vlad-scherbich wants to merge 1 commit into
vlad-scherbich wants to merge 1 commit into
Conversation
vlad-scherbich
force-pushed
the
vlad/fix-ddprof-ci-flakes
branch
2 times, most recently
from
August 16, 2026 20:28
40339f0 to
708722f
Compare
- ddprof_live_heap: widen alloc-space margin to 15% (CI often ~94% vs 100% due to C++ runtime overhead; see scenario README) - ddprof_julia: pin julia:1.11.5-bookworm instead of :latest, and allow the first CPU profile cycle to fail when JIT symbols are not yet exported
vlad-scherbich
force-pushed
the
vlad/fix-ddprof-ci-flakes
branch
from
August 16, 2026 20:33
708722f to
7ed04e3
Compare
vlad-scherbich
marked this pull request as ready for review
August 16, 2026 20:38
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
Unblocks prof-correctness CI (including gate stack PRs) by fixing intermittent ddprof shard failures unrelated to the 3.14/3.15 migration work.
ddprof_live_heapddprof_juliajulia:1.11.5-bookworm,allow_first_profile_failureon first profile cycleMotivation
#165 CI was red on
ddprof / scenarios 2/2despite no ddprof changes in that PR. Same flakes hitmainintermittently (e.g. run 31950604623).Test plan
go test -run TestSchemaValidationddprof / scenarios 1/2+2/2green on CI