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:
Alexander Todorov 2023-09-11 10:34:10 +03:00 committed by Alexander Todorov
parent ebc256b073
commit edc45fde72

View file

@ -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