Added Rocky Linux 8 as a new supported OS (CI) Fedora 35 has been deployed to all VM-hosts and used instead of Fedora 34 as a default image. Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I91926b442b188e9bf7cee32e5b957862c5ca878f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13563 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
71 lines
1.5 KiB
Markdown
71 lines
1.5 KiB
Markdown
# distributions {#distributions}
|
|
|
|
## In this document {#distros_toc}
|
|
|
|
* @ref distros_overview
|
|
* @ref linux_list
|
|
* @ref freebsd_list
|
|
|
|
## Overview {#distros_overview}
|
|
|
|
CI pool uses different flavors of `Linux` and `FreeBSD` distributions which are
|
|
used as a base for all the tests run against submitted patches. Below is the
|
|
listing which covers all currently supported versions and the related CI
|
|
jobs (see [status](https://ci.spdk.io) as a reference).
|
|
|
|
## Linux distributions {#linux_list}
|
|
|
|
* Fedora: Trying to follow new release as per the release cycle whenever
|
|
possible. Currently at `Fedora35`.
|
|
|
|
```list
|
|
- autobuild-vg-autotest
|
|
- clang-vg-autotest
|
|
- iscsi*-vg-autotest
|
|
- nvme-vg-autotest
|
|
- nvmf*-vg-autotest
|
|
- scanbuild-vg-autotest
|
|
- unittest-vg-autotest
|
|
- vhost-initiator-vg-autotest
|
|
```
|
|
|
|
Jobs listed below are run on bare-metal systems where version of
|
|
Fedora may vary. In the future these will be aligned with the
|
|
`vg` jobs.
|
|
|
|
```list
|
|
- BlobFS-autotest
|
|
- crypto-autotest
|
|
- nvme-phy-autotest
|
|
- nvmf*-phy-autotest
|
|
- vhost-autotest
|
|
```
|
|
|
|
* Ubuntu: Last two LTS releases. Currently `18.04` and `20.04`.
|
|
|
|
```list
|
|
- ubuntu18-vg-autotest
|
|
- ubuntu20-vg-autotest
|
|
```
|
|
|
|
* CentOS: Maintained releases. Currently `7.9` and `8.2`.
|
|
|
|
```list
|
|
- centos7-vg-autotest
|
|
- centos8-vg-autotest
|
|
```
|
|
|
|
* Rocky Linux: Last release. Currently `8.6`.
|
|
|
|
```list
|
|
- rocky8-vg-autotest
|
|
```
|
|
|
|
## FreeBSD distributions {#freebsd_list}
|
|
|
|
* FreeBSD: Production release. Currently `12.2`.
|
|
|
|
```list
|
|
- freebsd-vg-autotest
|
|
```
|