-
Notifications
You must be signed in to change notification settings - Fork 35
Workflows clean up (part 2) #871
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
Merged
lukaszstolarczuk
merged 3 commits into
oneapi-src:main
from
lukaszstolarczuk:workflows-pt2
Nov 13, 2024
Merged
Workflows clean up (part 2) #871
lukaszstolarczuk
merged 3 commits into
oneapi-src:main
from
lukaszstolarczuk:workflows-pt2
Nov 13, 2024
Conversation
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
edb9f7f
to
43d7c26
Compare
43d7c26
to
b870979
Compare
PatKamin
reviewed
Nov 8, 2024
PatKamin
reviewed
Nov 8, 2024
PatKamin
reviewed
Nov 8, 2024
b870979
to
8440ec1
Compare
ldorau
approved these changes
Nov 12, 2024
8440ec1
to
faed67d
Compare
bratpiorka
approved these changes
Nov 13, 2024
It's running rather quickly and on self hosted runners. Enable also more builds in this workflow.
Use it actually as reusable workflow - enable limited scope in PR/push and full scope in Nightly workflow. Now, each provider have its own, separate job in PR/push.
Run full QEMU suite in nightly workflow only. Enable more Ubuntu OSes along.
faed67d
to
32ab8c3
Compare
PatKamin
approved these changes
Nov 13, 2024
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.
Each commit should be checked separately.
QEMU build is split, to only run selected jobs per PR and the whole suite (with extra OS) on nightly. QEMU in short run executes only 3 configs and valgrind is executed only on
default
.// nightly qemu (long) run was executed on my fork: https://github.com/lukaszstolarczuk/unified-memory-framework/actions/runs/11722236706/job/32651339247
CUDA and L0 - similarly - only a few jobs on PR, the rest during the nigth.
Multi Numa workflow is extended, because it's executed very quickly.
Checklist