Skip to content

Commit

Permalink
feat: add ReadOnly flag to test (#4389) (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Sep 22, 2023
1 parent e687b67 commit 07469be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/v1/testkube/model_test_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ type Test struct {
Uploads []string `json:"uploads,omitempty"`
ExecutionRequest *ExecutionRequest `json:"executionRequest,omitempty"`
Status *TestStatus `json:"status,omitempty"`
// true means that test is offline and cannot be executed
ReadOnly bool `json:"readOnly,omitempty"`
}

0 comments on commit 07469be

Please sign in to comment.