This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new fee0b87a29 Fix breeze builds to work after removal of images from CI
fee0b87a29 is described below
commit fee0b87a29ba44b392ef44c722fcf9dcf1073a81
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri May 13 11:58:01 2022 +0200
Fix breeze builds to work after removal of images from CI
---
scripts/ci/libraries/_push_pull_remove_images.sh | 6 +++---
scripts/ci/tools/ci_fix_ownership.sh | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/scripts/ci/libraries/_push_pull_remove_images.sh
b/scripts/ci/libraries/_push_pull_remove_images.sh
index fff08ad9f3..9ae7d7d6d4 100644
--- a/scripts/ci/libraries/_push_pull_remove_images.sh
+++ b/scripts/ci/libraries/_push_pull_remove_images.sh
@@ -61,7 +61,7 @@ function
push_pull_remove_images::pull_image_if_not_present_or_forced() {
echo
echo "Pulling the image ${IMAGE_TO_PULL}"
echo
- docker pull "${IMAGE_TO_PULL}"
+ #docker pull "${IMAGE_TO_PULL}"
EXIT_VALUE="$?"
if [[ ${EXIT_VALUE} != "0" && ${FAIL_ON_GITHUB_DOCKER_PULL_ERROR} ==
"true" ]]; then
echo
@@ -128,8 +128,8 @@ Docker pulling ${PYTHON_BASE_IMAGE}.
fi
push_pull_remove_images::pull_image_github_dockerhub
"${PYTHON_BASE_IMAGE}"
"${GITHUB_REGISTRY_PYTHON_BASE_IMAGE}${PYTHON_TAG_SUFFIX}"
else
- docker pull "${AIRFLOW_CI_PYTHON_IMAGE}"
- docker tag "${AIRFLOW_CI_PYTHON_IMAGE}" "${PYTHON_BASE_IMAGE}"
+ echo docker pull "${AIRFLOW_CI_PYTHON_IMAGE}"
+ echo docker tag "${AIRFLOW_CI_PYTHON_IMAGE}"
"${PYTHON_BASE_IMAGE}"
fi
echo
fi
diff --git a/scripts/ci/tools/ci_fix_ownership.sh
b/scripts/ci/tools/ci_fix_ownership.sh
index 2d57d65155..efb79cbe8d 100755
--- a/scripts/ci/tools/ci_fix_ownership.sh
+++ b/scripts/ci/tools/ci_fix_ownership.sh
@@ -33,8 +33,8 @@ sanity_checks::sanitize_mounted_files
read -r -a EXTRA_DOCKER_FLAGS
<<<"$(local_mounts::convert_local_mounts_to_docker_params)"
-docker run --entrypoint /bin/bash "${EXTRA_DOCKER_FLAGS[@]}" \
- --rm \
- --env-file "${AIRFLOW_SOURCES}/scripts/ci/docker-compose/_docker.env" \
- "${AIRFLOW_CI_IMAGE}" \
- -c /opt/airflow/scripts/in_container/run_fix_ownership.sh
+#docker run --entrypoint /bin/bash "${EXTRA_DOCKER_FLAGS[@]}" \
+# --rm \
+# --env-file "${AIRFLOW_SOURCES}/scripts/ci/docker-compose/_docker.env" \
+# "${AIRFLOW_CI_IMAGE}" \
+# -c /opt/airflow/scripts/in_container/run_fix_ownership.sh