File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ type ExecutionRequest struct {
157
157
// test kubernetes namespace (\"testkube\" when not set)
158
158
Namespace string `json:"namespace,omitempty"`
159
159
// variables file content - need to be in format for particular executor (e.g. postman envs file)
160
- VariablesFile string `json:"variablesFile,omitempty"`
161
- Variables map [string ]Variable `json:"variables,omitempty"`
160
+ VariablesFile string `json:"variablesFile,omitempty"`
161
+ IsVariablesFileArchived bool `json:"isVariablesFileArchived,omitempty"`
162
+ Variables map [string ]Variable `json:"variables,omitempty"`
162
163
// test secret uuid
163
164
TestSecretUUID string `json:"testSecretUUID,omitempty"`
164
165
// test suite secret uuid, if it's run as a part of test suite
Original file line number Diff line number Diff line change @@ -563,6 +563,8 @@ spec:
563
563
type : string
564
564
type : object
565
565
type : array
566
+ isVariablesFileArchived :
567
+ type : boolean
566
568
jobTemplate :
567
569
description : job template extensions
568
570
type : string
You can’t perform that action at this time.
0 commit comments