Skip all edge image types, already covered in Edge CI
This commit is contained in:
parent
a74756e4fb
commit
eb5db0bd2c
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_CASES=("${SKIP_CASES[@]}" "$SKIP_AZURE")
|
||||
|
||||
# skip image types covered in Edge CI
|
||||
SKIP_EDGE=$(grep edge_ <<< "$ALL_CASES" || echo -n)
|
||||
SKIP_CASES=("${SKIP_CASES[@]}" "${SKIP_EDGE[@]}")
|
||||
|
||||
# skip image types covered in gcp.sh
|
||||
SKIP_GCE=$(grep gce-boot <<< "$ALL_CASES" || echo -n)
|
||||
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_GCE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue