File tree 2 files changed +6
-15
lines changed
2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -117,32 +117,23 @@ spec:
117
117
name : reservation
118
118
title : Reservation name
119
119
section : required_config
120
- toggleUsingVariables :
121
- - variableName : a3_mega_consumption_model
122
- variableValues :
123
- - Reservation
124
- type : DISPLAY_VARIABLE_TOGGLE_TYPE_UNSPECIFIED
125
- - variableName : a3_ultra_consumption_model
126
- variableValues :
127
- - Reservation
128
- type : DISPLAY_VARIABLE_TOGGLE_TYPE_UNSPECIFIED
129
120
reservation_block :
130
121
name : reservation_block
131
122
title : Reservation block
132
123
section : required_config
133
124
toggleUsingVariables :
134
- - variableName : a3_ultra_consumption_model
125
+ - variableName : gpu_type
135
126
variableValues :
136
- - Reservation
127
+ - A3 Ultra
137
128
type : DISPLAY_VARIABLE_TOGGLE_TYPE_UNSPECIFIED
138
129
placement_policy_name :
139
130
name : placement_policy_name
140
131
title : Placement policy
141
132
section : required_config
142
133
toggleUsingVariables :
143
- - variableName : a3_mega_consumption_model
134
+ - variableName : gpu_type
144
135
variableValues :
145
- - Reservation
136
+ - A3 Mega
146
137
type : DISPLAY_VARIABLE_TOGGLE_TYPE_UNSPECIFIED
147
138
a3mega_recipe :
148
139
name : recipe
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ spec:
36
36
defaultValue : " "
37
37
- name : a3_mega_consumption_model
38
38
varType : string
39
- defaultValue : " "
39
+ defaultValue : " Reservation "
40
40
- name : a3_ultra_consumption_model
41
41
varType : string
42
- defaultValue : " "
42
+ defaultValue : " Reservation "
43
43
- name : reservation
44
44
varType : string
45
45
defaultValue : " "
You can’t perform that action at this time.
0 commit comments