From b41c781f85c04c8fca65fd6f247312a800898afc Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 13 Nov 2024 10:44:35 -0300 Subject: [PATCH] Fixup: Try to have better names --- infra/azure/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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