Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4559890 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Oct 3, 2023
1 parent 8503341 commit 7664e5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The `local` section is used for declaring local executors for running jobs on lo

`object` ([Details](settings-definitions-system-properties-executors-properties-local.md))

## local Constraints

**minimum number of properties**: the minimum number of properties for this object is: `1`

# local Properties

| Property | Type | Required | Nullable | Defined by |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ The `local` section is used for declaring local executors for running jobs on lo

`object` ([Details](settings-definitions-system-properties-executors-properties-local.md))

### local Constraints

**minimum number of properties**: the minimum number of properties for this object is: `1`

## lsf

The `lsf` section is used for declaring LSF executors for running jobs using LSF scheduler
Expand Down
3 changes: 2 additions & 1 deletion pages/schemas/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@
},
"additionalProperties": {
"$ref": "#/definitions/local"
}
},
"minProperties": 1
},
"lsf": {
"type": "object",
Expand Down

0 comments on commit 7664e5f

Please sign in to comment.