Skip to content

Commit

Permalink
Merge pull request #13 from shaneknapp/add-build-timeouts
Browse files Browse the repository at this point in the history
 add 90m timeouts to build workflows
  • Loading branch information
shaneknapp authored Nov 13, 2024
2 parents 8895354 + 11c7d6a commit af11912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-push-create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
timeout-minutes: 90
env:
DOCKER_CONFIG: $HOME/.docker
IMAGE: ${{ vars.IMAGE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
test-build:
runs-on: ubuntu-latest
timeout-minutes: 90
env:
DOCKER_CONFIG: $HOME/.docker
steps:
Expand Down Expand Up @@ -36,7 +37,6 @@ jobs:
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2024.07.0
REPO_DIR: /srv/repo
NO_PUSH: true
APPENDIX_FILE: Dockerfile.appendix

# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
Expand Down

0 comments on commit af11912

Please sign in to comment.