Skip to content

Commit

Permalink
fic: formating
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 7, 2024
1 parent 2ec2e75 commit e39e883
Showing 1 changed file with 11 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ spec:
description: test workflow execution tags
type: object
testWorkflowExecutionName:
description: test workflow execution name started the test workflow
execution
description: test workflow execution name started the test workflow execution
type: string
type: object
testWorkflow:
Expand All @@ -139,7 +138,7 @@ spec:
type: object
x-kubernetes-map-type: atomic
required:
- testWorkflow
- testWorkflow
type: object
status:
description: TestWorkflowExecutionStatus specification
Expand Down Expand Up @@ -170,8 +169,7 @@ spec:
format: int32
type: integer
output:
description: additional information from the steps, like referenced
executed tests or artifacts
description: additional information from the steps, like referenced executed tests or artifacts
items:
description: TestWorkflowOutput defines output of TestWorkflow
properties:
Expand All @@ -182,8 +180,6 @@ spec:
description: step reference
type: string
value:
additionalProperties:
type: dynamicList
description: value returned
type: object
type: object
Expand All @@ -203,8 +199,7 @@ spec:
description: step reference
type: string
summary:
description: TestWorkflowStepReportSummary contains report
summary of TestWorkflow
description: TestWorkflowStepReportSummary contains report summary of TestWorkflow
properties:
duration:
description: total duration of all test cases in milliseconds
Expand Down Expand Up @@ -250,8 +245,7 @@ spec:
format: date-time
type: string
initialization:
description: TestWorkflowStepResult contains step result of
TestWorkflow
description: TestWorkflowStepResult contains step result of TestWorkflow
properties:
errorMessage:
type: string
Expand All @@ -271,8 +265,7 @@ spec:
format: date-time
type: string
status:
description: TestWorkfloStepwStatus has step status of
TestWorkflow
description: TestWorkfloStepwStatus has step status of TestWorkflow
type: string
type: object
pausedMs:
Expand Down Expand Up @@ -329,8 +322,7 @@ spec:
type: string
steps:
additionalProperties:
description: TestWorkflowStepResult contains step result
of TestWorkflow
description: TestWorkflowStepResult contains step result of TestWorkflow
properties:
errorMessage:
type: string
Expand All @@ -350,14 +342,12 @@ spec:
format: date-time
type: string
status:
description: TestWorkfloStepwStatus has step status
of TestWorkflow
description: TestWorkfloStepwStatus has step status of TestWorkflow
type: string
type: object
type: object
totalDuration:
description: Go-formatted (human-readable) total duration
(incl. pause)
description: Go-formatted (human-readable) total duration (incl. pause)
type: string
totalDurationMs:
description: Total duration in milliseconds (incl. pause)
Expand Down Expand Up @@ -455,8 +445,7 @@ spec:
type: object
type: array
statusAt:
description: when the execution result's status has changed last
time (queued, passed, failed)
description: when the execution result's status has changed last time (queued, passed, failed)
format: date-time
type: string
tags:
Expand All @@ -465,8 +454,7 @@ spec:
description: test workflow execution tags
type: object
testWorkflowExecutionName:
description: test workflow execution name started the test workflow
execution
description: test workflow execution name started the test workflow execution
type: string
workflow:
x-kubernetes-preserve-unknown-fields: true
Expand Down

0 comments on commit e39e883

Please sign in to comment.