Skip to content

Commit

Permalink
Enable readiness probe for task pod in CI (#1891)
Browse files Browse the repository at this point in the history
Avoid race condition where job launch before task container is ready
  • Loading branch information
TheRealHaoLiu authored Jun 5, 2024
1 parent 8ead140 commit 9fa46be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/templates/awx_cr_molecule.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
extra_settings:
- setting: LOG_AGGREGATOR_LEVEL
value: "'DEBUG'"
task_readiness_period: 15
{% if additional_fields is defined %}
{{ additional_fields | to_nice_yaml | indent(2) }}
{% endif %}

0 comments on commit 9fa46be

Please sign in to comment.