You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/05/28 14:12:26 UTC

[airflow] branch master updated (dd1bfcc -> e4d811d)

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

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


    from dd1bfcc  Cancel queued/running builds on second push to PR (#9050)
     add e4d811d  Use production image for k8s tests (#9038)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 40 +++++++++++++-
 .travis.yml                                        | 61 ----------------------
 .../ci/in_container/kubernetes/app/deploy_app.sh   | 40 ++++++++++----
 .../kubernetes/app/templates/airflow.template.yaml | 28 +++++-----
 .../app/templates/configmaps.template.yaml         |  8 +--
 .../ci/in_container/kubernetes/app/volumes.yaml    | 10 ++--
 .../kubernetes/docker/airflow-test-env-init.sh     |  9 ++--
 .../ci/in_container/kubernetes/docker/bootstrap.sh |  0
 .../kubernetes/docker/rebuild_airflow_image.sh     | 43 ++++-----------
 entrypoint.sh => scripts/docker/entrypoint.sh      |  8 +--
 .../kubernetes/test_kubernetes_pod_operator.py     | 11 ++--
 11 files changed, 115 insertions(+), 143 deletions(-)
 delete mode 100644 .travis.yml
 mode change 100644 => 100755 scripts/ci/in_container/kubernetes/docker/bootstrap.sh
 copy entrypoint.sh => scripts/docker/entrypoint.sh (94%)