Enable Azure testing on HyperV Gen2
previously added in 1eb51b7bab but was
later removed for some reason. See COMPOSER-1796.
This commit is contained in:
parent
ebc256b073
commit
edc45fde72
1 changed files with 9 additions and 0 deletions
|
|
@ -444,6 +444,15 @@ azure.sh:
|
|||
variables:
|
||||
SCRIPT: azure.sh
|
||||
|
||||
azure.sh_hyperv_gen2:
|
||||
extends: .integration
|
||||
rules:
|
||||
# Run only on x86_64
|
||||
- !reference [.upstream_rules_x86_64, rules]
|
||||
- !reference [.nightly_rules_x86_64, rules]
|
||||
variables:
|
||||
SCRIPT: azure_hyperv_gen2.sh
|
||||
|
||||
# The required GCE image type is not supported on Fedora
|
||||
gcp.sh:
|
||||
extends: .integration_rhel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue