Skip to content
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

Bump minimum version for azure containerinstance. #40767

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jul 13, 2024

The #40616 used priority for ContainerGroup and it has only been added in 10.1.0 version of azure-containerinstance library

See https://pypi.org/project/azure-mgmt-containerinstance/10.1.0/


^ 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 apache#40616 used priority for ContainerGroup and it has only been
added in 10.1.0 version of azure-containerinstance library

See https://pypi.org/project/azure-mgmt-containerinstance/10.1.0/
@potiuk
Copy link
Member Author

potiuk commented Jul 13, 2024

Detected by canary builds.

Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

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

interesting. I thought we are checking also against min versions of the depended libs?
Generally speaking if we would know this during review of the PR I would be favor in adding a check for supported version of the lib

@potiuk
Copy link
Member Author

potiuk commented Jul 13, 2024

interesting. I thought we are checking also against min versions of the depended libs?
Generally speaking if we would know this during review of the PR I would be favor in adding a check for supported version of the lib

Yes.I am trying to see if we can do it on all PRs in a selective way here: #40768 - becaue currently "special" tests are not run on most of regular PR (which is good), but the "lowest dependency" tests should also run there, I think in all PRs (though they are considerably slower than regular tests so there is a trade-off).

potiuk added a commit to potiuk/airflow that referenced this pull request Jul 13, 2024
Previously lowest-dependency tests were only run as part of
"special" tests - which means that they were not run on
regular PRs which did not touch dependencies. But those tests
should also be run on regular PRs even if the PR does not change
dependencies - because just using a new feature might cause
lowest dependencies to fail (Similarly as in apache#40767
@potiuk
Copy link
Member Author

potiuk commented Jul 13, 2024

Yep #40768 should fix it - I was afraid we will hit the workflow limit when I separate it out, but seems that we are not, so it's good to go.

@potiuk potiuk merged commit e6d3822 into apache:main Jul 13, 2024
98 of 105 checks passed
@potiuk potiuk deleted the fix-min-version-on-azure-containerinstance branch July 13, 2024 17:52
potiuk added a commit that referenced this pull request Jul 13, 2024
Previously lowest-dependency tests were only run as part of
"special" tests - which means that they were not run on
regular PRs which did not touch dependencies. But those tests
should also be run on regular PRs even if the PR does not change
dependencies - because just using a new feature might cause
lowest dependencies to fail (Similarly as in #40767
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jul 23, 2024
@ephraimbuddy ephraimbuddy added this to the Airflow 2.10.0 milestone Jul 23, 2024
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
The apache#40616 used priority for ContainerGroup and it has only been
added in 10.1.0 version of azure-containerinstance library

See https://pypi.org/project/azure-mgmt-containerinstance/10.1.0/
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
Previously lowest-dependency tests were only run as part of
"special" tests - which means that they were not run on
regular PRs which did not touch dependencies. But those tests
should also be run on regular PRs even if the PR does not change
dependencies - because just using a new feature might cause
lowest dependencies to fail (Similarly as in apache#40767
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:microsoft-azure Azure-related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants