-
Notifications
You must be signed in to change notification settings - Fork 35
Move the longest drd tests to Nightly build #1306
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
Move the longest drd tests to Nightly build #1306
Conversation
605408e
to
c0eada6
Compare
test/test_valgrind.sh
Outdated
case $TOOL in | ||
memcheck) | ||
OPTION="--leak-check=full" | ||
;; | ||
drd) | ||
OPTION="--tool=drd" | ||
;; | ||
drdnolong) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the naming be reversed? e.g. drdshort = run tests with exclusions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
It decreases time of the drd test from 48 minutes to less than 7 minutes. |
7d60f11
to
4deba20
Compare
Move the longest drd tests to Nightly build. Add the drdshort option to the valgrind script. Signed-off-by: Lukasz Dorau <[email protected]>
4deba20
to
71fd678
Compare
Duration of the valgrind jobs on the current main branch: Duration of the valgrind jobs with this change: |
Description
Move the longest drd tests to Nightly build (in seconds):
and in minutes:
Add the drdshort option to the valgrind script.
It decreases time of the drd test from 48 minutes to less than 7 minutes.
Duration of the valgrind jobs on the current main branch:

https://github.com/oneapi-src/unified-memory-framework/actions/runs/14930807298/job/41949432868
Duration of the valgrind jobs with this change:

https://github.com/oneapi-src/unified-memory-framework/actions/runs/14930811668/job/41968370046
Checklist