-
Notifications
You must be signed in to change notification settings - Fork 179
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
TEST: remove outdated tests from deselected_test.yaml #2046
Conversation
/intelci: run |
3223ad9
to
c5dad98
Compare
/intelci: run |
1 similar comment
/intelci: run |
@JuliaRS I think this is still in progress. Moving into draft |
/intelci: run |
Please try to keep your branch updated, rebase it with main |
c5dad98
to
85f3866
Compare
/intelci: run |
2 similar comments
/intelci: run |
/intelci: run |
08555ee
to
37d4973
Compare
/intelci:run |
/intelci: run |
@JuliaRS I would suggest just reverse use |
37d4973
to
a0230ec
Compare
/intelci: run |
f6e306d
to
22f9fa6
Compare
/intelci: run |
22f9fa6
to
733eb6b
Compare
/intelci: run |
733eb6b
to
8447843
Compare
/intelci: run |
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.
Looking good, I think some discussion of reduced_tests needs to occur before merge.
deselected_tests.yaml
Outdated
reduced_tests: | ||
- cluster/tests/test_affinity_propagation.py | ||
- cluster/tests/test_bicluster.py |
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.
@ethanglaser I don't know what exactly reduced_tests is used for (or if anything calls run_xpu_tests with 'reduced'). Will this section impact overall runtime (i.e. should we readd these to reduce CI times)? I'm leaning towards these staying in deselected_tests, but I need another opinion.
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.
@icfaust yes, I don't understand the difference between reduce_tests section and the ordinary deselected_tests section.
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.
It looks like we are running with reduced flag in internal CI. @homksei do you know what the reduced section is intended for?
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.
Honestly, I do not have information about the reasons why this was done.
658c64e
to
2f8c08f
Compare
/intelci: run |
This is nearly ready for merge, nice work! Looks like a recent PR was merged with an update to deselected tests so please rebase and run intelci once more. I have also started two nightly jobs just in case there are some sporadic issues that haven't shown up yet: http://intel-ci.intel.com/ef9ac180-c207-f1e5-89e5-a4bf010d0e2d |
2f8c08f
to
589c9b5
Compare
/intelci: run |
589c9b5
to
9f0e728
Compare
/intelci: run |
9f0e728
to
c698bc0
Compare
/intelci:run |
/intelci: run |
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.
Good to go! Thank you @JuliaRS
Description
Add a comprehensive description of proposed changes
List issue number(s) if exist(s): #6 (for example)
Checklist to comply with before moving PR from draft:
PR completeness and readability
Testing
Performance