Skip to content

Enable all jobs #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
36 changes: 35 additions & 1 deletion .github/workflows/per_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,49 @@ jobs:
autorun:
needs: get_qcow
runs-on: ubuntu-latest
timeout-minutes: 35
timeout-minutes: 60
env:
REPOSITORY_TARBALL_PATH: ${{ github.workspace }}/repository.tar.gz
CI_CFGS_REPOSITORY_PATH: ${{ github.workspace }}/ci/cijoe/configs/autorun_configs
strategy:
fail-fast: false
matrix:
workflow:
- autorun_unittest
- autorun_nvme
- autobuild-external-vm-autotest
- blobfs-phy-autotest
- crypto-phy-autotest
- freebsd-vm-autotest
- iscsi-uring-vm-autotest
- iscsi-vm-autotest
- lvol-vm-autotest
- nvme-cmb-pmr-vm-autotest
- nvme-phy-autotest
- nvme-vm-autotest
- nvmf-phy-autotest
- nvmf-tcp-phy-autotest
- nvmf-tcp-uring-vm-autotest
- nvmf-tcp-vm-autotest
- rocky9-vm-autotest
- short-fuzz-phy-autotest
- ubuntu22-vm-autotest
- ubuntu24-vg-autotest
- vfio-user-phy-autotest
- vhost-initiator-vm-autotest
- vhost-phy-autotest
- zns-vm-autotest
- packaging-docker-autotest
- release-build-clang-docker-autotest
- release-build-main-docker-autotest
- scan-build-docker-autotest
- unittest-valgrind-docker-autotest
- unittest-clang-docker-autotest
- unittest-main-docker-autotest
- build-files-docker-autotest
- check-format-docker-autotest
- check-so-deps-docker-autotest
- doc-docker-autotest
container:
image: ghcr.io/refenv/cijoe-docker:v0.9.50
options: --device=/dev/kvm
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Matches autobuild-external-vg-autotest
SPDK_TEST_AUTOBUILD=ext
EXTERNAL_MAKE_HUGEMEM=2048
5 changes: 5 additions & 0 deletions cijoe/configs/autorun_configs/blobfs-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Matches BlobFS-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_BLOBFS=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
9 changes: 9 additions & 0 deletions cijoe/configs/autorun_configs/crypto-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Matches crypto-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_ISAL=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_RUN_UBSAN=1
SPDK_TEST_ACCEL=1
7 changes: 7 additions & 0 deletions cijoe/configs/autorun_configs/freebsd-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Matches freebsd-vg-autotest
SPDK_TEST_UNITTEST=1
SPDK_RUN_VALGRIND=0
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_RELEASE_BUILD=1
5 changes: 5 additions & 0 deletions cijoe/configs/autorun_configs/iscsi-uring-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Matches iscsi-uring-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_ISCSI=1
SPDK_TEST_URING=1
SPDK_RUN_UBSAN=1
6 changes: 6 additions & 0 deletions cijoe/configs/autorun_configs/iscsi-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Matches iscsi-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_ISCSI_INITIATOR=1
SPDK_TEST_ISCSI=1
SPDK_TEST_RBD=1
SPDK_RUN_UBSAN=1
6 changes: 6 additions & 0 deletions cijoe/configs/autorun_configs/lvol-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Matches lvol-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_LVOL=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_ACCEL=1
6 changes: 6 additions & 0 deletions cijoe/configs/autorun_configs/nvme-cmb-pmg-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Matches nvme-cmb-pmr-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_NVME_CMB=1
SPDK_TEST_NVME_PMR=1
SPDK_TEST_NO_MULTI=1
11 changes: 11 additions & 0 deletions cijoe/configs/autorun_configs/nvme-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Matches nvme-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_IOAT=1
SPDK_TEST_NVME=1
SPDK_TEST_NVME_CLI=1
SPDK_TEST_OCF=1
SPDK_RUN_UBSAN=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_SCHEDULER=1
SPDK_TEST_ACCEL=1
SPDK_TEST_NVME_INTERRUPT=1
9 changes: 9 additions & 0 deletions cijoe/configs/autorun_configs/nvme-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Matches nvme-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_FTL=1
SPDK_TEST_ISAL=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_XNVME=1
SPDK_TEST_NVME_FDP=1
7 changes: 7 additions & 0 deletions cijoe/configs/autorun_configs/nvmf-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Matches nvmf-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVMF=1
SPDK_TEST_NVME_CLI=1
SPDK_TEST_NVMF_NICS=mlx5
SPDK_RUN_UBSAN=1
NET_TYPE=phy
9 changes: 9 additions & 0 deletions cijoe/configs/autorun_configs/nvmf-tcp-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Matches nvmf-tcp-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVMF=1
SPDK_TEST_NVME_CLI=1
SPDK_TEST_NVMF_TRANSPORT=tcp
SPDK_TEST_NVMF_NICS=e810
SPDK_TEST_VFIOUSER=1
SPDK_RUN_UBSAN=1
NET_TYPE=phy
8 changes: 8 additions & 0 deletions cijoe/configs/autorun_configs/nvmf-tcp-uring-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Matches nvmf-tcp-uring-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVMF=1
SPDK_TEST_NVMF_TRANSPORT=tcp
SPDK_TEST_URING=1
SPDK_TEST_USDT=1
SPDK_RUN_UBSAN=1
NET_TYPE=virt
9 changes: 9 additions & 0 deletions cijoe/configs/autorun_configs/nvmf-tcp-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Matches nvmf-tcp-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVMF=1
SPDK_TEST_NVMF_TRANSPORT=tcp
SPDK_TEST_USDT=1
SPDK_TEST_NVMF_MDNS=1
SPDK_RUN_UBSAN=1
NET_TYPE=virt
SPDK_JSONRPC_GO_CLIENT=1
2 changes: 2 additions & 0 deletions cijoe/configs/autorun_configs/packaging-docker-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Matches packaging-docker-autotest
SPDK_TEST_RELEASE_BUILD=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Matches release-build-clang-docker-autotest
SPDK_TEST_UNITTEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_PMDK=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_XNVME=1
SPDK_TEST_RELEASE_BUILD=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Matches release-build-main-docker-autotest
SPDK_TEST_UNITTEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_PMDK=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_XNVME=1
SPDK_TEST_RELEASE_BUILD=1
8 changes: 8 additions & 0 deletions cijoe/configs/autorun_configs/rocky9-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Matches rocky9-vg-autotest
SPDK_TEST_UNITTEST=1
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_DAOS=1
SPDK_RUN_ASAN=1
SPDK_TEST_USE_IGB_UIO=1
SPDK_TEST_RELEASE_BUILD=1
19 changes: 19 additions & 0 deletions cijoe/configs/autorun_configs/scan-build-docker-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Matches scan-build-docker-autotest
SPDK_TEST_SCANBUILD=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_DAOS=0
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_XNVME=1
6 changes: 6 additions & 0 deletions cijoe/configs/autorun_configs/short-fuzz-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Matches short-fuzz-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_FUZZER_SHORT=1
SPDK_TEST_FUZZER=1
SPDK_TEST_SETUP=1
SPDK_RUN_UBSAN=1
7 changes: 7 additions & 0 deletions cijoe/configs/autorun_configs/ubuntu22-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Matches ubuntu22-vg-autotest
SPDK_TEST_UNITTEST=1
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_BLOCKDEV=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
7 changes: 7 additions & 0 deletions cijoe/configs/autorun_configs/ubuntu24-vg-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Matches ubuntu24-vg-autotest
SPDK_TEST_UNITTEST=1
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_BLOCKDEV=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
20 changes: 20 additions & 0 deletions cijoe/configs/autorun_configs/unittest-clang-docker-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Matches unittest-clang-docker-autotest
SPDK_RUN_VALGRIND=0
SPDK_TEST_UNITTEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_DAOS=0
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_XNVME=1
20 changes: 20 additions & 0 deletions cijoe/configs/autorun_configs/unittest-main-docker-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Matches unittest-main-docker-autotest
SPDK_RUN_VALGRIND=0
SPDK_TEST_UNITTEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_DAOS=0
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_XNVME=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Matches unittest-valgrind-docker-autotest
SPDK_RUN_VALGRIND=1
SPDK_TEST_UNITTEST=1
SPDK_TEST_BLOCKDEV=1
SPDK_TEST_ISAL=1
SPDK_TEST_REDUCE=1
SPDK_TEST_VBDEV_COMPRESS=1
SPDK_TEST_CRYPTO=1
SPDK_TEST_FTL=1
SPDK_TEST_OCF=1
SPDK_TEST_RAID=1
SPDK_TEST_RBD=1
SPDK_TEST_URING=1
SPDK_TEST_NVME_CUSE=1
SPDK_TEST_BLOBFS=1
SPDK_TEST_VFIOUSER=1
SPDK_TEST_DAOS=0
SPDK_RUN_ASAN=0
SPDK_RUN_UBSAN=1
SPDK_TEST_XNVME=1
6 changes: 6 additions & 0 deletions cijoe/configs/autorun_configs/vfio-user-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Matches vfio-user-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_VFIOUSER_QEMU=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
SPDK_TEST_SMA=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Matches vhost-initiator-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_VHOST_INIT=1
SPDK_TEST_SETUP=1
SPDK_RUN_UBSAN=1
5 changes: 5 additions & 0 deletions cijoe/configs/autorun_configs/vhost-phy-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Matches vhost-phy-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_VHOST=1
SPDK_RUN_ASAN=1
SPDK_RUN_UBSAN=1
5 changes: 5 additions & 0 deletions cijoe/configs/autorun_configs/zns-vm-autotest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Matches zns-vg-autotest
SPDK_RUN_FUNCTIONAL_TEST=1
SPDK_TEST_NVME=1
SPDK_TEST_NO_MULTI=1
SPDK_TEST_NVME_ZNS=1
Loading
Loading