You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/03/18 13:01:23 UTC

[airflow] branch master updated (3f61df1 -> 45cf89c)

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

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


    from 3f61df1  Replaces 1.10.14 with 1.10.15 where needed (#14866)
     add 45cf89c  Fixes some of the flaky tests in test_scheduler_job (#14792)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images-workflow-run.yml |   8 +-
 .github/workflows/ci.yml                        |  27 +-
 scripts/ci/tools/ci_free_space_on_ci.sh         |   2 +-
 tests/cli/commands/test_jobs_command.py         |  59 +-
 tests/jobs/test_scheduler_job.py                | 711 +++++++++++++-----------
 tests/models/test_taskinstance.py               |   8 +-
 tests/test_utils/asserts.py                     |   5 +-
 7 files changed, 430 insertions(+), 390 deletions(-)