Skip to content

Commit 35e5e60

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 6482279 commit 35e5e60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/precompiled.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
4747
4848
# get kernel flavors
49-
KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
50-
# KERNEL_FLAVORS=("generic")
49+
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
50+
KERNEL_FLAVORS=("oracle")
5151
kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
5252
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5353
5454
# get ubuntu distributions
55-
DIST=("ubuntu22.04" "ubuntu24.04")
56-
# DIST=("ubuntu22.04")
55+
# DIST=("ubuntu22.04" "ubuntu24.04")
56+
DIST=("ubuntu24.04")
5757
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
5858
echo "dist=$dist_json" >> $GITHUB_OUTPUT
5959

0 commit comments

Comments
 (0)