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 90c1505 Make grace_period_seconds option on K8sPodOperator (#10727)
add e4de728 Switches to better BATS asserts (#10718)
No new revisions were added by this update.
Summary of changes:
scripts/ci/dockerfiles/bats/Dockerfile | 49 ++++++++++++++++++
.../ci/dockerfiles/bats}/build_and_push.sh | 17 ++++--
.../ci/dockerfiles/bats/load.bash | 12 ++---
scripts/ci/pre_commit/pre_commit_bat_tests.sh | 4 +-
.../static_checks/{bat_tests.sh => bats_tests.sh} | 4 +-
tests/bats/bats_utils.bash | 3 +-
tests/bats/test_breeze_params.bats | 60 ++++++++++------------
tests/bats/test_empty_test.bats | 2 +-
tests/bats/test_local_mounts.bats | 8 +--
9 files changed, 105 insertions(+), 54 deletions(-)
create mode 100644 scripts/ci/dockerfiles/bats/Dockerfile
copy {chart/dockerfiles/pgbouncer =>
scripts/ci/dockerfiles/bats}/build_and_push.sh (70%)
copy .hadolint.yaml => scripts/ci/dockerfiles/bats/load.bash (78%)
rename scripts/ci/static_checks/{bat_tests.sh => bats_tests.sh} (88%)