Skip to content

Commit

Permalink
feat: update CRD - add options to control Test Workflow orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Aug 7, 2024
1 parent e4b4296 commit 2cdaf67
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -6435,6 +6438,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -9357,6 +9363,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -10613,6 +10622,16 @@ spec:
type: string
type: object
type: array
system:
description: system configuration to define the orchestration behavior
properties:
isolatedContainers:
description: disable the behavior of merging multiple operations in a single container
type: boolean
pureByDefault:
description: assume all the steps are pure by default
type: boolean
type: object
use:
description: templates to include at a top-level of workflow
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -6324,6 +6327,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -9172,6 +9178,9 @@ spec:
paused:
description: pause the step initially
type: boolean
pure:
description: mark the step as pure, applying optimizations to merge the containers together
type: boolean
retry:
description: policy for retrying the step
properties:
Expand Down Expand Up @@ -10371,6 +10380,16 @@ spec:
type: string
type: object
type: array
system:
description: system configuration to define the orchestration behavior
properties:
isolatedContainers:
description: disable the behavior of merging multiple operations in a single container
type: boolean
pureByDefault:
description: assume all the steps are pure by default
type: boolean
type: object
type: object
required:
- spec
Expand Down

0 comments on commit 2cdaf67

Please sign in to comment.