Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync workflows tags from operator #933

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
name:
description: custom execution name
type: string
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
testWorkflowExecutionName:
description: test workflow execution name started the test workflow execution
type: string
Expand Down Expand Up @@ -326,6 +331,11 @@ spec:
description: when the execution result's status has changed last time (queued, passed, failed)
format: date-time
type: string
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
testWorkflowExecutionName:
description: test workflow execution name started the test workflow execution
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3592,6 +3592,15 @@ spec:
type: object
type: object
type: array
execution:
description: values to be used for test workflow execution
properties:
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
type: object
job:
description: configuration for the scheduled job
properties:
Expand Down Expand Up @@ -10737,6 +10746,11 @@ spec:
description: when the execution result's status has changed last time (queued, passed, failed)
format: date-time
type: string
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
workflow:
description: TestWorkflowSummary fas TestWorkflow summary
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3518,6 +3518,15 @@ spec:
type: object
type: object
type: array
execution:
description: values to be used for test workflow execution
properties:
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
type: object
job:
description: configuration for the scheduled job
properties:
Expand Down