mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
increase the CI timeout to install Docker on macOS (#7430)
in #7399 we reduced the timeout to 10 minutes, however there are multiple timing out and failing on main on the install docker step.
This commit is contained in:
parent
e64dd73b54
commit
3d75ddcdc2
4 changed files with 4 additions and 4 deletions
2
.github/workflows/fleet-and-orbit.yml
vendored
2
.github/workflows/fleet-and-orbit.yml
vendored
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
|
||||
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
|
||||
- name: Install Docker
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
|
||||
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
|
||||
- name: Install Docker
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb
|
||||
|
|
|
|||
2
.github/workflows/fleetctl-preview.yml
vendored
2
.github/workflows/fleetctl-preview.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
|
||||
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
|
||||
- name: Install Docker
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
if: contains(matrix.os, 'macos')
|
||||
run: |
|
||||
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb
|
||||
|
|
|
|||
2
.github/workflows/test-packaging.yml
vendored
2
.github/workflows/test-packaging.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
|
||||
# FIXME: lock Docker version to 4.10.0 as newer versions fail to initialize
|
||||
- name: Install Docker
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/c65030146a5cf2070c2499b6c68e2c3495c99731/Casks/docker.rb > docker.rb
|
||||
|
|
|
|||
Loading…
Reference in a new issue