Skip to content

Commit

Permalink
Run all CI on 8 cores (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Feb 28, 2023
1 parent 4983430 commit 5632a16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
toolchain: ${{ env.nightly }}

tests:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
output.txt
tarpaulin:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -111,7 +111,7 @@ jobs:
fail_ci_if_error: false

try-runtime:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores
timeout-minutes: 50
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
autodoc:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc
publish_dir: ./target/doc
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

container_gpr:
name: Build and push docker image
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores

steps:

Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
file: './Dockerfile'
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5632a16

Please sign in to comment.