-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: include rule name as comment #16
Conversation
The idea behind Regarding the jobnames, please see the discussion in #12 and the issue I just opened: #17. If you want to: go ahead on #17 (I will not find the time this week). Yet, adding the comment and other features might be better handled with |
How can I specify a rule-specific comment through |
You cannot, and as pointed out in #17 I concede. |
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 idea
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.5...v0.2.0) (2024-01-10) ### Features * include rule name as comment ([#16](#16)) ([2e39b18](2e39b18)) --- This PR was generated with [Release Please](/~https://github.com/googleapis/release-please). See [documentation](/~https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Since the jobs are named with a unique ID, it is not easy to figure out what rule is being run on a specific SLURM job.
This PR adds the rule name as a comment, so that it can be displayed by
squeue
andsacct
.