Skip to content

Fix Openlineage E2E compat tests docker compose error#69860

Merged
shahar1 merged 1 commit into
apache:mainfrom
kacpermuda:fix-ol-e2e-docker-compose
Jul 14, 2026
Merged

Fix Openlineage E2E compat tests docker compose error#69860
shahar1 merged 1 commit into
apache:mainfrom
kacpermuda:fix-ol-e2e-docker-compose

Conversation

@kacpermuda

@kacpermuda kacpermuda commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

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?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {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.

@kacpermuda kacpermuda added the full tests needed We need to run full set of tests for this PR to merge label Jul 14, 2026
@FrankYang0529

Copy link
Copy Markdown
Member

I already create a PR.

#69856

@kacpermuda

Copy link
Copy Markdown
Collaborator Author

I already create a PR.

#69856

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

@shahar1 shahar1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@kacpermuda
kacpermuda force-pushed the fix-ol-e2e-docker-compose branch from 3b2e283 to 48ebabf Compare July 14, 2026 09:15
@kacpermuda

Copy link
Copy Markdown
Collaborator Author

All OpenLineage E2E compat tests passed, this is ready to merge

@shahar1
shahar1 merged commit c8f1d7e into apache:main Jul 14, 2026
153 checks passed
@kacpermuda
kacpermuda deleted the fix-ol-e2e-docker-compose branch July 14, 2026 10:33
joshuabvarghese pushed a commit to joshuabvarghese/airflow that referenced this pull request Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

4 participants