From edc45fde72ba7cb0ebc9fe567d03d5faeff2a461 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 11 Sep 2023 10:34:10 +0300 Subject: [PATCH] Enable Azure testing on HyperV Gen2 previously added in 1eb51b7bab93da89602d29c2e893074af522e0fb but was later removed for some reason. See COMPOSER-1796. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e6013c52..4b3ae93c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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