Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-2952] Fix Kubernetes CI #3957

Merged
merged 1 commit into from
Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions airflow/example_dags_kubernetes/example_kubernetes_annotation.py

This file was deleted.

5 changes: 3 additions & 2 deletions scripts/ci/kubernetes/docker/airflow-test-env-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
# under the License.

cd /usr/local/lib/python2.7/dist-packages/airflow && \
cp -R example_dags_kubernetes/* /root/airflow/dags/ && \
cp -R example_dags/* /root/airflow/dags/ && \
cp -R contrib/example_dags/example_kubernetes_*.py /root/airflow/dags/ && \
airflow initdb && \
alembic upgrade heads && \
(airflow create_user -u airflow -l airflow -f jon -e airflow@apache.org -r Admin -p airflow || true) && \
(airflow users --create --username airflow --lastname airflow --firstname jon --email airflow@apache.org --role Admin --password airflow || true) && \
echo "retrieved from mount" > /root/test_volume/test.txt