Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not add local airflow sources in CI when building k8s image #39043

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Apr 15, 2024

Follow up after #39035 where local airflow sources have been removed from PROD image built in CI. The k8s image for tests also added the sources when preparing the modified image. This is now avoided - the --no-copy-local-sources is used in CI to avoid it.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Follow up after apache#39035 where local airflow sources have been
removed from PROD image built in CI. The k8s image for tests also
added the sources when preparing the modified image. This is now
avoided - the --no-copy-local-sources is used in CI to avoid it.
@potiuk potiuk added default versions only When assigned to PR - only default python version is used for CI tests full tests needed We need to run full set of tests for this PR to merge and removed area:dev-tools labels Apr 15, 2024
@potiuk potiuk merged commit 1e9d3d1 into apache:main Apr 15, 2024
65 checks passed
@potiuk potiuk deleted the avoid-copying-local-sources-to-k8s-image branch April 15, 2024 21:00
@potiuk potiuk added this to the Airflow 2.9.1 milestone Apr 16, 2024
ephraimbuddy pushed a commit that referenced this pull request Apr 16, 2024
Follow up after #39035 where local airflow sources have been
removed from PROD image built in CI. The k8s image for tests also
added the sources when preparing the modified image. This is now
avoided - the --no-copy-local-sources is used in CI to avoid it.

(cherry picked from commit 1e9d3d1)
ephraimbuddy pushed a commit that referenced this pull request Apr 16, 2024
Follow up after #39035 where local airflow sources have been
removed from PROD image built in CI. The k8s image for tests also
added the sources when preparing the modified image. This is now
avoided - the --no-copy-local-sources is used in CI to avoid it.

(cherry picked from commit 1e9d3d1)
utkarsharma2 pushed a commit to astronomer/airflow that referenced this pull request Apr 22, 2024
…e#39043)

Follow up after apache#39035 where local airflow sources have been
removed from PROD image built in CI. The k8s image for tests also
added the sources when preparing the modified image. This is now
avoided - the --no-copy-local-sources is used in CI to avoid it.
RodrigoGanancia pushed a commit to RodrigoGanancia/airflow that referenced this pull request May 10, 2024
…e#39043)

Follow up after apache#39035 where local airflow sources have been
removed from PROD image built in CI. The k8s image for tests also
added the sources when preparing the modified image. This is now
avoided - the --no-copy-local-sources is used in CI to avoid it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
default versions only When assigned to PR - only default python version is used for CI tests full tests needed We need to run full set of tests for this PR to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants