Fix Openlineage E2E compat tests docker compose error#69860
Merged
Conversation
kacpermuda
requested review from
amoghrajesh,
ashb,
bugraoz93,
gopidesupavan,
jason810496,
jscheffl and
potiuk
as code owners
July 14, 2026 08:22
Member
|
I already create a PR. |
potiuk
approved these changes
Jul 14, 2026
Collaborator
Author
Sorry, missed it @FrankYang0529 . I've already set the "full tests needed" label so that we run the compat tests, but happy to close this one if you'd prefer to keep yours, we should then just set this label to test if the fix helped |
kacpermuda
force-pushed
the
fix-ol-e2e-docker-compose
branch
from
July 14, 2026 09:15
3b2e283 to
48ebabf
Compare
Collaborator
Author
|
All OpenLineage E2E compat tests passed, this is ready to merge |
1 task
joshuabvarghese
pushed a commit
to joshuabvarghese/airflow
that referenced
this pull request
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing docker compose failure occurring for OpenLineage E2E compat tests on canary runs (example).
Root cause: docker compose pull was called on the openlineage compat image (e.g., openlineage-e2e/airflow:3.1.8-python3.10), which is built locally by _build_openlineage_e2e_compat_image and never pushed to any registry. The pull condition only exempted ghcr.io/apache/airflow/ images (pre-pulled in CI via prepare_breeze_and_image) but forgot about the locally-built compat image.
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.