Ensure K8s tests are completed before finalization#49827
Ensure K8s tests are completed before finalization#49827jscheffl merged 2 commits intoapache:mainfrom
Conversation
|
Ups, I assume there is mow not depending on "finalize" :-( |
|
Indeed. Actually that was quite deliberate... because k8s tests were generally slow and brittle, but they are much more stable now after separatlng them to individual jobs, so we should be able to bring back this dependnecy. |
|
@potiuk mhm, now I checked and also task sdk and airflowctl were independent of finalize. Either we need a general finalizer or... as now here in the PR all tests which were previously before Slack notification are dependency to finalize.... and Slack only depends on finalization... don't know if this is "good"? |
Its fine i guess under one finalisation. |
d72bc05 to
393b8e3
Compare
Backport failed to create: v3-0-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker fcacd12 v3-0-testThis should apply the commit to the v3-0-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
* Ensure K8s tests are completed before finalization * Add more tests as dependency
See #49825 (comment)