Skip to content

Commit f5d0d5b

Browse files
authored
Merge pull request flux-framework#420 from grondo/rfc14-bank-and-project
rfc14: add bank and project as optional jobspec attributes
2 parents cea6b44 + 55ad563 commit f5d0d5b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

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

7071

spec_14.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,18 @@ Some common system attributes are:
334334
The value of the ``queue`` attribute is a string containing the name of
335335
the job queue this job should be submitted to.
336336

337+
**bank**
338+
The value of the ``bank`` attribute is a string containing the name of
339+
an accounting bank requested for this job. Support for the ``bank``
340+
attribute MAY depend on installation and configuration of optional
341+
framework components, such as an accounting or other plugin.
342+
343+
**project**
344+
The value of the ``project`` attribute is a string containing the
345+
name of an accounting project requested for this job. Support for the
346+
``project`` attribute MAY depend on installation and configuration of
347+
optional framework components, such as an accounting or other plugin.
348+
337349
**dependencies**
338350
The value of the ``dependencies`` attribute SHALL be a
339351
list of dictionaries following the format specified in RFC 26.

0 commit comments

Comments
 (0)