-
Notifications
You must be signed in to change notification settings - Fork 13
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
rfc14: add bank and project as optional jobspec attributes #420
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.
LGTM! Thanks for adding these. One minor spelling comment
spec_14.rst
Outdated
|
||
**project** | ||
The value of the ``project`` attribute is a string containing the name | ||
of an accounting project requested for this job. Actually support 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.
"Actually" --> "Actual" here?
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.
IMHO I'd drop the word completely, e.g. just say "Support for the project attribute..."
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.
Removed that from both stanzas and will set MWP.
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 too!
Problem: The canonical jobspec attributes for `bank` and `project` are not specified in RFC 14. Even though these attributes only apply for multi-user instances with an accounting plugin configured, they are common enough concepts that it would be useful to standardize their name, location in jobspec, and purpose. Define `bank` and `project` attributes in RFC 14. Add a note that these attributes may have no effect unless an accounting package is installed and configured.
Problem: Access to https://blog.twitter.com gets 403 Forbidden with `make linkcheck` in CI. Add this URL to the ignore list for linkcheck.
6585b5a
to
55ad563
Compare
Problem: The canonical jobspec attributes for
bank
andproject
are not specified in RFC 14. Even though these attributes only apply for multi-user instances with an accounting plugin configured, they are common enough concepts that it would be useful to standardize their name, location in jobspec, and purpose.Define
bank
andproject
attributes in RFC 14. Add a note that these attributes may have no effect unless an accounting package is installed and configured.