Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/templates/kuttl/ldap/60-install-airflow-cluster.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ commands:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand All @@ -102,6 +103,7 @@ commands:
host: airflow-redis-master
credentialsSecretName: airflow-redis-credentials
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ spec:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
resources:
cpu:
min: 1000m
Expand Down Expand Up @@ -172,6 +173,7 @@ spec:
host: airflow-redis-master
credentialsSecretName: airflow-redis-credentials
config:
gracefulShutdownTimeout: 10s
resources:
cpu:
min: 1000m
Expand Down Expand Up @@ -225,6 +227,7 @@ spec:
{% elif test_scenario['values']['executor'] == 'kubernetes' %}
kubernetesExecutors:
config:
gracefulShutdownTimeout: 10s
resources:
cpu:
min: 50m
Expand Down Expand Up @@ -264,6 +267,7 @@ spec:
{% endif %}
schedulers:
config:
gracefulShutdownTimeout: 10s
resources:
cpu:
min: 1000m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ spec:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand All @@ -124,6 +125,7 @@ spec:
host: airflow-redis-master
credentialsSecretName: airflow-redis-credentials
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ spec:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand All @@ -142,6 +143,7 @@ spec:
host: airflow-redis-master
credentialsSecretName: airflow-redis-credentials
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
10 changes: 5 additions & 5 deletions tests/templates/kuttl/smoke/40-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
spec:
template:
spec:
terminationGracePeriodSeconds: 120
terminationGracePeriodSeconds: 10
status:
readyReplicas: 1
replicas: 1
Expand All @@ -37,7 +37,7 @@ metadata:
spec:
template:
spec:
terminationGracePeriodSeconds: 300
terminationGracePeriodSeconds: 10
status:
readyReplicas: 2
replicas: 2
Expand All @@ -52,7 +52,7 @@ metadata:
spec:
template:
spec:
terminationGracePeriodSeconds: 120
terminationGracePeriodSeconds: 10
status:
readyReplicas: 1
replicas: 1
Expand All @@ -66,7 +66,7 @@ metadata:
spec:
template:
spec:
terminationGracePeriodSeconds: 120
terminationGracePeriodSeconds: 10
status:
readyReplicas: 1
replicas: 1
Expand All @@ -80,7 +80,7 @@ metadata:
spec:
template:
spec:
terminationGracePeriodSeconds: 120
terminationGracePeriodSeconds: 10
status:
readyReplicas: 1
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
configOverrides:
Expand Down Expand Up @@ -90,6 +91,7 @@ spec:
host: airflow-redis-master
credentialsSecretName: airflow-redis-credentials
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand All @@ -103,20 +105,23 @@ spec:
{% endif %}
schedulers:
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
default:
replicas: 1
dagProcessors:
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
default:
replicas: 1
triggerers:
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
roleConfig:
listenerClass: external-unstable
config:
gracefulShutdownTimeout: 10s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
Loading