From aa1374e0efa910c7d7be7d32d166d1a8dd5bdf87 Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Fri, 21 Mar 2025 14:58:37 +0100 Subject: [PATCH] ci: fix missing jobs in summary (#614) ##### SUMMARY The test jobs for ansible-core 2.18 were missing from the summary. --- .azure-pipelines/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 088282c..3b10980 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -137,10 +137,13 @@ stages: condition: succeededOrFailed() dependsOn: - Sanity_devel + - Sanity_2_18 - Sanity_2_17 - Units_devel + - Units_2_18 - Units_2_17 - Integration_devel + - Integration_2_18 - Integration_2_17 jobs: - template: templates/coverage.yml