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