Skip to content

Commit

Permalink
chore: reorder a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 14, 2024
1 parent bf494f6 commit ce27ea7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkg/testworkflows/executionworker/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ type ExecuteRequest struct {
Workflow testworkflowsv1.TestWorkflow // TODO: Use OpenAPI object
Secrets map[string]map[string]string

Execution testworkflowconfig.ExecutionConfig
ControlPlane testworkflowconfig.ControlPlaneConfig // TODO: Think if it's required

// TODO: Think if it should be wrapped differently
Execution testworkflowconfig.ExecutionConfig
ControlPlane testworkflowconfig.ControlPlaneConfig // TODO: Think if it's required
ArtifactsPathPrefix string
}

Expand All @@ -59,10 +57,8 @@ type ServiceRequest struct {
ReadinessProbe *testkube.Probe
RestartPolicy string

Execution testworkflowconfig.ExecutionConfig
ControlPlane testworkflowconfig.ControlPlaneConfig // TODO: Think if it's required

// TODO: Think if it should be wrapped differently
Execution testworkflowconfig.ExecutionConfig
ControlPlane testworkflowconfig.ControlPlaneConfig // TODO: Think if it's required
ArtifactsPathPrefix string
}

Expand Down

0 comments on commit ce27ea7

Please sign in to comment.