File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments