Skip to content

Commit

Permalink
Merge branch 'main' into custom-mapped-task-indices
Browse files Browse the repository at this point in the history
  • Loading branch information
RNHTTR committed Jan 23, 2024
2 parents 80ca469 + c0f7601 commit 52a4979
Show file tree
Hide file tree
Showing 1,089 changed files with 27,483 additions and 9,918 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
!.dockerignore
!RELEASE_NOTES.rst
!LICENSE
!MANIFEST.in
!NOTICE
!.github
!empty
Expand All @@ -68,8 +67,6 @@
!.bash_completion.d

# Setup/version configuration
!setup.cfg
!setup.py
!pyproject.toml
!manifests
!generated
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ manifests export-ignore
newsfragments export-ignore
scripts export-ignore
tests export-ignore
chart/charts/** export-ignore

Dockerfile.ci export-ignore

Expand All @@ -17,7 +18,6 @@ STATIC_CODE_CHECKS.rst export-ignore
TESTING.rst export-ignore
LOCAL_VIRTUALENV.rst export-ignore
CONTRIBUTING.rst export-ignore
BREEZE.rst export-ignore
CI.rst export-ignore
CI_DIAGRAMS.md export-ignore
CONTRIBUTORS_QUICK_START.rst export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/airflow_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body:
the latest release or main to see if the issue is fixed before reporting it.
multiple: false
options:
- "2.8.0"
- "2.8.1"
- "main (development)"
- "Other Airflow 2 version (please specify below)"
validations:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/breeze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ runs:
- name: "Free space"
shell: bash
run: breeze ci free-space
env:
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
- name: "Get Python version"
shell: bash
run: >
Expand All @@ -54,3 +56,5 @@ runs:
- name: "Disable cheatsheet"
shell: bash
run: breeze setup config --no-cheatsheet --no-asciiart
env:
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
2 changes: 1 addition & 1 deletion .github/actions/build-prod-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
shell: bash
run: >
breeze release-management prepare-provider-packages
--package-list-file ./airflow/providers/installed_providers.txt
--package-list-file ./dev/prod_image_installed_providers.txt
--package-format wheel --version-suffix-for-pypi dev0
if: ${{ inputs.build-provider-packages == 'true' }}
- name: "Prepare chicken-eggs provider packages"
Expand Down
5 changes: 2 additions & 3 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ labelPRBasedOnFilePath:
- dev/**/*
- .github/**/*
- Dockerfile.ci
- BREEZE.rst
- CONTRIBUTING.*
- LOCAL_VIRTUALENV.rst
- STATIC_CODE_CHECKS.rst
Expand Down Expand Up @@ -684,8 +683,8 @@ firstPRWelcomeComment: >
[guide](https://github.com/apache/airflow/blob/main/docs/apache-airflow/howto/custom-operator.rst)
Consider adding an example DAG that shows how users should use it.
- Consider using [Breeze environment](https://github.com/apache/airflow/blob/main/BREEZE.rst) for testing
locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
- Consider using [Breeze environment](https://github.com/apache/airflow/blob/main/dev/breeze/doc/breeze.rst)
for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
- Be patient and persistent. It might take some time to get a review or get the final approval from
Committers.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
PR_LABELS: "${{ steps.get-latest-pr-labels.outputs.pull-request-labels }}"
COMMIT_REF: "${{ env.TARGET_COMMIT_SHA }}"
VERBOSE: "false"
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
run: breeze ci selective-check 2>> ${GITHUB_OUTPUT}
- name: env
run: printenv
Expand Down

0 comments on commit 52a4979

Please sign in to comment.