diff --git a/builds/e2e/e2e.yaml b/builds/e2e/e2e.yaml index 2a865747da0..5aecfd08c07 100644 --- a/builds/e2e/e2e.yaml +++ b/builds/e2e/e2e.yaml @@ -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 ################################################################################ @@ -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 ################################################################################ @@ -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 ################################################################################ @@ -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 ################################################################################ diff --git a/builds/e2e/templates/e2e-clear-docker-cached-images.yaml b/builds/e2e/templates/e2e-clear-docker-cached-images.yaml index d6b187a1f4d..18636aee628 100644 --- a/builds/e2e/templates/e2e-clear-docker-cached-images.yaml +++ b/builds/e2e/templates/e2e-clear-docker-cached-images.yaml @@ -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