test/cases/vmware.sh: add integration test for ova types
This commit is contained in:
parent
8a8607cdf6
commit
6335fb38cc
2 changed files with 50 additions and 11 deletions
|
|
@ -558,14 +558,23 @@ gcp.sh:
|
|||
variables:
|
||||
SCRIPT: gcp.sh
|
||||
|
||||
vmware.sh:
|
||||
vmware.sh_vmdk:
|
||||
extends: .integration_rhel
|
||||
rules:
|
||||
# Run only on x86_64
|
||||
- !reference [.upstream_rules_x86_64, rules]
|
||||
- !reference [.nightly_rules_x86_64, rules]
|
||||
variables:
|
||||
SCRIPT: vmware.sh
|
||||
SCRIPT: vmware.sh vmdk
|
||||
|
||||
vmware.sh_ova:
|
||||
extends: .integration_rhel
|
||||
rules:
|
||||
# Run only on x86_64
|
||||
- !reference [.upstream_rules_x86_64, rules]
|
||||
- !reference [.nightly_rules_x86_64, rules]
|
||||
variables:
|
||||
SCRIPT: vmware.sh ova
|
||||
|
||||
filesystem.sh:
|
||||
extends: .integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue