-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Add check for Slurm error message when no constraint is given #1104
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] Add check for Slurm error message when no constraint is given #1104
Conversation
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.
The test lgtm, but can you please update the syntax of the whole file, so that it uses the pipeline hooks?
|
Hello @ekouts, 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 2019-12-18 22:53:18 UTC |
|
@jenkins-cscs retry all |
|
I am doing some fine tuning of the test and will push shortly. |
- Also make hostname pattern check more precise to avoid false matches with the output from job report
|
@jenkins-cscs retry daint |
The error in the sanity pattern may be too specific for daint and dom. It could also change to something more generic, like
error: You have to specify, at least, what sort of node you need:.Fixes UES-427