Skip to content

Commit

Permalink
Updated settings pipeline schema
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi authored and jamacku committed Apr 29, 2024
1 parent ae9220a commit 1cb56e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ const settingsSchema = z.object({
pipeline: z
.object({
timeout: z.number().min(1).optional(),
type: z.enum(['tmt-multihost']).optional(),
'provision-error-failed-result': z.boolean().optional(),
'parallel-limit': z.number().nonnegative().optional(),
})
.optional(),
});
Expand Down

0 comments on commit 1cb56e0

Please sign in to comment.