Skip to content

Commit

Permalink
Update timeouts for slow runners, remove empty jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aqk authored and justinengland committed Mar 25, 2021
1 parent 1c4c1d1 commit ab8931c
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 402 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/build-test-macos-core-full_node-dos.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: MacOS core-full_node-full_sync Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-macos-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: MacOS simulation Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
93 changes: 0 additions & 93 deletions .github/workflows/build-test-macos-util.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-macos-wallet-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: MacOS wallet-sync Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/build-test-ubuntu-core-full_node-dos.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: Ubuntu core-full_node-full_sync Test
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: Ubuntu simulation Test
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
Loading

0 comments on commit ab8931c

Please sign in to comment.