-
Notifications
You must be signed in to change notification settings - Fork 39
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
run_test_report.py checks and updates #40
Merged
lisanna-dettwyler
merged 7 commits into
oneapi-src:master
from
lisanna-dettwyler:add-checks
Jun 13, 2024
Merged
run_test_report.py checks and updates #40
lisanna-dettwyler
merged 7 commits into
oneapi-src:master
from
lisanna-dettwyler:add-checks
Jun 13, 2024
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
lisanna-dettwyler
force-pushed
the
add-checks
branch
4 times, most recently
from
May 14, 2024 19:42
0af3b9f
to
7c90e3b
Compare
lisanna-dettwyler
force-pushed
the
add-checks
branch
from
May 20, 2024 16:57
7c90e3b
to
e205cf4
Compare
lisanna-dettwyler
changed the title
Add new workflows
Add checks for ubuntu, rhel, sles, windows
May 20, 2024
lisanna-dettwyler
force-pushed
the
add-checks
branch
3 times, most recently
from
May 20, 2024 20:38
a8d680a
to
9f3a973
Compare
lisanna-dettwyler
force-pushed
the
add-checks
branch
5 times, most recently
from
June 11, 2024 16:51
b8e27ef
to
f8aaf37
Compare
lisanna-dettwyler
force-pushed
the
add-checks
branch
from
June 13, 2024 18:07
f8aaf37
to
a7fac78
Compare
lisanna-dettwyler
changed the title
Add checks for ubuntu, rhel, sles, windows
run_test_report.py checks
Jun 13, 2024
lisanna-dettwyler
changed the title
run_test_report.py checks
run_test_report.py checks and updates
Jun 13, 2024
lisanna-dettwyler
force-pushed
the
add-checks
branch
from
June 13, 2024 18:45
3f7f690
to
12974c7
Compare
lisanna-dettwyler
force-pushed
the
add-checks
branch
from
June 13, 2024 19:03
12974c7
to
f16d36b
Compare
nrspruit
approved these changes
Jun 13, 2024
Jemale
reviewed
Jun 13, 2024
Jemale
approved these changes
Jun 13, 2024
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.
LGTM
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.
Adds a check for level_zero_report_utils.py/run_test_report.py and a check for basic tests not changing. At some point I will refactor https://github.com/oneapi-src/level-zero-tests/blob/master/scripts/level_zero_report_utils.py#L7 so that new tests won't have a chance to land in the basic category.
run_test_report.py was updated to take direct paths to test plans (including extension) and match the gtest filter format we have switched to other places.