Skip to content

Commit

Permalink
Merge branch 'main' into vsukhin/feature/cronjob-config
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Oct 28, 2024
2 parents e6e5586 + e357815 commit 11f55c6
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ spec:
- scheduler
- testexecution
- testsuiteexecution
- testworkflow
type: string
required:
- type
Expand Down Expand Up @@ -701,6 +702,7 @@ spec:
- scheduler
- testexecution
- testsuiteexecution
- testworkflow
type: string
required:
- type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,60 @@ spec:
name:
description: custom execution name
type: string
runningContext:
description: running context for the test workflow execution (Pro edition only)
properties:
actor:
description: running context actor for test workflow execution
properties:
email:
description: actor email
type: string
executionId:
description: test workflow execution id
type: string
executionPath:
description: all test workflow execution ids starting
from the root
type: string
name:
description: actor name
type: string
type:
description: supported actors for test workflow running context
enum:
- cron
- testtrigger
- user
- testworkflow
- testworkflowexecution
- program
type: string
required:
- type
type: object
interface:
description: running context interface for test workflow execution
properties:
name:
description: interface name
type: string
type:
description: supported interfaces for test workflow running context
enum:
- cli
- ui
- api
- ci/cd
- internal
type: string
required:
- type
type: object
required:
- actor
- interface
type: object
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -299,6 +353,60 @@ spec:
- predictedStatus
- status
type: object
runningContext:
description: running context for the test workflow execution (Pro edition only)
properties:
actor:
description: running context actor for test workflow execution
properties:
email:
description: actor email
type: string
executionId:
description: test workflow execution id
type: string
executionPath:
description: all test workflow execution ids starting
from the root
type: string
name:
description: actor name
type: string
type:
description: supported actors for test workflow running context'
enum:
- cron
- testtrigger
- user
- testworkflow
- testworkflowexecution
- program
type: string
required:
- type
type: object
interface:
description: running context interface for test workflow execution
properties:
name:
description: interface name
type: string
type:
description: supported interfaces for test workflow running context
enum:
- cli
- ui
- api
- ci/cd
- internal
type: string
required:
- type
type: object
required:
- actor
- interface
type: object
scheduledAt:
description: when the execution has been scheduled to run
format: date-time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10749,6 +10749,59 @@ spec:
- status
- totalDurationMs
type: object
runningContext:
description: running context for the test workflow execution (Pro edition only)
properties:
actor:
description: running context actor for test workflow execution
properties:
email:
description: actor email
type: string
executionId:
description: test workflow execution id
type: string
executionPath:
description: all test workflow execution ids starting from the root
type: string
name:
description: actor name
type: string
type:
description: supported actors for test workflow running context
enum:
- cron
- testtrigger
- user
- testworkflow
- testworkflowexecution
- program
type: string
required:
- type
type: object
interface:
description: running context interface for test workflow execution
properties:
name:
description: interface name
type: string
type:
description: supported interfaces for test workflow running context
enum:
- cli
- ui
- api
- ci/cd
- internal
type: string
required:
- type
type: object
required:
- actor
- interface
type: object
scheduledAt:
description: when the execution has been scheduled to run
format: date-time
Expand Down

0 comments on commit 11f55c6

Please sign in to comment.