From 110f1900f60242746cb6af9e80dd898854048dff Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk <106967057+oleksandr-didyk@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:12:57 +0100 Subject: [PATCH] Remove obsolete var group (#4122) --- eng/templates/jobs/e2e-pcs-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/templates/jobs/e2e-pcs-tests.yml b/eng/templates/jobs/e2e-pcs-tests.yml index 87d3d625e4..a88d5fbd4d 100644 --- a/eng/templates/jobs/e2e-pcs-tests.yml +++ b/eng/templates/jobs/e2e-pcs-tests.yml @@ -21,7 +21,6 @@ jobs: # Required for dotnet-bot-maestro-auth-test-content-rw - group: Arcade-Services-Scenario-Tests - ${{ if not(or(startsWith(variables['Build.SourceBranch'], 'refs/heads/production'), startsWith(variables['Build.SourceBranch'], 'refs/heads/production-'), eq(variables['Build.SourceBranch'], 'refs/heads/production'))) }}: - - group: MaestroInt KeyVault - name: PcsTestEndpoint value: https://product-construction-int.delightfuldune-c0f01ab0.westus2.azurecontainerapps.io - name: ScenarioTestSubscription @@ -29,7 +28,6 @@ jobs: - name: MaestroAppId value: $(MaestroStagingAppClientId) - ${{ else }}: - - group: MaestroProd KeyVault - name: PcsTestEndpoint value: https://product-construction-prod.wittysky-0c79e3cc.westus2.azurecontainerapps.io - name: ScenarioTestSubscription