Skip to content

Commit

Permalink
[AIRFLOW-7013] Automated check if Breeze image needs to be pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Mar 10, 2020
1 parent fcfc2aa commit 115badc
Show file tree
Hide file tree
Showing 8 changed files with 212 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Setup/version configuration
!setup.cfg
!setup.py

!manifests
# Now - ignore unnecessary files inside allowed directories
# This goes after the allowed directories

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:
- MOUNT_LOCAL_SOURCES="false"
- MOUNT_HOST_AIRFLOW_VOLUME="true"
- FORCE_ANSWER_TO_QUESTIONS="yes"
- SKIP_CHECK_REMOTE_IMAGE="true"
- VERBOSE="true"
- CI="true"
python: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion breeze
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ function run_breeze_command {
;;
build_ci_images_only)
if [[ ${PUSH_IMAGES} == "true" ]]; then
push_ci_image
push_image
fi
;;
cleanup_images)
Expand Down
4 changes: 2 additions & 2 deletions breeze-complete
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ s x r
l a:
v y n q f
F P C L
D: R:
D: R: -u
"

_BREEZE_LONG_OPTIONS="
Expand All @@ -82,7 +82,7 @@ kind-cluster-start kind-cluster-stop kind-cluster-recreate
skip-mounting-local-sources install-airflow-version:
verbose assume-yes assume-no assume-quit forward-credentials
force-build-images force-pull-images force-clean-images use-local-cache
dockerhub-user: dockerhub-repo:
dockerhub-user: dockerhub-repo: push-images
"

export BREEZE_COMMANDS="
Expand Down
1 change: 1 addition & 0 deletions manifests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json
Loading

0 comments on commit 115badc

Please sign in to comment.