kppullin commented on issue #4247: [AIRFLOW-3402] Support global k8s affinity and toleration configs URL: https://github.com/apache/incubator-airflow/pull/4247#issuecomment-443800172 @Fokko - Thanks for the heads up on the CI failures! I believe the referenced `sla_miss` failures were a red herring, with the actual errors being flake8 issues (my fault) and an existing python2 compatibility issue exposed by the new tests (lack of the `dict.copy` function). I then broke things more with my first attempt at fixing the python2 issue, since I thought the affected data structure was a list. CI went green once I switched the logic to handle a dict.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
