Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/reuse-pr-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,20 @@ on:
]
required: true
type: string
testflinger-client-id:
description: Testflinger client ID for test job
required: true
type: string
Comment thread
jpm-canonical marked this conversation as resolved.
secrets:
store-credentials:
description: Snap Store credentials for publishing PR builds
required: true
github-token:
description: GitHub token used by build pre-check and label operations
required: true
testflinger-secret-key:
description: Testflinger secret key for test job
required: true

jobs:
remove-trigger-labels:
Expand Down Expand Up @@ -122,7 +129,6 @@ jobs:
matrix:
jobs: ${{ fromJSON(inputs.test-jobs-matrix) }}
uses: canonical/inference-snaps-testing/.github/workflows/test-snap.yaml@v1
secrets: inherit
with:
job-queue: ${{ matrix.jobs.job-queue }}
provision-data: ${{ matrix.jobs.provision-data }}
Expand All @@ -137,3 +143,6 @@ jobs:
expected-tps: ${{ matrix.jobs.expected-tps }}
test-image-prompt: ${{ matrix.jobs.test-image-prompt == true}}
devmode: ${{ matrix.jobs.devmode == true }}
testflinger-client-id: ${{ inputs.testflinger-client-id }}
Comment thread
jpm-canonical marked this conversation as resolved.
secrets:
testflinger-secret-key: ${{ secrets.testflinger-secret-key }}
Loading