Skip to content

Commit

Permalink
Plumb env vars through deploy test resources (#44388)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Jun 5, 2024
1 parent c9ed525 commit 890c9db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/templates/jobs/live.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
Location: ${{ coalesce(parameters.Location, parameters.CloudConfig.Location) }}
ServiceDirectory: '${{ directory }}'
TestResourcesDirectory: '$(TestResourcesDirectory)'
EnvVars: ${{ parameters.EnvVars }}
SubscriptionConfiguration: $(SubscriptionConfiguration)
ArmTemplateParameters: $(ArmTemplateParameters)
UseFederatedAuth: ${{ parameters.UseFederatedAuth }}
Expand All @@ -146,6 +147,7 @@ jobs:
Location: ${{ coalesce(parameters.Location, parameters.CloudConfig.Location) }}
ServiceDirectory: '${{ parameters.ServiceDirectory }}'
TestResourcesDirectory: '$(TestResourcesDirectory)'
EnvVars: ${{ parameters.EnvVars }}
SubscriptionConfiguration: $(SubscriptionConfiguration)
ArmTemplateParameters: $(ArmTemplateParameters)
UseFederatedAuth: ${{ parameters.UseFederatedAuth }}
Expand Down

0 comments on commit 890c9db

Please sign in to comment.