-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Drop support of scheduler-specific command-line options #1483
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
Conversation
|
Hello @rsarm, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2020-09-22 08:21:55 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1483 +/- ##
==========================================
+ Coverage 91.72% 91.73% +0.01%
==========================================
Files 83 83
Lines 12954 12886 -68
==========================================
- Hits 11882 11821 -61
+ Misses 1072 1065 -7
Continue to review full report at Codecov.
|
|
@jenkins-cscs retry all |
ekouts
left a comment
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.
Sorry, but I just realized that there are also parts in the documentation that have to be removed. For example we still have the option --partition in the man pages.
victorusu
left a comment
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
|
@jenkins-cscs retry tsa |
sched_* internal variables
Closes #1368 and #1354