Browse Source

comment out all multiarch tasks

pull/1797/head
Deli Liu 3 years ago
parent
commit
c2b3fd4ac4
12 changed files with 60 additions and 60 deletions
  1. +5
    -5
      build/azure-devops/basket-api/azure-pipelines.yml
  2. +5
    -5
      build/azure-devops/catalog-api/azure-pipelines.yml
  3. +5
    -5
      build/azure-devops/identity-api/azure-pipelines.yml
  4. +5
    -5
      build/azure-devops/location-api/azure-pipelines.yml
  5. +5
    -5
      build/azure-devops/marketing-api/azure-pipelines.yml
  6. +5
    -5
      build/azure-devops/mobile-shopping-agg/azure-pipelines.yml
  7. +5
    -5
      build/azure-devops/ordering-api/azure-pipelines.yml
  8. +5
    -5
      build/azure-devops/payment-api/azure-pipelines.yml
  9. +5
    -5
      build/azure-devops/web-shopping-agg/azure-pipelines.yml
  10. +5
    -5
      build/azure-devops/webhooks-client/azure-pipelines.yml
  11. +5
    -5
      build/azure-devops/webmvc/azure-pipelines.yml
  12. +5
    -5
      build/azure-devops/webstatus/azure-pipelines.yml

+ 5
- 5
build/azure-devops/basket-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: basket.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: basket.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/catalog-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: catalog.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: catalog.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/identity-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: identity.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: identity.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/location-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: locations.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: locations.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/marketing-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: marketing.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: marketing.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/mobile-shopping-agg/azure-pipelines.yml View File

@ -19,9 +19,9 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: mobileshoppingagg
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: mobileshoppingagg
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/ordering-api/azure-pipelines.yml View File

@ -22,8 +22,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: ordering.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: ordering.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/payment-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: payment.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: payment.api
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/web-shopping-agg/azure-pipelines.yml View File

@ -19,8 +19,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webshoppingagg
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: webshoppingagg
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/webhooks-client/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webhooks.client
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: webhooks.client
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/webmvc/azure-pipelines.yml View File

@ -19,8 +19,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webmvc
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: webmvc
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

+ 5
- 5
build/azure-devops/webstatus/azure-pipelines.yml View File

@ -20,8 +20,8 @@ jobs:
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webstatus
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
# - template: ../multiarch.yaml
# parameters:
# image: webstatus
# branch: $(Build.SourceBranchName)
# registryEndpoint: $(registryEndpoint)

Loading…
Cancel
Save