Skip to content

Commit

Permalink
feat(COR-1063): add stage infos on deployment status
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfleureau committed Oct 15, 2024
1 parent 6d983a6 commit 16063cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14714,6 +14714,17 @@ components:
type: array
items:
$ref: '#/components/schemas/DeploymentStageWithServicesStatuses'
pre_check_stage:
type: object
x-stoplight:
id: l9y5i1bt4jmsk
properties:
status:
$ref: '#/components/schemas/StageStepMetricNameEnum'
total_duration_sec:
type: string
x-stoplight:
id: t6u28t17lth1l
EnvironmentStatusList:
type: object
properties:
Expand Down Expand Up @@ -17845,6 +17856,7 @@ components:
required:
- id
- name
- description
properties:
id:
type: string
Expand All @@ -17854,6 +17866,13 @@ components:
description: stage name
steps:
$ref: '#/components/schemas/StageStepMetrics'
description:
type: string
x-stoplight:
id: gwpra9face692
status:
type: object
$ref: '#/components/schemas/StageStepMetricNameEnum'
StatusKindEnum:
type: string
enum:
Expand Down

0 comments on commit 16063cd

Please sign in to comment.