@@ -521,9 +521,12 @@ stages:
521521 testResultsFiles : ' $(buildFolderName)/$(testResultFolderName)/NUnit*.xml'
522522 testRunTitle : ' Integration Resources ($(TEST_CONFIGURATION) / $(JOB_VMIMAGE))'
523523
524- - job : Integration_Test_Resources_SqlServer_dbatools
525- displayName : ' Integration Test Resources - SQL Server (dbatools)'
526- dependsOn : Integration_Test_Resources_SqlServer
524+ - stage : Integration_Test_Resources_SqlServer_dbatools
525+ displayName : ' Integration Test Resources - SQL Server (dbatools)'
526+ dependsOn : Build
527+ jobs :
528+ - job : Test_Integration
529+ displayName : ' Integration'
527530 strategy :
528531 matrix :
529532 SQL2016_WIN2022 :
@@ -611,9 +614,12 @@ stages:
611614 testResultsFiles : ' $(buildFolderName)/$(testResultFolderName)/NUnit*.xml'
612615 testRunTitle : ' Integration (dbatools) ($(TEST_CONFIGURATION) / $(JOB_VMIMAGE))'
613616
614- - job : Integration_Test_Resources_ReportingServices
615- displayName : ' Integration Test Resources - Reporting Services'
616- dependsOn : Integration_Test_Resources_SqlServer
617+ - stage : Integration_Test_Resources_ReportingServices
618+ displayName : ' Integration Test Resources - Reporting Services'
619+ dependsOn : Integration_Test_Resources_SqlServer
620+ jobs :
621+ - job : Test_Integration
622+ displayName : ' Integration'
617623 strategy :
618624 matrix :
619625 SQL2016_WIN2019 :
@@ -688,9 +694,12 @@ stages:
688694 testResultsFiles : ' $(buildFolderName)/$(testResultFolderName)/NUnit*.xml'
689695 testRunTitle : ' Integration RS ($(TEST_CONFIGURATION) / $(JOB_VMIMAGE))'
690696
691- - job : Integration_Test_Resources_ReportingServices_dbatools
692- displayName : ' Integration Test Resources - Reporting Services (dbatools)'
693- dependsOn : Integration_Test_Resources_SqlServer
697+ - stage : Integration_Test_Resources_ReportingServices_dbatools
698+ displayName : ' Integration Test Resources - Reporting Services (dbatools)'
699+ dependsOn : Integration_Test_Resources_SqlServer
700+ jobs :
701+ - job : Test_Integration
702+ displayName : ' Integration'
694703 strategy :
695704 matrix :
696705 SQL2016_WIN2022 :
@@ -751,7 +760,12 @@ stages:
751760 dependsOn :
752761 - Quality_Test_and_Unit_Test
753762 - Integration_Test_Commands_SqlServer
763+ - Integration_Test_Commands_ReportingServices
764+ - Integration_Test_Commands_BIReportServer
754765 - Integration_Test_Resources_SqlServer
766+ - Integration_Test_Resources_SqlServer_dbatools
767+ - Integration_Test_Resources_ReportingServices
768+ - Integration_Test_Resources_ReportingServices_dbatools
755769 condition : |
756770 and(
757771 succeeded(),
0 commit comments