Skip to content

Commit

Permalink
Testing self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
spmcmillan committed Aug 15, 2024
1 parent 6ad4df9 commit 9b2cedb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/testflinger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Submit a test job to Testflinger
on:
push:
branches: [self-hosted-test-flinger-test]
workflow_dispatch:
jobs:
testflinger-submit:
runs-on: [self-hosted, testflinger]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Submit job
uses: canonical/testflinger/.github/actions/submit@main
with:
poll: true
job: |
job_queue: hp-elitebook-850-g7-notebook-pc
test_data:
test_cmds: |
#!/usr/bin/env bash
set -x
ls -alR

0 comments on commit 9b2cedb

Please sign in to comment.