Skip to content

Commit

Permalink
Fix pipeline java - jdbc - tests failure (#31837)
Browse files Browse the repository at this point in the history
* update tests.yml in sdk/jdbc
  • Loading branch information
backwind1233 authored Oct 31, 2022
1 parent e7a8c6c commit 083da9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sdk/jdbc/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ trigger: none
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
SupportedClouds: 'Public,UsGov,China'
SupportedClouds: 'Public'
Clouds: 'Public'
TestResourceDirectories:
Artifacts:
- name: azure-identity-providers-jdbc-mysql
groupId: com.azure
safeName: azureidentityprovidersjdbcmysql
TimeoutInMinutes: 240
ServiceDirectory: jdbc
TestName: IntegrationTestInAzureGlobal
TestName: JdbcIntegrationTests
TestGoals: 'verify'
TestOptions: '-DskipSpringITs=false'

0 comments on commit 083da9c

Please sign in to comment.