Skip to content

Commit

Permalink
Verify correct git commit in bundle test
Browse files Browse the repository at this point in the history
Verify that we actually have the right CRI-O version at hand.

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Aug 19, 2024
1 parent 6939a6d commit cac623e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bundle/test
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ systemctl daemon-reload
systemctl start crio || (journalctl -xeu crio.service && exit 1)
systemctl is-active --quiet crio && echo CRI-O is running

crio version -j | jq -e '.gitCommit == "'"$COMMIT"'"'

# Run a workload
crictl version

Expand Down

0 comments on commit cac623e

Please sign in to comment.