Skip to content

Commit

Permalink
omit docker deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Jul 14, 2023
1 parent 5b777ea commit 9c816d1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tools/test-proxy/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,6 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
parameters:
ToolDirectory: tools/test-proxy
DockerTagPrefix: '1.0.0-dev.'
DockerDeployments:
- name: test_proxy_linux
pool: azsdk-pool-mms-ubuntu-2204-general
vmImage: ubuntu-22.04
dockerRepo: 'engsys/testproxy-lin'
prepareScript: tools/test-proxy/docker/prepare.ps1
dockerFile: 'tools/test-proxy/docker/dockerfile'
stableTags:
- 'latest'
- name: test_proxy_linux_arm64
pool: azsdk-pool-mms-ubuntu-2204-general
vmImage: ubuntu-22.04
dockerRepo: 'engsys/testproxy-lin-arm64'
prepareScript: 'tools/test-proxy/docker/prepare.ps1 -qemu'
additionalDockerArgs: '--build-arg ARCH=-arm64v8 --platform linux/arm64'
dockerFile: 'tools/test-proxy/docker/dockerfile'
stableTags:
- 'latest'
ManifestDeployment:
- name: 'test_proxy_multiarch'
dockerRepo: 'engsys/test-proxy'
Expand Down

0 comments on commit 9c816d1

Please sign in to comment.