Draft
Conversation
This patch indiscriminately adds configuration and execution of jobs that match runs from last year. Please note that names match the old ones, but effects of each SPDK_TEST_* flags do not have to match just the name. Often times some tests were lumped together for simplicity, optimizing test time or just to place it anywhere if nothing else matched. Neither does 'vm' or 'phy' mean all (or even most) of the job _requires_ a specific machine. Meanwhile it can be good starting point, please note that the best indicator of not missing anything crucial is "run_test" summary. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@nutanix.com>
At some point runnning the whole autorun.sh for tests that never ran any of the SPDK code became too much. Those instead were relagated to running within containers on much larger scale, as a set of pre-tests before actual autorun.sh jobs started. For the most part tests here cover building, packaging, code formatting, etc. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@nutanix.com>
For purose of figuring out to what extent the current autorun.sh and jobs are ready for execution on GitHub - disabled cancelation of the jobs and extended timeout. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@nutanix.com>
cd71ff0 to
653c052
Compare
Closed
glimchb
reviewed
Feb 21, 2025
| @@ -54,6 +54,193 @@ steps: | |||
| mkdir -p /opt/output/nvme | |||
| output_dir=/opt/output/nvme /opt/spdk/autorun.sh /opt/configs/nvme.conf | |||
|
|
|||
Contributor
There was a problem hiding this comment.
this duplication here is pretty terrible
glimchb
reviewed
Aug 26, 2025
| - name: blobfs-phy-autotest | ||
| run: | | ||
| mkdir -p /opt/output/blobfs-phy-autotest | ||
| output_dir=/opt/output/blobfs-phy-autotest /opt/spdk/autorun.sh /opt/configs/blobfs-phy-autotest.conf |
glimchb
reviewed
Aug 26, 2025
| - name: freebsd-vm-autotest | ||
| run: | | ||
| mkdir -p /opt/output/freebsd-vm-autotest | ||
| output_dir=/opt/output/freebsd-vm-autotest /opt/spdk/autorun.sh /opt/configs/freebsd-vm-autotest.conf |
glimchb
reviewed
Aug 26, 2025
Comment on lines
+229
to
+235
| - name: check-so-deps-docker-autotest | ||
| run: | | ||
| touch empty.conf | ||
| mkdir -p /opt/output/check-so-deps-docker-autotest | ||
| output_dir=/opt/output/check-so-deps-docker-autotest rootdir=/opt/spdk source "/opt/spdk/test/common/autobuild_common.sh" "./empty.conf" | ||
| ocf_precompile | ||
| SPDK_ABI_DIR=/opt/spdk-abi check_so_deps # TODO: pull spdk-abi repo |
glimchb
reviewed
Aug 26, 2025
Comment on lines
+237
to
+242
| - name: doc-docker-autotest | ||
| run: | | ||
| touch empty.conf | ||
| mkdir -p /opt/output/doc-docker-autotest | ||
| output_dir=/opt/output/doc-docker-autotest rootdir=/opt/spdk source "/opt/spdk/test/common/autobuild_common.sh" "./empty.conf" | ||
| build_doc |
glimchb
reviewed
Aug 26, 2025
Comment on lines
+222
to
+227
| - name: check-format-docker-autotest | ||
| run: | | ||
| touch empty.conf | ||
| mkdir -p /opt/output/check-format-docker-autotest | ||
| output_dir=/opt/output/check-format-docker-autotest rootdir=/opt/spdk source "/opt/spdk/test/common/autobuild_common.sh" "./empty.conf" | ||
| CHECK_FORMAT_ONLY_DIFF=yes check_format |
glimchb
reviewed
Aug 26, 2025
Comment on lines
+214
to
+220
| - name: build-files-docker-autotest | ||
| run: | | ||
| touch empty.conf | ||
| mkdir -p /opt/output/build-files-docker-autotest | ||
| output_dir=/opt/output/build-files-docker-autotest rootdir=/opt/spdk source "/opt/spdk/test/common/autobuild_common.sh" "./empty.conf" | ||
| build_files | ||
| dpdk_pci_api |
glimchb
reviewed
Aug 26, 2025
Comment on lines
+206
to
+212
| - name: unittest-main-docker-autotest | ||
| run: | | ||
| mkdir -p /opt/output/unittest-main-docker-autotest | ||
| output_dir=/opt/output/unittest-main-docker-autotest rootdir=/opt/spdk source "/opt/spdk/test/common/autobuild_common.sh" "/opt/configs/unittest-main-docker-autotest.conf" | ||
| ocf_precompile | ||
| unittest_build | ||
| /opt/spdk/test/unit/unittest.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.