You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/05 06:19:27 UTC

[GitHub] [airflow] mrshu commented on issue #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name

mrshu commented on issue #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name
URL: https://github.com/apache/airflow/pull/5879#issuecomment-528215885
 
 
   Thanks @ashb, I've added a few lines to `UPDATING.md` -- once the tests pass (which they should momentarily), this should be good to go.
   
   Note that the `AWS_DEFAULT_REGION` env variables that are exported before execution of tests now inherit from the shell they are being executed in (e.g. when `AWS_DEFAULT_REGION` is already exported, the value will be reused, otherwise `us-east-1` will be used).
   
   The tests seem to be failing here sporadically, but mostly because the `docker run -i --rm -v /home/travis/build/apache/airflow/scripts/ci/kubernetes/minikube:/build ubuntu:14.04` step does not produce any output in 10 minutes. Would you mind advising me how to deal with that?
   
   Thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services