Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Aug 5, 2023

The PROD image verification happens after the images are pulled in the "wait for PROD images" step. This verification is pretty helpful in detecting cases where there are some "installed airflow" problems (for example recently it helped to avoid a circular import problem in #33081 as one of the tests failed when images were verified. However PROD image wait might fail for other reasons and sometimes might be "neglected" as temporary failure.

Separating verification will allow to clearly surface that the problem is with verification, not pulling the images.


^ 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.

The PROD image verification happens after the images are pulled
in the "wait for PROD images" step. This verification is pretty
helpful in detecting cases where there are some "installed airflow"
problems (for example recently it helped to avoid a circular import
problem in apache#33081 as one of the tests failed when images were
verified. However PROD image wait might fail for other reasons and
sometimes might be "neglected" as temporary failure.

Separating verification will allow to clearly surface that the
problem is with verification, not pulling the images.
Copy link
Contributor

@phanikumv phanikumv left a comment

Choose a reason for hiding this comment

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

observing few CI failures

@potiuk
Copy link
Member Author

potiuk commented Aug 5, 2023

Yeah. Our CI framework got pretty unstable recently. I hope with apache/airflow-ci-infra#59 of @hussein-awala we will finally be able to get it under better control (but due to 2.7 I did not have time to look at it yet - hopefully soon).

@potiuk potiuk merged commit c310703 into apache:main Aug 5, 2023
@potiuk potiuk deleted the separate-verify-prod-image-steps branch August 5, 2023 16:03
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Aug 8, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.7.0 milestone Aug 8, 2023
ephraimbuddy pushed a commit that referenced this pull request Aug 8, 2023
The PROD image verification happens after the images are pulled
in the "wait for PROD images" step. This verification is pretty
helpful in detecting cases where there are some "installed airflow"
problems (for example recently it helped to avoid a circular import
problem in #33081 as one of the tests failed when images were
verified. However PROD image wait might fail for other reasons and
sometimes might be "neglected" as temporary failure.

Separating verification will allow to clearly surface that the
problem is with verification, not pulling the images.

(cherry picked from commit c310703)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants