Skip to content

Commit 3447b5f

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent b12d49d commit 3447b5f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/scripts/ci-precompiled-helpers.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ get_kernel_versions_to_test() {
1313
for kernel_flavor in "${KERNEL_FLAVORS[@]}"; do
1414
for DRIVER_BRANCH in "${DRIVER_BRANCHES[@]}"; do
1515
source ./tests/scripts/findkernelversion.sh "$BASE_TARGET" "${kernel_flavor}" "$DRIVER_BRANCH" "$DIST" >&2
16-
echo -e "SHIVA1 == $KERNEL_VERSION"
16+
# echo -e "SHIVA1 == $KERNEL_VERSION"
1717
if [[ "$should_continue" == true ]]; then
1818
break
1919
fi
2020
done
2121
if [[ "$should_continue" == true ]]; then
22-
echo -e "SHIVA3 == $KERNEL_VERSION"
22+
# echo -e "SHIVA3 == $KERNEL_VERSION"
2323
KERNEL_VERSION=$(echo "$KERNEL_VERSION" | tr -d ' \n')
24-
echo -e "SHIVA4 == $KERNEL_VERSION"
24+
# echo -e "SHIVA4 == $KERNEL_VERSION"
2525
kernel_versions+=("$KERNEL_VERSION")
2626
fi
2727
done
28-
echo -e "SHIVA5 == ${kernel_versions[@]}"
28+
# echo -e "SHIVA5 == ${kernel_versions[@]}"
2929
echo "${kernel_versions[@]}"
3030
}

tests/scripts/findkernelversion.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ else
3535
rm -f $artifact.tar
3636
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt)
3737
rm -f kernel_version.txt
38-
export should_continue=true
39-
echo "SHIVA == $KERNEL_VERSION"
38+
# export should_continue=true
39+
# echo "SHIVA == $KERNEL_VERSION"
4040
break
4141
fi
4242
done
4343
# no need to check further for 1st release
44-
exit 0
44+
# exit 0
4545
fi
4646

4747
# calculate driver tag

0 commit comments

Comments
 (0)