Skip to content

Commit

Permalink
👷(all) bump CI machines to large and increase no-output timeout
Browse files Browse the repository at this point in the history
The "npm install" instruction were hanging and eventually timed out.
  • Loading branch information
sampaccoud committed May 31, 2022
1 parent 1eedbd2 commit 29dc9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version: 2
defaults: &defaults
machine:
image: ubuntu-2004:202111-02
resource_class: large
working_directory: ~/fun

build_steps: &build_steps
Expand Down Expand Up @@ -46,6 +47,7 @@ build_steps: &build_steps
command: |
source $(bin/ci activate_path)
make build
no_output_timeout: 30m

# Development image build. It uses the "development" Dockerfile target
# file
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:
command: |
source $(bin/ci activate_path)
make build
no_output_timeout: 30m

# Tag images with our DockerHub namespace (fundocker/), and list images to
# check that they have been properly tagged.
Expand Down
3 changes: 3 additions & 0 deletions .circleci/src/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 2
defaults: &defaults
machine:
image: ubuntu-2004:202111-02
resource_class: large
working_directory: ~/fun

build_steps: &build_steps
Expand Down Expand Up @@ -42,6 +43,7 @@ build_steps: &build_steps
command: |
source $(bin/ci activate_path)
make build
no_output_timeout: 30m

# Development image build. It uses the "development" Dockerfile target
# file
Expand Down Expand Up @@ -181,6 +183,7 @@ jobs:
command: |
source $(bin/ci activate_path)
make build
no_output_timeout: 30m

# Tag images with our DockerHub namespace (fundocker/), and list images to
# check that they have been properly tagged.
Expand Down

0 comments on commit 29dc9e3

Please sign in to comment.