Skip to content

Commit 96edda9

Browse files
committed
Update tests with "replicas" directly under "executor".
1 parent ed452e2 commit 96edda9

12 files changed

+12
-13
lines changed

tests/templates/kuttl/logging/05-deploy-automatic-log-config-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ spec:
6969
ROOT:
7070
level: INFO
7171
executor:
72+
replicas: 1
7273
config:
73-
replicas: 1
7474
logging:
7575
enableVectorAgent: true
7676
containers:

tests/templates/kuttl/logging/06-deploy-custom-log-config-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ spec:
6969
custom:
7070
configMap: spark-log-config
7171
executor:
72+
replicas: 1
7273
config:
73-
replicas: 1
7474
logging:
7575
enableVectorAgent: true
7676
containers:

tests/templates/kuttl/logging/07-deploy-automatic-log-config-pyspark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ spec:
7070
ROOT:
7171
level: INFO
7272
executor:
73+
replicas: 1
7374
config:
74-
replicas: 1
7575
logging:
7676
enableVectorAgent: true
7777
containers:

tests/templates/kuttl/logging/08-deploy-custom-log-config-pyspark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ spec:
7070
custom:
7171
configMap: pyspark-log-config
7272
executor:
73+
replicas: 1
7374
config:
74-
replicas: 1
7575
logging:
7676
enableVectorAgent: true
7777
containers:

tests/templates/kuttl/pod_overrides/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ spec:
4848
cpu: 1500m
4949
memory: 1024Mi
5050
executor:
51-
config:
52-
replicas: 1
51+
replicas: 1
5352
podOverrides:
5453
spec:
5554
containers:

tests/templates/kuttl/resources/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ spec:
4444
memory:
4545
limit: 1024Mi
4646
executor:
47+
replicas: 1
4748
config:
48-
replicas: 1
4949
logging:
5050
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
5151
resources:

tests/templates/kuttl/smoke/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
logging:
3636
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3737
executor:
38+
replicas: 1
3839
config:
39-
replicas: 1
4040
logging:
4141
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/spark-examples/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
logging:
2929
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3030
executor:
31+
replicas: 1
3132
config:
32-
replicas: 1
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/spark-history-server/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
logging:
3636
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3737
executor:
38+
replicas: 1
3839
config:
39-
replicas: 1
4040
logging:
4141
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/spark-history-server/12-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
logging:
3636
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3737
executor:
38+
replicas: 1
3839
config:
39-
replicas: 1
4040
logging:
4141
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/spark-pi-private-s3/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
logging:
3636
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3737
executor:
38+
replicas: 1
3839
config:
39-
replicas: 1
4040
logging:
4141
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/spark-pi-public-s3/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3535
executor:
36+
replicas: 1
3637
config:
37-
replicas: 1
3838
logging:
3939
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

0 commit comments

Comments
 (0)