Skip to content

Commit

Permalink
Add missing pipeline schema for IterBlock
Browse files Browse the repository at this point in the history
When reconciling the SDG code, we forgot to add a schema entry for
IterBlock. This does that, which will fix the CI failure hit in PR instructlab#518

Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning committed Jan 29, 2025
1 parent 597e372 commit 4c51a0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/instructlab/sdg/pipelines/schema/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,20 @@
"type": "string"
}
}
},
{
"type": "object",
"description": "IterBlock",
"required": ["num_iters", "block_type"],
"additionalProperties": true,
"properties": {
"num_iters": {
"type": "number"
},
"block_type": {
"type": "string"
}
}
}
]
}
Expand Down

0 comments on commit 4c51a0d

Please sign in to comment.