Skip to content

Commit

Permalink
enhance e2e test and publish image
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 17, 2024
1 parent 0fff53d commit 20fe9c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
run: |
rc=0
# for precompiled driver we are setting driver branch as driver version
echo "SHIVA1==${DRIVER_BRANCHES[@]}"
for DRIVER_VERSION in "${DRIVER_BRANCHES[@]}"; do
echo "Running e2e for DRIVER_VERSION=$DRIVER_VERSION"
image="driver-images-${DRIVER_VERSION}-${KERNEL_VERSION}-${DIST}"
Expand All @@ -276,6 +277,7 @@ jobs:
rc=$status
fi
done
echo "SHIVA2=="
./tests/scripts/pull.sh /tmp/logs logs
exit $rc
Expand Down

0 comments on commit 20fe9c9

Please sign in to comment.