Skip to content

Commit

Permalink
Update tests with "replicas" directly under "executor".
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Sep 21, 2023
1 parent ed452e2 commit 96edda9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
Expand Up @@ -69,8 +69,8 @@ spec:
ROOT:
level: INFO
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: true
containers:
Expand Down
Expand Up @@ -69,8 +69,8 @@ spec:
custom:
configMap: spark-log-config
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: true
containers:
Expand Down
Expand Up @@ -70,8 +70,8 @@ spec:
ROOT:
level: INFO
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: true
containers:
Expand Down
Expand Up @@ -70,8 +70,8 @@ spec:
custom:
configMap: pyspark-log-config
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: true
containers:
Expand Down
Expand Up @@ -48,8 +48,7 @@ spec:
cpu: 1500m
memory: 1024Mi
executor:
config:
replicas: 1
replicas: 1
podOverrides:
spec:
containers:
Expand Down
Expand Up @@ -44,8 +44,8 @@ spec:
memory:
limit: 1024Mi
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
resources:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/10-deploy-spark-app.yaml.j2
Expand Up @@ -35,7 +35,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Expand Up @@ -28,7 +28,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Expand Up @@ -35,7 +35,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Expand Up @@ -35,7 +35,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Expand Up @@ -35,7 +35,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Expand Up @@ -33,7 +33,7 @@ spec:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
executor:
replicas: 1
config:
replicas: 1
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

0 comments on commit 96edda9

Please sign in to comment.