This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new aad573e686 Temporarily disable PyPI constrainst generation (#34918)
aad573e686 is described below
commit aad573e6860a3ba4fad23b45fa792cd0f8e9f0c3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Oct 13 10:51:37 2023 -0300
Temporarily disable PyPI constrainst generation (#34918)
PIP recently started backtracking with constraint generation and
in order to fix it, more thorough investigation is needed.
Source constraints generation works fine, only PyPI one is a
problem. We are disabling it now to fix it temporarily.
---
.github/actions/build-ci-images/action.yml | 12 ++++++------
.github/workflows/ci.yml | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/actions/build-ci-images/action.yml
b/.github/actions/build-ci-images/action.yml
index a622da980f..81825f9a79 100644
--- a/.github/actions/build-ci-images/action.yml
+++ b/.github/actions/build-ci-images/action.yml
@@ -39,12 +39,12 @@ runs:
run: >
breeze release-management generate-constraints --run-in-parallel
--airflow-constraints-mode constraints-source-providers
- - name: "Generate PyPI constraints"
- shell: bash
- run: >
- breeze release-management generate-constraints --run-in-parallel
- --airflow-constraints-mode constraints
- if: ${{ inputs.build-provider-packages != 'true' }}
+# - name: "Generate PyPI constraints"
+# shell: bash
+# run: >
+# breeze release-management generate-constraints --run-in-parallel
+# --airflow-constraints-mode constraints
+# if: ${{ inputs.build-provider-packages != 'true' }}
- name: "Print dependency upgrade summary"
shell: bash
run: |
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0eeb8ffae7..ca44ad3199 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1683,8 +1683,8 @@ jobs:
--airflow-constraints-mode constraints-source-providers
breeze release-management generate-constraints \
--run-in-parallel --airflow-constraints-mode
constraints-no-providers
- breeze release-management generate-constraints \
- --run-in-parallel --airflow-constraints-mode constraints
+# breeze release-management generate-constraints \
+# --run-in-parallel --airflow-constraints-mode constraints
env:
PYTHON_VERSIONS: ${{
needs.build-info.outputs.python-versions-list-as-string }}
- name: "Set constraints branch name"