@dimberman I'm trying to figure out the simplest changes that can get this to work. So far:
- `airflow initdb` is failing. It might be easier to [install postgres in the travisci host again](https://github.com/apache/incubator-airflow/blob/c37fc0b6ba19e3fe5656ae37cef9b59cef3c29e8/.travis.yml#L28) - After this, we'll need another value for [`backend_postgres`](https://github.com/apache/incubator-airflow/blob/a9705c21f1bbd5d79cbd92dee84673b34332dab8/tox.ini#L51) (or another variable altogether) when running the k8s tests. This one should point to [localhost instead](https://github.com/apache/incubator-airflow/blob/c37fc0b6ba19e3fe5656ae37cef9b59cef3c29e8/tox.ini#L49) - The final error I see is ` kinit: command not found`, but the script keeps running after failing that one anyway. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3797 ] This message was relayed via gitbox.apache.org for [email protected]
