From 8595764e041078f9a86e2fbdd7680ad312fb4058 Mon Sep 17 00:00:00 2001 From: Benjamin Ramhorst Date: Thu, 24 Oct 2024 17:42:47 +0200 Subject: [PATCH] Initial attempt of integrating self-hosted runners for synthesis test --- .github/workflows/build_static.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_static.yml b/.github/workflows/build_static.yml index eec82751..ed4d64b7 100644 --- a/.github/workflows/build_static.yml +++ b/.github/workflows/build_static.yml @@ -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 @@ -32,4 +31,4 @@ jobs: with: name: bitstream-perf-local path: examples_hw/build_perf_local/bitstreams - retention-days: 5 + retention-days: 3