Skip to content

ci: fixing nvmf-tcp-vm-autotest by adding missing xxd #107

ci: fixing nvmf-tcp-vm-autotest by adding missing xxd

ci: fixing nvmf-tcp-vm-autotest by adding missing xxd #107

---
name: SPDK per-patch tests
on:
pull_request:
workflow_dispatch:
repository_dispatch:
types:
- per-patch-event
jobs:
common-tests:
uses: ./.github/workflows/spdk-common-tests.yml
with:
# "Client payload" is all of the information Gerrit webhooks sends out.
client_payload: ${{ toJson(github.event.client_payload) }}
secrets: inherit
# Add more jobs below if needed.