Skip to content

Commit

Permalink
Benchmark hexel
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddemoll committed Nov 15, 2024
1 parent 80509a1 commit dd371ae
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:

jobs:
license-check:
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
container:
image: ubuntu:22.04
options: --memory=11g
Expand All @@ -53,7 +53,7 @@ jobs:

lint:
name: Basic linting
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]

defaults:
run:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
build:
name: Build dependencies
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

generate-full-clock-control-report:
name: Generate clock control report
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
if: ${{ !cancelled() && needs.bittide-instances-hardware-in-the-loop-test-matrix.outputs.should_generate_report == 'true' }}
defaults:
run:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

bittide-experiments-tests:
name: bittide-experiments unittests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
bittide-tests:
name: Bittide tests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
rust-lints:
name: Rust Lints
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand All @@ -301,7 +301,7 @@ jobs:
firmware-support-tests:
name: Firmware Support Unit Tests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:

host-tools-tests:
name: Host Tools Unit Tests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand All @@ -355,7 +355,7 @@ jobs:

firmware-limit-checks:
name: Firmware Limit Checks
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:

bittide-instances-doctests:
name: bittide-instances doctests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand All @@ -413,7 +413,7 @@ jobs:
bittide-instances-unittests:
name: bittide-instances unittests
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
Expand All @@ -440,7 +440,7 @@ jobs:
bittide-instances-hdl-matrix:
name: bittide-instances synthesis matrix generation
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_OUTPUT"
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:

bittide-instances-hardware-in-the-loop-test-matrix:
name: bittide-instances hardware-in-the-loop test matrix generation
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_OUTPUT"
Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:

bittide-instances-hdl:
name: synth
runs-on: [self-hosted, compute]
runs-on: [self-hosted, compute, hexel]
defaults:
run:
# We leave out '--pure', as 'with_vivado.sh' relies on basic Ubuntu
Expand Down

0 comments on commit dd371ae

Please sign in to comment.