You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/06/11 15:01:09 UTC

[airflow] branch master updated (daed752 -> 9c82c5b)

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

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


    from daed752  Make it possible to silence warnings from Airflow (#9208)
     add 9c82c5b  Upload kind logs to Github Actions artifact (#9230)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                        |  6 ++
 scripts/ci/ci_deploy_app_to_kubernetes.sh       |  5 ++
 scripts/ci/ci_perform_kind_cluster_operation.sh |  6 ++
 scripts/ci/ci_run_kubernetes_tests.sh           |  5 ++
 scripts/ci/libraries/_build_images.sh           | 81 ------------------------
 scripts/ci/libraries/_initialization.sh         | 82 +++++++++++++++++++++++++
 scripts/ci/libraries/_kind.sh                   | 23 ++-----
 7 files changed, 109 insertions(+), 99 deletions(-)