From 2b1a2b3a0e3007239c0bbda782f5bde46c6782e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Mon, 9 Oct 2023 13:07:24 +0200 Subject: [PATCH] nvidia: update compatibility matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent GitHub Actions results show that the latest beta release of Flatcar Linux is no longer compatible with NVIDIA 470.103.01. We can now documents a range of compatible versions for that version of NVIDIA and eliminate that row from the CI matrix. Signed-off-by: Lucas Servén Marín --- .github/workflows/ci.yml | 3 --- nvidia/README.md | 11 +++++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 997bbe5..3d7dbeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,6 @@ jobs: - module: nvidia version: 470.103.01 group: stable - - module: nvidia - version: 470.103.01 - group: beta runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/nvidia/README.md b/nvidia/README.md index 8a10dcc..770d6f7 100644 --- a/nvidia/README.md +++ b/nvidia/README.md @@ -105,13 +105,16 @@ kubectl describe node ## Compatibility Matrix -Here we list combinations of Flatcar Linux, Linux kernel and Nvidia versions for -which it is known that the Nvidia modules build successfully using modulus. This -table was created in response to Nvidia modules [failing to build on recent +Here we list combinations of Flatcar Linux, Linux kernel and NVIDIA versions for +which it is known that the NVIDIA modules build successfully using modulus. This +table was created in response to NVIDIA modules [failing to build on recent versions of Flatcar Linux in the past](https://github.com/squat/modulus/issues/18): -| Flatcar | Kernel | Nvidia | +| Flatcar | Kernel | NVIDIA | |-|-|-| | 2605.12.0 | 5.4.92 | 440.64 | +| 3510.2.8 | 5.15.129 | 470.103.01 | +| 3602.1.6 | 5.15.132 | 470.103.01 | | 3510.2.7 | 5.15.125 | 535.104.05 | +| 3745.0.0 | 6.1.55 | 535.104.05 |