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 2022/10/27 22:42:07 UTC

[airflow] branch main updated (acc6982770 -> 550b49b418)

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

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


    from acc6982770 More resilient test for secrets masker (#27335)
     add 550b49b418 Skip Integration tests on Public runners if not full tests needed (#27322)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   5 +
 dev/breeze/SELECTIVE_CHECKS.md                     |   1 +
 .../airflow_breeze/commands/testing_commands.py    |  32 ++-
 .../commands/testing_commands_config.py            |   1 +
 .../src/airflow_breeze/utils/selective_checks.py   |  24 +--
 dev/breeze/tests/test_selective_checks.py          |   8 +
 images/breeze/output-commands-hash.txt             |   4 +-
 images/breeze/output-commands.svg                  |  90 ++++-----
 images/breeze/output_testing.svg                   |  22 +--
 images/breeze/output_testing_tests.svg             | 216 +++++++++++----------
 10 files changed, 223 insertions(+), 180 deletions(-)