Skip to content

Commit

Permalink
Revert "fix: remove step sync (#230)" (#232)
Browse files Browse the repository at this point in the history
This reverts commit 6625e24.
  • Loading branch information
vLia authored Mar 12, 2024
1 parent c5c7958 commit 07cd5e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/testsuite/v3/testsuite_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ type TestSuiteStepExecutionRequest struct {
ArgsMode ArgsModeType `json:"argsMode,omitempty"`
// executor binary command
Command []string `json:"command,omitempty"`
// whether to start execution sync or async
Sync bool `json:"sync,omitempty"`
// http proxy for executor containers
HttpProxy string `json:"httpProxy,omitempty"`
// https proxy for executor containers
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/tests.testkube.io_testsuites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,9 @@ spec:
scraperTemplateReference:
description: scraper template extensions reference
type: string
sync:
description: whether to start execution sync or async
type: boolean
variables:
additionalProperties:
properties:
Expand Down

0 comments on commit 07cd5e8

Please sign in to comment.