Skip to content

Commit

Permalink
Merge pull request #420 from grondo/rfc14-bank-and-project
Browse files Browse the repository at this point in the history
rfc14: add bank and project as optional jobspec attributes
  • Loading branch information
mergify[bot] authored Aug 7, 2024
2 parents cea6b44 + 55ad563 commit f5d0d5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

linkcheck_ignore = [
"https://help.github.com/en/pull-requests", # 403 Forbidden
r"https://blog\.twitter\.com/.*", # 403 Forbidden
]


Expand Down
12 changes: 12 additions & 0 deletions spec_14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,18 @@ Some common system attributes are:
The value of the ``queue`` attribute is a string containing the name of
the job queue this job should be submitted to.

**bank**
The value of the ``bank`` attribute is a string containing the name of
an accounting bank requested for this job. Support for the ``bank``
attribute MAY depend on installation and configuration of optional
framework components, such as an accounting or other plugin.

**project**
The value of the ``project`` attribute is a string containing the
name of an accounting project requested for this job. Support for the
``project`` attribute MAY depend on installation and configuration of
optional framework components, such as an accounting or other plugin.

**dependencies**
The value of the ``dependencies`` attribute SHALL be a
list of dictionaries following the format specified in RFC 26.
Expand Down

0 comments on commit f5d0d5b

Please sign in to comment.