mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +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
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 New Issue
Block a user