From ee870d67014b15f80a2de0ceffcce8afe36fc086 Mon Sep 17 00:00:00 2001 From: "narrieta@microsoft" Date: Sun, 29 Dec 2024 10:42:53 -0800 Subject: [PATCH] . --- tests/python_eol/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_eol/pipeline.yml b/tests/python_eol/pipeline.yml index 19fac2e9d..d52ee12d8 100644 --- a/tests/python_eol/pipeline.yml +++ b/tests/python_eol/pipeline.yml @@ -1,6 +1,6 @@ pool: name: waagent-pool - + jobs: - job: "RunTests" timeoutInMinutes: 15 @@ -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"