Skip gce image type, already covered in gcp.sh
This commit is contained in:
parent
c25db57d7d
commit
a74756e4fb
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ get_test_cases () {
|
||||||
SKIP_AZURE=$(grep vhd-boot <<< "$ALL_CASES" || echo -n)
|
SKIP_AZURE=$(grep vhd-boot <<< "$ALL_CASES" || echo -n)
|
||||||
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_AZURE")
|
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_AZURE")
|
||||||
|
|
||||||
|
# skip image types covered in gcp.sh
|
||||||
|
SKIP_GCE=$(grep gce-boot <<< "$ALL_CASES" || echo -n)
|
||||||
|
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_GCE")
|
||||||
|
|
||||||
# skip image types covered in vmware.sh
|
# skip image types covered in vmware.sh
|
||||||
SKIP_OVA=$(grep -E 'ova-boot|vmdk-boot' <<< "$ALL_CASES" || echo -n)
|
SKIP_OVA=$(grep -E 'ova-boot|vmdk-boot' <<< "$ALL_CASES" || echo -n)
|
||||||
SKIP_CASES=("${SKIP_CASES[@]}" "${SKIP_OVA[@]}")
|
SKIP_CASES=("${SKIP_CASES[@]}" "${SKIP_OVA[@]}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue