mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Add timeouts to our CI workflows (#2908)
This commit is contained in:
parent
b1be3347c9
commit
4c859f1ad1
17 changed files with 17 additions and 0 deletions
1
.github/workflows/Compile.yml
vendored
1
.github/workflows/Compile.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Compile & Formatting
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Docs.yml
vendored
1
.github/workflows/Docs.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Docs
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.12 App, Chain, Node, and Core Tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.12 KeyManager, Wallet, and DLC tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Linux_2.12_RPC_Tests.yml
vendored
1
.github/workflows/Linux_2.12_RPC_Tests.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.12 bitcoind, eclair, and lnd rpc tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.13 App, Chain, Node, and Core Tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.13 KeyManager, Wallet, and DLC tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
1
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.13 bitcoind, eclair, and lnd rpc tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Linux 2.13 Scala.js tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
1
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Mac 2.13 bitcoind, eclair, and lnd rpc tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Mac 2.13 Wallet, Node, and DLC tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/PostgresTests.yml
vendored
1
.github/workflows/PostgresTests.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: PostgreSQL Tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Secp_Disabled_Tests.yml
vendored
1
.github/workflows/Secp_Disabled_Tests.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Secp256k1 Disabled Core Test
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/Windows.yml
vendored
1
.github/workflows/Windows.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Windows Tests
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
|
|
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
# https://docs.docker.com/ci-cd/github-actions/
|
||||
name: CI to Docker Hub
|
||||
timeout-minutes: 60
|
||||
on:
|
||||
push:
|
||||
branches: [master, main, adaptor-dlc]
|
||||
|
|
1
.github/workflows/native.yml
vendored
1
.github/workflows/native.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
# Docs:
|
||||
# https://github.com/scalameta/sbt-native-image#generate-native-image-from-github-actions
|
||||
name: Native Image bitcoin-s-cli
|
||||
timeout-minutes: 60
|
||||
on:
|
||||
push:
|
||||
branches: [master, main, adaptor-dlc]
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Release
|
||||
timeout-minutes: 60
|
||||
on:
|
||||
push:
|
||||
branches: [master, main, adaptor-dlc]
|
||||
|
|
Loading…
Add table
Reference in a new issue