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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 7d69987  (commit)
      to e61b9bb  (commit)
    from 7d69987  Remove duplicate code from perf_kit (#8843)
     add e1e833b  Update GoogleBaseHook to not follow 308 and use 60s timeout 
(#8816)
     add 8a94d18  Fix Environment Variable in 
perf/scheduler_dag_execution_timing.py (#8847)
     add ed3f513  Correctly pass sleep time from AWSAthenaOperator down to the 
hook. (#8845)
     add f1dc2e0  The librabbitmq library stopped installing for python3.7 
(#8853)
     add c3af681  Convert tests/jobs/test_base_job.py to pytest (#8856)
     add 81fb9d6  Add metric for monitoring email notification failures (#8771)
     add 2878f17  Relax Flask-Appbuilder version to ~=2.3.4 (#8857)
     add e61b9bb  Add AWS EMR System tests (#8618)

No new revisions were added by this update.

Summary of changes:
 Dockerfile.ci                                      |  2 +-
 airflow/jobs/scheduler_job.py                      |  1 +
 .../example_emr_job_flow_automatic_steps.py        | 18 ++++-
 .../example_emr_job_flow_manual_steps.py           | 18 ++++-
 airflow/providers/amazon/aws/operators/athena.py   |  2 +-
 .../providers/google/common/hooks/base_google.py   |  5 +-
 docs/metrics.rst                                   |  1 +
 requirements/requirements-python3.6.txt            | 19 ++---
 requirements/requirements-python3.7.txt            | 19 ++---
 requirements/setup-3.6.md5                         |  2 +-
 requirements/setup-3.7.md5                         |  2 +-
 scripts/perf/scheduler_dag_execution_timing.py     |  2 +-
 setup.py                                           | 11 ++-
 tests/jobs/test_base_job.py                        | 87 +++++++++++-----------
 tests/jobs/test_scheduler_job.py                   |  4 +-
 .../providers/amazon/aws/operators/test_athena.py  |  7 +-
 .../amazon/aws/operators/test_emr_system.py        | 25 +++----
 .../google/common/hooks/test_base_google.py        | 18 ++++-
 tests/test_utils/amazon_system_helpers.py          | 11 +++
 19 files changed, 156 insertions(+), 98 deletions(-)
 copy airflow/operators/dummy_operator.py => 
tests/providers/amazon/aws/operators/test_emr_system.py (61%)

Reply via email to