Skip to content

Commit

Permalink
point to CERTTF-327-github-action-submit
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 20, 2024
1 parent 25dd607 commit 38219dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkbox-canary-test-empty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
checkbox-canary-test:
runs-on: [jammy]
runs-on: [self-hosted, testflinger]
strategy:
fail-fast: false
matrix:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-github-action-submit
with:
dry-run: true
poll: false
6 changes: 3 additions & 3 deletions .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: []
branches: [test-action-fling-test]
workflow_dispatch:

jobs:
Expand All @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v4

- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-github-action-submit
with:
dry-run: false
dry-run: true
poll: false
job: |
job_queue : ${{ matrix.queue }}
Expand Down
6 changes: 3 additions & 3 deletions .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: []
branches: [test-action-fling-test]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
cat ${{ steps.create-job.outputs.job }}

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

0 comments on commit 38219dd

Please sign in to comment.