From 06eb46a587c5e80b6a1684f9079c824860a4f9e0 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 19 Apr 2024 11:04:48 -0700 Subject: [PATCH] [ubuntu22.04] add R550 precompiled driver containers Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 2 +- .github/workflows/image.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.common-ci.yml b/.common-ci.yml index 97bd242b..7d121d68 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -84,7 +84,7 @@ trigger-pipeline: .driver-versions-precompiled-ubuntu22.04: parallel: matrix: - - DRIVER_BRANCH: [535] + - DRIVER_BRANCH: [535, 550] KERNEL_FLAVOR: [generic, nvidia, aws, azure] # Define the driver versions for jobs that can be run in parallel for rhel9 diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index ab870e6f..4746ab9d 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -106,6 +106,7 @@ jobs: matrix: driver: - 535 + - 550 flavor: - generic - nvidia