-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[AIRFLOW-4116] Multi-staging includes CI image [Step 2/3] #4937
Conversation
b1a8caa
to
ceee58c
Compare
Codecov Report
@@ Coverage Diff @@
## master #4937 +/- ##
==========================================
+ Coverage 79.02% 79.02% +<.01%
==========================================
Files 481 481
Lines 30203 30203
==========================================
+ Hits 23868 23869 +1
+ Misses 6335 6334 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is also in #4936
!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
8a1c1b8
to
a906d91
Compare
ee72f62
to
24a8f4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2a37fe2
to
a3ccf6c
Compare
I understand. I’ll look into it tomorrow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great @potiuk
I have some comments about esthetical and about version control, would be great to resolve these. Apart from that: LGTM.
Thanks for the feedback @Fokko and @ashb - I addressed I think all of the feedback. There is one remaining query @ashb - about separating airflow sources from the dag/logs files - see the unresolved conversation above.. I will run the last round of tests/CI builds with it and will merge it as soon as I got it all tested if you are ok with my proposal. |
@potiuk Looking good now. #4937 (comment) I think is resolved? Last two outstanding issues are
Right? Step 3/3 will be to actually change our CI to use these images right? |
@ashb -> All resolved now except changing potiuk->airflow. I am flying back home from the Airflow Bay Area meetup (which was awesome BTW) and once I get pass the jetlag I will merge it and proceed with fixing last test failure in 3/3 and we can hopefully close the AIP and proceed to Simplified Development Workflow. I had fantastic response from the people at the meetup about Breeze :) |
72ed8c9
to
c25a27e
Compare
Nice, great work @potiuk |
…pache#4937) (cherry picked from commit 78c592a)
…pache#4937) (cherry picked from commit 78c592a)
Make sure you have checked all steps below.
Jira
Description
This is 2nd stage of parent https://issues.apache.org/jira/browse/AIRFLOW-3718 task. It implements CI image and add custom hook/build script that builds both images in parallel.
Tests
Commits
Documentation
No documentation needed for that change. Design is documented in https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-10+Multi-layered+and+multi-stage+official+Airflow+image
Follow up documentation will be added in Simplified Development Workflow change: #4932
Code Quality
flake8