Skip to content

Commit 59e7847

Browse files
committed
ubuntu24.04 precompile support
1 parent 3528ca8 commit 59e7847

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/precompiled.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ jobs:
165165
path: ./kernel-version-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}.tar
166166
retention-days: 1
167167

168-
# SHIVA
169168
determine-e2e-test-matrix:
170169
runs-on: linux-amd64-cpu4
171170
strategy:
@@ -213,9 +212,7 @@ jobs:
213212
done))
214213
fi
215214
source ./tests/scripts/ci-precompiled-helpers.sh
216-
echo "SHIVAAAAAAAA ${KERNEL_FLAVORS[@]}"
217215
KERNEL_VERSIONS=($(get_kernel_versions_to_test $BASE_TARGET KERNEL_FLAVORS[@] DRIVER_BRANCHES[@] $DIST))
218-
echo "SHIVAAAA ${KERNEL_VERSIONS[@]}"
219216
if [ -z "$KERNEL_VERSIONS" ]; then
220217
# no new kernel release
221218
echo "Skipping e2e tests"
@@ -226,7 +223,6 @@ jobs:
226223
for i in "${!KERNEL_VERSIONS[@]}"; do
227224
KERNEL_VERSIONS[$i]="${KERNEL_VERSIONS[$i]}-$DIST"
228225
done
229-
echo "SHIVAAAA ${KERNEL_VERSIONS[@]}"
230226
# Convert array to JSON format and assign
231227
echo "[]" > ./matrix_values_$DIST.json
232228
printf '%s\n' "${KERNEL_VERSIONS[@]}" | jq -R . | jq -s . > ./matrix_values_$DIST.json

0 commit comments

Comments
 (0)