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/04/06 02:10:28 UTC

[airflow] branch master updated (e1beefc -> aebacd7)

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 e1beefc  Fix test bug introduced by #15165 (#15221)
     add aebacd7  Constraints are now parallelized and merged in single job (#15211)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 64 ++++++----------------
 BREEZE.rst                                         | 39 ++++++-------
 CONTRIBUTING.rst                                   | 19 +++++--
 scripts/ci/constraints/ci_commit_constraints.sh    |  2 +-
 .../ci_generate_all_constraints.sh}                | 13 ++++-
 scripts/ci/constraints/ci_generate_constraints.sh  |  8 +++
 .../images/ci_wait_for_and_verify_all_ci_images.sh |  5 +-
 .../ci_wait_for_and_verify_all_prod_images.sh      |  4 +-
 scripts/ci/libraries/_parallel.sh                  | 13 +++++
 9 files changed, 89 insertions(+), 78 deletions(-)
 copy scripts/ci/{images/ci_wait_for_and_verify_all_ci_images.sh => constraints/ci_generate_all_constraints.sh} (75%)