File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/integration-tests/tests/scaling/test_scaling/test_job_level_scaling Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ Scheduling:
18
18
ComputeResources :
19
19
- Name : compute-resource-0
20
20
Instances :
21
- - InstanceType : t3.xlarge
21
+ - InstanceType : {{ instance }}
22
22
- Name : compute-resource-1
23
23
Instances :
24
- - InstanceType : m5.xlarge
24
+ - InstanceType : {{ instance }}
25
25
Networking :
26
26
SubnetIds :
27
27
- {{ private_subnet_id }}
28
28
- Name : queue-jls-1-partial
29
29
ComputeResources :
30
30
- Name : compute-resource-0
31
31
Instances :
32
- - InstanceType : t3.xlarge
32
+ - InstanceType : {{ instance }}
33
33
- Name : ice-cr-multiple
34
34
Instances :
35
- - InstanceType : m5.xlarge
35
+ - InstanceType : {{ instance }}
36
36
Networking :
37
37
SubnetIds :
38
38
- {{ private_subnet_id }}
You can’t perform that action at this time.
0 commit comments