potiuk opened a new issue #13315: URL: https://github.com/apache/airflow/issues/13315
As discussed in https://github.com/apache/airflow/pull/13308#issuecomment-751251261 we would like to add more verification for ifeatures of airflow production image. We run already 'verify image' step so we can run quite a more number of those veification in `ci_verify_prod_image.sh` for example to test ldap we could run: ``` docker --rm ${AIRFLOW_PROD_IMAGE} 'python' 'import ldap' ``` The following features should be tested: - [ ] async - [ ] amazon - [ ] celery - [ ] cncf.kubernetes - [ ] docker - [ ] dask - [ ] elasticsearch - [ ] ftp - [ ] grpc - [ ] hashicorp - [ ] http - [ ] ldap - [ ] google - [ ] microsoft.azure - [ ] mysql,postgres - [ ] redis,sendgrid - [ ] sftp,slack - [ ] ssh,statsd - [ ] virtualenv ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
