Skip to content

Commit

Permalink
CERTTF-327 test empty job
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 20, 2024
1 parent 4cd7d44 commit 25dd607
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/checkbox-canary-test-empty.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Submit a checkbox job to Testflinger
on:
push:
branches: [test-action-fling-test]
workflow_dispatch:

jobs:
checkbox-canary-test:
runs-on: [jammy]
strategy:
fail-fast: false
matrix:
include:
- checkbox_runtime: checkbox16
data_source: "distro: xenial"
checkbox_track: uc16
arch: amd64
queue: hp-elitebook-850-g7-notebook-pc

steps:
- name: Checkout checkbox monorepo
uses: actions/checkout@v4

- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
with:
dry-run: true
poll: false
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-canary-test-inline.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Submit a checkbox job to Testflinger
on:
push:
branches: [test-action-fling-test]
branches: []
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-canary-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Submit a checkbox job to Testflinger
on:
push:
branches: [test-action-fling-test]
branches: []
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 25dd607

Please sign in to comment.