Skip to content

Commit

Permalink
adding warning about not using 'self-hosted' runner labels and using …
Browse files Browse the repository at this point in the history
…Github runners instead
  • Loading branch information
jaimemcc-intel committed Jun 28, 2024
1 parent af4b34e commit 475f50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Tests can be run against physical CPUs through GitHub Actions. To have tests run

### runs-on

#### NOTE: These BKMs were written to work with CI infrastructure that is no longer in place. To use the Github runners (ubuntu-22.04 / ubuntu-latest), skip the 'runs-on' section.

The CI needs to be written to target the CPU Github Action runner. The jobs that need to run on CPU should use the hardware runner's labels:
```yaml
jobs:
Expand Down

0 comments on commit 475f50a

Please sign in to comment.