Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions images/capi/scripts/ci-ova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
# The following are currently having issues running in the
# test environment so are specifically excluded for now
# - Photon-4
# - Photon-5
# - RockyLinux-8
TARGETS=( $(make build-node-ova-vsphere-all --recon -d | grep "Must remake" | \
grep -v build-node-ova-vsphere-all | \
grep -E -v 'rhel|windows|efi' | \
grep -v build-node-ova-vsphere-photon-4 | \
grep -v build-node-ova-vsphere-photon-5 | \
grep -v build-node-ova-vsphere-rockylinux-8 | \
grep -E -o 'build-node-ova-vsphere-[a-zA-Z0-9\-]+' ) )

Expand Down