Skip to content

Commit c51869b

Browse files
authored
Merge pull request #1892 from sriramandev/topic/ssriraman/reenable-photon-5-ci
test(ova): Re-enable CI for photon-5 OVA builds
2 parents 452f98e + a272d0c commit c51869b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

images/capi/scripts/ci-ova.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
2929
# The following are currently having issues running in the
3030
# test environment so are specifically excluded for now
3131
# - Photon-4
32-
# - Photon-5
3332
# - RockyLinux-8
3433
TARGETS=( $(make build-node-ova-vsphere-all --recon -d | grep "Must remake" | \
3534
grep -v build-node-ova-vsphere-all | \
3635
grep -E -v 'rhel|windows|efi' | \
3736
grep -v build-node-ova-vsphere-photon-4 | \
38-
grep -v build-node-ova-vsphere-photon-5 | \
3937
grep -v build-node-ova-vsphere-rockylinux-8 | \
4038
grep -E -o 'build-node-ova-vsphere-[a-zA-Z0-9\-]+' ) )
4139

0 commit comments

Comments
 (0)