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 abaee7b Add missing description field to Pool schema(REST API)
(#19841)
add 20dc5b9 Rewrite image building tests to Python (#19819)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 15 +++++
docker_tests/{ci_image.py => command_utils.py} | 37 +++++-------
.../libs/helper.py => docker_tests/constants.py | 5 +-
docker_tests/docker_tests_utils.py | 20 +------
docker_tests/{ci_image.py => test_ci_image.py} | 2 +-
.../test_examples_of_prod_image_building.py | 64 ++++++++++++++++++++
docker_tests/{prod_image.py => test_prod_image.py} | 13 ++--
docs/docker-stack/build.rst | 4 +-
.../customizing/add-build-essential-custom.sh | 2 +-
.../docker-examples/customizing/custom-sources.sh | 2 +-
.../{github-v2-1-test.sh => github-v2-2-test.sh} | 8 +--
.../customizing/pypi-dev-runtime-deps.sh | 2 +-
.../customizing/pypi-extras-and-deps.sh | 2 +-
.../customizing/pypi-selected-version.sh | 2 +-
.../restricted/restricted_environments.sh | 12 ++--
scripts/ci/images/ci_run_docker_tests.py | 2 +-
.../ci_test_examples_of_prod_image_building.sh | 70 +---------------------
scripts/ci/libraries/_verify_image.sh | 4 +-
.../ci/pre_commit/pre_commit_update_versions.py | 25 ++++----
19 files changed, 139 insertions(+), 152 deletions(-)
copy docker_tests/{ci_image.py => command_utils.py} (53%)
copy airflow/example_dags/libs/helper.py => docker_tests/constants.py (91%)
rename docker_tests/{ci_image.py => test_ci_image.py} (96%)
create mode 100644 docker_tests/test_examples_of_prod_image_building.py
rename docker_tests/{prod_image.py => test_prod_image.py} (96%)
rename docs/docker-stack/docker-examples/customizing/{github-v2-1-test.sh =>
github-v2-2-test.sh} (85%)