diff --git a/infra/azure/azure-pipelines.yml b/infra/azure/azure-pipelines.yml index 52ec7f8026..3f1a58d942 100644 --- a/infra/azure/azure-pipelines.yml +++ b/infra/azure/azure-pipelines.yml @@ -36,7 +36,7 @@ stages: # Supported distros - ${{ each distro in split(variables.distros, ',') }}: - - stage: ${{ join('_', split(distro, '-')) }} + - stage: ${{ replace(distro, '-', '_' }}_ansible_${{ replace(replace(variables.ansbile_version, '-', '_'), '.', '_') }} dependsOn: [] jobs: - template: templates/group_tests.yml