You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/06/08 16:32:13 UTC

[airflow] branch master updated (2038b69 -> 6943b17)

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

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


    from 2038b69  Add PR/issue note in Contribution Workflow Example (#9177)
     add 6943b17  Validate only task commands are run by executors (#9178)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/celery_executor.py     |  3 +++
 airflow/executors/dask_executor.py       |  3 +++
 airflow/executors/kubernetes_executor.py |  3 +++
 airflow/executors/local_executor.py      |  4 ++++
 airflow/executors/sequential_executor.py |  4 ++++
 tests/executors/test_celery_executor.py  | 30 +++++++++++++++++++++++++++---
 6 files changed, 44 insertions(+), 3 deletions(-)