diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c9e8199c..aedbe8e3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -194,6 +194,24 @@ stages: - 2 ### Remote + - stage: Remote_devel_extra_vms + displayName: Remote devel extra VMs + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: devel/{0} + targets: + - name: Alpine 3.17 + test: alpine/3.17 + - name: Fedora 37 + test: fedora/37 + - name: Ubuntu 20.04 + test: ubuntu/20.04 + - name: Ubuntu 22.04 + test: ubuntu/22.04 + groups: + - vm - stage: Remote_devel displayName: Remote devel dependsOn: [] @@ -336,6 +354,7 @@ stages: - Ansible_2_14 - Ansible_2_13 - Ansible_2_12 + - Remote_devel_extra_vms - Remote_devel - Remote_2_14 - Remote_2_13 diff --git a/tests/integration/targets/luks_device/aliases b/tests/integration/targets/luks_device/aliases index 187550ee..b6057ff6 100644 --- a/tests/integration/targets/luks_device/aliases +++ b/tests/integration/targets/luks_device/aliases @@ -3,6 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later azp/posix/2 +azp/posix/vm skip/osx skip/macos skip/freebsd