Skip to content

Commit

Permalink
Initial attempt of integrating self-hosted runners for synthesis test
Browse files Browse the repository at this point in the history
  • Loading branch information
bo3z committed Oct 24, 2024
1 parent ccbfd43 commit 8595764
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
branches:
- master

workflow_dispatch:

jobs:

build_perf_local:
runs-on: self-hosted
environment: fpga-synth
runs-on: [self-hosted, iks-synth]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,4 +31,4 @@ jobs:
with:
name: bitstream-perf-local
path: examples_hw/build_perf_local/bitstreams
retention-days: 5
retention-days: 3

0 comments on commit 8595764

Please sign in to comment.