Skip to content

Commit

Permalink
CERTTF-327 Test new version of testflinger submit action
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 20, 2024
1 parent 5ac8404 commit 5cfac19
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/checkbox-canary-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Fling a checkbox job with Testflinger

name: Submit a checkbox job to Testflinger
on:
push:
branches: [test-action-fling-test]
workflow_dispatch:

jobs:
checkbox-canary-test:
runs-on: [self-hosted, testflinger]
runs-on: [jammy]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -37,8 +36,8 @@ jobs:
cat ${{ steps.create-job.outputs.job }}

- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-github-action-submit
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
with:
dry-run: true
poll: true
job: ${{ steps.create-job.outputs.job }}
poll: false
job_path: ${{ steps.create-job.outputs.job }}

0 comments on commit 5cfac19

Please sign in to comment.