You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/07/06 20:31:56 UTC

[airflow] branch main updated (3dedbd34e7 -> 6642f800f6)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3dedbd34e7 Add more selective provider tests (#24666)
     add 6642f800f6 Chart: Provision Standalone Dag Processor (#23711)

No new revisions were added by this update.

Summary of changes:
 chart/templates/_helpers.yaml                      |  19 ++
 .../dag-processor-deployment.yaml}                 |  92 ++++----
 .../dag-processor-serviceaccount.yaml}             |  12 +-
 .../templates/scheduler/scheduler-deployment.yaml  |  16 +-
 .../triggerer/triggerer-serviceaccount.yaml        |   2 +-
 chart/values.schema.json                           | 259 +++++++++++++++++++++
 chart/values.yaml                                  |  93 +++++++-
 tests/charts/test_airflow_common.py                |  20 +-
 tests/charts/test_annotations.py                   |  30 +++
 tests/charts/test_basic_helm_chart.py              |  87 ++++++-
 .../{test_triggerer.py => test_dag_processor.py}   | 125 ++++++----
 tests/charts/test_extra_env_env_from.py            |  12 +-
 tests/charts/test_scheduler.py                     |  65 +++++-
 13 files changed, 720 insertions(+), 112 deletions(-)
 copy chart/templates/{triggerer/triggerer-deployment.yaml => dag-processor/dag-processor-deployment.yaml} (69%)
 copy chart/templates/{triggerer/triggerer-serviceaccount.yaml => dag-processor/dag-processor-serviceaccount.yaml} (78%)
 copy tests/charts/{test_triggerer.py => test_dag_processor.py} (77%)