Skip to content

Commit

Permalink
Test noble runners
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jun 28, 2024
1 parent 144d989 commit d314eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
workflow_dispatch:

jobs:
self-hosted-noble:
name: self-hosted noble test
runs-on: [self-hosted, X64, noble, noble-test]
steps:
- run: lsb_release -a
- run: groups
# self-host-stg:
# name: self-hosted stg test
# runs-on: [self-hosted, ARM64, test-arm]
Expand Down

0 comments on commit d314eb8

Please sign in to comment.