Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

test-suite:
name: Run Platform Test Suite
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 30
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

test-suite-browsers:
name: Run Platform Test Suite in Browsers
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 30
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
lint:
name: Linting
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

test:
name: Tests
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 30
if: ${{ !inputs.skip-tests }}
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
release-npm:
name: Release NPM packages
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
if: github.event_name != 'workflow_dispatch'
env:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

release-drive-docker-image:
name: Release Drive to Docker Hub
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 120
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

release-dapi-docker-image:
name: Release DAPI to Docker Hub
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 120
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:

release-test-suite-docker-image:
name: Release Test Suite to Docker Hub
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 120
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:

release-dashmate-helper-docker-image:
name: Release Dashmate helper to Docker Hub
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 60
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
lint:
name: Linting
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

compile:
name: Compilation errors
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

test:
name: Tests
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rs-drive-abci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

docker:
name: Docker
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 180 # ARM build can take forever
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rs-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
feature-compilation:
name: Feature compilation errors
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-dpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

wasm-errors:
name: WASM compilation
runs-on: self-hosted
runs-on: ubuntu-22.04
timeout-minutes: 15
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down