Skip to content

Commit 70523b9

Browse files
authored
feat: execution reference (#995)
Signed-off-by: Vladislav Sukhin <[email protected]>
1 parent c49aefb commit 70523b9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowexecutions.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ spec:
7272
description: all test workflow execution ids starting
7373
from the root
7474
type: string
75+
executionReference:
76+
description: reference test workflow execution id
77+
type: string
7578
name:
7679
description: actor name
7780
type: string
@@ -369,6 +372,9 @@ spec:
369372
description: all test workflow execution ids starting
370373
from the root
371374
type: string
375+
executionReference:
376+
description: reference test workflow execution id
377+
type: string
372378
name:
373379
description: actor name
374380
type: string

charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -10749,6 +10749,9 @@ spec:
1074910749
executionPath:
1075010750
description: all test workflow execution ids starting from the root
1075110751
type: string
10752+
executionReference:
10753+
description: reference test workflow execution id
10754+
type: string
1075210755
name:
1075310756
description: actor name
1075410757
type: string

0 commit comments

Comments
 (0)