Skip to content

Commit

Permalink
Enable Azure testing on HyperV Gen2
Browse files Browse the repository at this point in the history
previously added in 1eb51b7 but was
later removed for some reason. See COMPOSER-1796.
  • Loading branch information
atodorov committed Oct 9, 2023
1 parent ebc256b commit edc45fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc45fd

Please sign in to comment.