Skip to content

Commit

Permalink
api.models: Add patchset field to node revision
Browse files Browse the repository at this point in the history
This patch was initially submitted as kernelci/kernelci-api#380 but
required moving after merging kernelci/kernelci-api#433.

Signed-off-by: Nikolay Yurin <[email protected]>
Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz committed Jan 16, 2024
1 parent 3a201f0 commit bad3701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernelci/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ class Revision(BaseModel):
version: Optional[KernelVersion] = Field(
description="Kernel version"
)
patchset: Optional[str] = Field(
description="Patchset hash"
)


class DefaultTimeout:
Expand Down

0 comments on commit bad3701

Please sign in to comment.