Skip to content

Commit

Permalink
bfasst label for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Sep 27, 2024
1 parent 3ddfb7d commit 42dd941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Build a matrix run of all experiments generated in previous job
run-test:
needs: collect-experiments
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, bfasst]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
build/**/*.log
unittest:
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, bfasst]
steps:
- name: 'Cleanup build folder'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weeklytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run-tests:
needs: collect-tests
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, bfasst]
strategy:
matrix:
experiment: ${{ fromJson(needs.collect-tests.outputs.matrix) }}
Expand Down

0 comments on commit 42dd941

Please sign in to comment.