Skip to content

Commit

Permalink
Merge pull request #214 from canonical/CERTTF-330-testflinger-runner-poc
Browse files Browse the repository at this point in the history
[CERTTF-330] Add test workflow for Testflinger-enabled runner
  • Loading branch information
tomponline authored Jun 27, 2024
2 parents f0c6d48 + 98acc96 commit 00a600b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/testflinger-submit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Submit a test job to Testflinger
on:
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 00a600b

Please sign in to comment.