We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fa79c commit a272d0cCopy full SHA for a272d0c
‎images/capi/scripts/ci-ova.sh‎
@@ -29,13 +29,11 @@ export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
29
# The following are currently having issues running in the
30
# test environment so are specifically excluded for now
31
# - Photon-4
32
-# - Photon-5
33
# - RockyLinux-8
34
TARGETS=( $(make build-node-ova-vsphere-all --recon -d | grep "Must remake" | \
35
grep -v build-node-ova-vsphere-all | \
36
grep -E -v 'rhel|windows|efi' | \
37
grep -v build-node-ova-vsphere-photon-4 | \
38
- grep -v build-node-ova-vsphere-photon-5 | \
39
grep -v build-node-ova-vsphere-rockylinux-8 | \
40
grep -E -o 'build-node-ova-vsphere-[a-zA-Z0-9\-]+' ) )
41
0 commit comments