[AIRFLOW-5886] - fixed a bit too selective Dockerfile copy#6570
[AIRFLOW-5886] - fixed a bit too selective Dockerfile copy#6570mik-laj merged 1 commit intoapache:masterfrom
Conversation
|
It was a bit too selective change - I have to copy the whole CI folder as we also need the CI scripts for DinD Kind operations - i.e. docker builds executed inside the docker container :). I think I must have seen a wrong CI output and merged it hastily yesterday (among 15+ merges I've done yesterday :). I'd fix it without waiting for Travis so that some PRs can be rebased quickly. |
|
Fun fact for the curious ones - I know the reason it was Green yesterday - because of a the weird Kubernetes test dependency we have. Currently Kubernetes tests are testing the PREVIOUS MASTER Docker image not the CURRENT SOURCES (not good) so when the PR was run, it was Green as previous Docker file had all the files and the new one did not. So after merge it kind of tripped over its own feet and got broken. Luckily the permanent fix for the Kubernetes “previous master vs. current” is coming in #6516 which is next in line to merge. |
|
Thanks @mik-laj ! |
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation