-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Kubernetes tests are also run against the released airflow version #9663
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
Kubernetes tests are also run against the released airflow version #9663
Conversation
|
CC: @aneesh-joseph |
86a3bc4 to
0e0ddd7
Compare
|
@potiuk would this run on every master PR? Seems like it might make sense on pushes to 1-10-test but not on master. |
It also makes sense on master. I think we are going to release a chart from master that also works for latest released 1.10 version.. Ideally we should be able to release the helm chart from master (say with calver 2020.10.05 version that works nicely also for 1.10.11 image :). |
|
We already rin similar tests for backport packages for example - we take the latest released airflow and we test if all the 'latest' backport packages can be installed with it. |
|
Ahh ok I see where you're coming from. Since this isn't taking in any code changes and is instead just running against the most recent release... Though that raises the question: Are there any situations that would work for the NEXT release but not the current one? Though I guess that's a bridge we can cross if we get there. |
I think it should never be the case. We have the rule (which I think we even written down in README) that whenever we introduce a breaking change in what we release, we do deprecation first and make it backwards compatible as a rule. |
0e0ddd7 to
e38f5e5
Compare
e38f5e5 to
a64d21a
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Make sure to mark the boxes below before creating PR: [x]
In case of fundamental code change, 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 UPDATING.md.
Read the Pull Request Guidelines for more information.