You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/12 21:24:29 UTC

[airflow] branch master updated (2540d9c -> 99c534e)

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

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


    from 2540d9c  CI: Propogate Exit Code Correctly (#9247)
     add 99c534e  Further validation that only task commands are run by executors (#9240)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/kubernetes_executor.py    |  7 ++-----
 tests/executors/test_dask_executor.py       |  6 +++---
 tests/executors/test_kubernetes_executor.py |  2 +-
 tests/executors/test_local_executor.py      | 21 ++++++++++++++++-----
 4 files changed, 22 insertions(+), 14 deletions(-)