Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Dec 29, 2024
1 parent e23ea0d commit ee870d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python_eol/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pool:
name: waagent-pool

jobs:
- job: "RunTests"
timeoutInMinutes: 15
Expand All @@ -12,7 +12,7 @@ jobs:
inputs:
azureSubscription: $(connection_info)
KeyVaultName: 'waagenttests'
SecretsFilter: 'CR-*'
SecretsFilter: 'CR-USER, CR-SECRET'

- bash: $(Build.SourcesDirectory)/tests/python_eol/run_tests.sh
displayName: "Run tests"
Expand Down

0 comments on commit ee870d6

Please sign in to comment.