Skip to content

Commit

Permalink
Merge pull request #736 from salvis2/aws-timeout-fix
Browse files Browse the repository at this point in the history
Up timeout to 1200 and update hubploy
  • Loading branch information
salvis2 authored Sep 17, 2020
2 parents c5f0846 + 1647008 commit 463f6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ jobs:
- run:
name: Deploy aws-uswest2.pangeo.io
when: always
no_output_timeout: 1200
command: |
hubploy deploy icesat2 pangeo-deploy ${CIRCLE_BRANCH} --cleanup-on-fail
hubploy deploy icesat2 pangeo-deploy ${CIRCLE_BRANCH} --timeout 1200s --cleanup-on-fail
- run:
name: Revert to Original EKS IP Whitelist
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/yuvipanda/hubploy@d619b2da6cae00c1b14b05b176fb66a5413eb01f
git+https://github.com/yuvipanda/hubploy@6742809fc1d8676859fe5442478c95c41c7ad050
jupyter-repo2docker>=0.10.0
pygithub
azure-cli
Expand Down

0 comments on commit 463f6b8

Please sign in to comment.