File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,6 @@ jobs:
226226 # Convert array to JSON format and assign
227227 echo "[]" > ./matrix_values_$DIST.json
228228 printf '%s\n' "${KERNEL_VERSIONS[@]}" | jq -R . | jq -s . > ./matrix_values_$DIST.json
229- cat ./matrix_values_$DIST.json
230-
231229
232230 - name : Upload kernel matrix values as artifacts
233231 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ get_kernel_versions_to_test() {
1111
1212 kernel_versions=()
1313 for kernel_flavor in " ${KERNEL_FLAVORS[@]} " ; do
14+ # TODO remove this check once nvidia avaialble
15+ # currently for ubuntu24.04 flavor = nvidia-lowlatency
1416 if [[ " $DIST " == " ubuntu24.04" && " $kernel_flavor " == " nvidia" ]]; then
1517 kernel_flavor=" nvidia-lowlatency"
1618 fi
You can’t perform that action at this time.
0 commit comments