Skip to content

Commit

Permalink
ubuntu24.04 precompile image support
Browse files Browse the repository at this point in the history
  • Loading branch information
shivakunv committed Nov 26, 2024
1 parent e670081 commit aa64524
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
# get kernel flavors
KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
KERNEL_FLAVORS=("azure" "generic")
kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -314,12 +315,12 @@ jobs:
# step added to skip azure e2e tests and publish the image
# FIXME -- remove step once azure kernel upgrade starts working
# - name: Skip azure e2e
# run: |
# if [[ "${KERNEL_VERSION}" == *-azure ]]; then
# echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
# exit 0
# fi
- name: Skip azure e2e
run: |
if [[ "${KERNEL_VERSION}" == *-azure ]]; then
echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
exit 0
fi
- name: Install GitHub CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ include:
.image-build-ubuntu24.04:
# Perform for each DRIVER_VERSION
extends:
- .driver-versions
- .driver-versions-ubuntu24.04
- .image-build-generic
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
Expand Down
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ sign:ngc-ubuntu-rhel-rhcos:
matrix:
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["24.04"]
DRIVER_VERSION: ["550.127.05"]
DRIVER_VERSION: ["550.127.08"]
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["22.04"]
DRIVER_VERSION: ["535.216.03", "550.127.08"]
Expand Down

0 comments on commit aa64524

Please sign in to comment.