Skip to content

Commit

Permalink
allow attributes on the top level of jobspec
Browse files Browse the repository at this point in the history
These are for cluster state that is desired. We likely
will want to move these into schedulable units.

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed May 10, 2024
1 parent 27f87f6 commit 6988663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobspec/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# Tasks are one or more named tasks
# Tasks are "flux submit" on the level they are defined
"tasks": {"$ref": "#/definitions/tasks"},
"attributes": {"$ref": "#/definitions/attributes"},
"additionalProperties": False,
},
"definitions": {
Expand Down

0 comments on commit 6988663

Please sign in to comment.