File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ parameters:
5555 - name : azureKeyVaultUrl
5656 type : string
5757
58+ # Display name for the config being used for this execution of the manual jobs. This will be used
59+ # for the job name, so it may only contain alphanumeric and '_' characters.
60+ - name : configDisplayName
61+ type : string
62+
5863 # Connection string using named pipes that will be set in the config.json file.
5964 - name : connectionStringNp
6065 type : string
@@ -83,8 +88,8 @@ parameters:
8388 type : string
8489
8590jobs :
86- - job : " test_${{ parameters.platformDisplayName }}_sqlclient_manual"
87- displayName : " sqlclient_manual_${{ parameters.platformDisplayName }}"
91+ - job : " test_${{ parameters.platformDisplayName }}_${{ parameters.configDisplayName }} _sqlclient_manual"
92+ displayName : " sqlclient_manual_${{ parameters.configDisplayName}}_${{ parameters. platformDisplayName }}"
8893
8994 pool :
9095 name : ADO-1ES-Pool
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ stages:
148148
149149 azureKeyVaultTenantId : ${{ parameters.manualTestAzureKeyVaultTenantId }}
150150 azureKeyVaultUrl : ${{ parameters.manualTestAzureKeyVaultUrl }}
151+ configDisplayName : " localhost"
151152 connectionStringNp : ${{ parameters.manualTestConnectionStringNpLocalhost }}
152153 connectionStringTcp : ${{ parameters.manualTestConnectionStringTcpLocalhost }}
153154 fileStreamDirectory : ${{ parameters.manualTestFileStreamDirectory }}
@@ -169,6 +170,7 @@ stages:
169170
170171 azureKeyVaultTenantId : ${{ parameters.manualTestAzureKeyVaultTenantId }}
171172 azureKeyVaultUrl : ${{ parameters.manualTestAzureKeyVaultUrl }}
173+ configDisplayName : " azure"
172174 connectionStringNp : ${{ parameters.manualTestConnectionStringNpAzure }}
173175 connectionStringTcp : ${{ parameters.manualTestConnectionStringTcpAzure }}
174176 fileStreamDirectory : ${{ parameters.manualTestFileStreamDirectory }}
You can’t perform that action at this time.
0 commit comments