From 612e9001f13d2365f09489e428fe97d1c559c26d Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 3 May 2024 16:17:01 -0700 Subject: [PATCH] [Ubuntu 22.04] build precompiled driver containers for oracle flavour Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 2 +- .github/workflows/image.yaml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index 7d121d68..47ae9f08 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -85,7 +85,7 @@ trigger-pipeline: parallel: matrix: - DRIVER_BRANCH: [535, 550] - KERNEL_FLAVOR: [generic, nvidia, aws, azure] + KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle] # Define the driver versions for jobs that can be run in parallel for rhel9 .driver-versions-rhel9: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 4746ab9d..193efc6c 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -107,11 +107,12 @@ jobs: driver: - 535 - 550 - flavor: - - generic - - nvidia + flavor: - aws - azure + - generic + - nvidia + - oracle ispr: - ${{github.event_name == 'pull_request'}} exclude: @@ -121,6 +122,8 @@ jobs: flavor: aws - ispr: true flavor: nvidia + - ispr: true + flavor: oracle steps: - uses: actions/checkout@v4 name: Check out code