forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use production image for k8s tests (apache#9038)
* Use production image for k8s tests The CI image has become too large to load into KinD, it also only really makes sense to use the production image for integration tests * nit Co-authored-by: Daniel Imberman <[email protected]> (cherry picked from commit e4d811d)
- Loading branch information
1 parent
28cbbbf
commit a7163d3
Showing
15 changed files
with
220 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,6 @@ | |
|
||
set -x | ||
|
||
cd /opt/airflow/airflow && \ | ||
cp -R example_dags/* /root/airflow/dags/ && \ | ||
cp -R contrib/example_dags/example_kubernetes_*.py /root/airflow/dags/ && \ | ||
cp -a contrib/example_dags/libs /root/airflow/dags/ && \ | ||
cd /opt/airflow && \ | ||
airflow initdb && \ | ||
alembic upgrade heads && \ | ||
(airflow create_user -u airflow -l airflow -f jon -e [email protected] -r Admin -p airflow || true) && \ | ||
echo "retrieved from mount" > /root/test_volume/test.txt | ||
(airflow create_user -u airflow -l airflow -f jon -e [email protected] -r Admin -p airflow || true) |
Empty file.
Oops, something went wrong.