Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/nvmf-rdma.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: nvmf-rdma-test
name: SPDK per-patch HPE NVMe-oF RDMA tests

on:
workflow_dispatch:
Expand All @@ -17,16 +17,16 @@ on:
default: ''

jobs:
hpe-nvmf-rdma:
nvmf-rdma-phy-autotest:
runs-on: [hpe-rdma-vm]
env:
gerrit_ref: ${{ inputs.client_payload != '' && fromJson(inputs.client_payload).patchSet.ref || inputs.gerrit_ref }}
spdk_path: './spdk'
steps:
# Required to use locally defined actions
- name: Checkout the spdk-ci repo locally
uses: actions/checkout@v4
- name: Checkout SPDK repo from Gerrit
uses: actions/checkout@v4.1.7
- name: Prepare SPDK repo by checking out from Gerrit
uses: ./.github/actions/checkout_gerrit
with:
gerrit_ref: ${{ env.gerrit_ref }}
Expand All @@ -48,4 +48,4 @@ jobs:
if: always()
with:
path: ./output
name: nvmf-rdma-vm_artifacts
name: hpe-job-nvmf-rdma-phy-autotest
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Download artifact tarballs
uses: actions/download-artifact@v4.1.8
with:
pattern: 'common-job-*'
pattern: '*-job-*-autotest'
path: ./_autorun_summary

- name: Untar the SPDK repo
Expand Down
Loading