Skip to content

Commit

Permalink
CERTTF-327 Run proper tests (i.e. no dry run)
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 20, 2024
1 parent d66f6b0 commit 4cd7d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkbox-canary-test-inline.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 @@ -24,7 +24,7 @@ jobs:
- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
with:
dry-run: true
dry-run: false
poll: false
job: |
job_queue : ${{ matrix.queue }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checkbox-canary-test.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 Down Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Submit job
uses: canonical/testflinger/.github/actions/submit@CERTTF-327-submit-action
with:
dry-run: true
dry-run: false
poll: false
job-path: ${{ steps.create-job.outputs.job }}

0 comments on commit 4cd7d44

Please sign in to comment.