Skip to content

Commit

Permalink
Get service connection name from pipeline variable (#7242)
Browse files Browse the repository at this point in the history
Cherry-pick 4605c1a
  • Loading branch information
damonbarry authored Mar 16, 2024
1 parent 71f4974 commit 42295cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions builds/e2e/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ jobs:
timeoutInMinutes: 120

steps:
- template: templates/e2e-clean-directory.yaml
- template: templates/e2e-setup.yaml
- template: templates/e2e-clear-docker-cached-images.yaml
- template: templates/e2e-run.yaml

################################################################################
Expand All @@ -164,9 +162,7 @@ jobs:
timeoutInMinutes: 90

steps:
- template: templates/e2e-clean-directory.yaml
- template: templates/e2e-setup.yaml
- template: templates/e2e-clear-docker-cached-images.yaml
- template: templates/e2e-run.yaml

################################################################################
Expand All @@ -189,9 +185,7 @@ jobs:
timeoutInMinutes: 90

steps:
- template: templates/e2e-clean-directory.yaml
- template: templates/e2e-setup.yaml
- template: templates/e2e-clear-docker-cached-images.yaml
- template: templates/e2e-run.yaml

################################################################################
Expand Down Expand Up @@ -249,9 +243,7 @@ jobs:
identityServicePackageFilter: aziot-identity-service-*.x86_64.rpm

steps:
- template: templates/e2e-clean-directory.yaml
- template: templates/e2e-setup.yaml
- template: templates/e2e-clear-docker-cached-images.yaml
- template: templates/e2e-run.yaml

################################################################################
Expand Down
4 changes: 2 additions & 2 deletions builds/e2e/templates/e2e-clear-docker-cached-images.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
steps:
- task: Docker@2
displayName: Docker login edgebuilds
displayName: Docker login
inputs:
command: login
containerRegistry: iotedge-edgebuilds-acr
containerRegistry: $(service-connection.registry)

- pwsh: |
# We use a self-hosted agent for this job, so we need to clean up
Expand Down

0 comments on commit 42295cc

Please sign in to comment.