Skip to content

Commit c7c42be

Browse files
committed
ubuntu24.04 precompile support
Signed-off-by: shiva kumar <[email protected]>
1 parent e48512c commit c7c42be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/precompiled.yaml

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

168+
# SHIVA
168169
determine-e2e-test-matrix:
169170
runs-on: linux-amd64-cpu4
170171
strategy:
@@ -213,6 +214,7 @@ jobs:
213214
fi
214215
source ./tests/scripts/ci-precompiled-helpers.sh
215216
KERNEL_VERSIONS=($(get_kernel_versions_to_test $BASE_TARGET KERNEL_FLAVORS[@] DRIVER_BRANCHES[@] $DIST))
217+
echo "SHIVAAAA ${KERNEL_VERSIONS[@]}"
216218
if [ -z "$KERNEL_VERSIONS" ]; then
217219
# no new kernel release
218220
echo "Skipping e2e tests"
@@ -221,9 +223,12 @@ jobs:
221223
for i in "${!KERNEL_VERSIONS[@]}"; do
222224
KERNEL_VERSIONS[$i]="${KERNEL_VERSIONS[$i]}-$DIST"
223225
done
226+
echo "SHIVAAAA ${KERNEL_VERSIONS[@]}"
224227
# Convert array to JSON format and assign
225228
echo "[]" > ./matrix_values_$DIST.json
226229
printf '%s\n' "${KERNEL_VERSIONS[@]}" | jq -R . | jq -s . > ./matrix_values_$DIST.json
230+
cat ./matrix_values_$DIST.json
231+
227232
228233
- name: Upload kernel matrix values as artifacts
229234
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)