Skip to content

Commit

Permalink
Fix reportportal schema for traceback and log size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 22, 2025
1 parent b35193f commit a010dba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tmt/schemas/report/reportportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ properties:
type: string

log-size-limit:
type: integer
anyOf:
- type: string
- type: integer

traceback-size-limit:
type: integer
anyOf:
- type: string
- type: integer

ssl-verify:
type: boolean
Expand Down

0 comments on commit a010dba

Please sign in to comment.