Comment out windows jobs
This commit is contained in:
parent
4481cc34ed
commit
01c7dd082d
@ -16,7 +16,7 @@ jobs:
|
||||
services: basket.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: basket.api
|
||||
|
@ -13,16 +13,17 @@ jobs:
|
||||
- bash: docker-compose build ${{ parameters.services }}
|
||||
displayName: Create multiarch manifest
|
||||
env:
|
||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||
- job: BuildContainersForPR_Windows
|
||||
condition: eq('${{ variables['Build.Reason'] }}', 'PullRequest')
|
||||
condition: False
|
||||
# condition: eq('${{ variables['Build.Reason'] }}', 'PullRequest')
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
steps:
|
||||
- bash: docker-compose build ${{ parameters.services }}
|
||||
displayName: Create multiarch manifest
|
||||
env:
|
||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||
PLATFORM: win
|
||||
NODE_IMAGE: stefanscherer/node-windows:10
|
||||
- job: BuildLinux
|
||||
@ -51,7 +52,7 @@ jobs:
|
||||
qualifyImageNames: true
|
||||
projectName: ""
|
||||
dockerComposeFileArgs: |
|
||||
TAG=${{ variables['Build.SourceBranchName'] }}
|
||||
TAG=${{ variables['Build.SourceBranchName'] }}
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
sourceFolder: ${{ parameters.helmfrom }}
|
||||
@ -61,7 +62,8 @@ jobs:
|
||||
pathtoPublish: ${{ parameters.helmto }}
|
||||
artifactName: helm
|
||||
- job: BuildWindows
|
||||
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')
|
||||
condition: False
|
||||
# condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
steps:
|
||||
@ -89,4 +91,4 @@ jobs:
|
||||
projectName: ""
|
||||
dockerComposeFileArgs: |
|
||||
TAG=${{ variables['Build.SourceBranchName'] }}
|
||||
PLATFORM=win
|
||||
PLATFORM=win
|
||||
|
@ -9,7 +9,7 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Catalog/*
|
||||
- deploy/k8s/helm/catalog-api/*
|
||||
- deploy/k8s/helm/catalog-api/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Identity/*
|
||||
- deploy/k8s/helm/identity-api/*
|
||||
- deploy/k8s/helm/identity-api/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: identity.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: identity.api
|
||||
|
@ -17,7 +17,7 @@ trigger:
|
||||
steps:
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
sourceFolder: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
sourceFolder: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
targetFolder: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Location/*
|
||||
- deploy/k8s/helm/locations-api/*
|
||||
- deploy/k8s/helm/locations-api/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: locations.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: locations.api
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Marketing/*
|
||||
- deploy/k8s/helm/marketing-api/*
|
||||
- deploy/k8s/helm/marketing-api/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: marketing.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: marketing.api
|
||||
|
@ -8,14 +8,14 @@ trigger:
|
||||
paths:
|
||||
include:
|
||||
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
|
||||
- deploy/k8s/helm/mobileshoppingagg/*
|
||||
- deploy/k8s/helm/mobileshoppingagg/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: mobileshoppingagg
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: mobileshoppingagg
|
||||
|
@ -9,7 +9,7 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- deploy/k8s/helm/ordering-api/*
|
||||
- deploy/k8s/helm/ordering-api/*
|
||||
- deploy/k8s/helm/ordering-backgroundtasks/*
|
||||
- deploy/k8s/helm/ordering-signalrhub/*
|
||||
jobs:
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
services: ordering.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: ordering.api
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Payment/*
|
||||
- deploy/k8s/helm/payment-api/*
|
||||
- deploy/k8s/helm/payment-api/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: payment.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: payment.api
|
||||
|
@ -8,14 +8,14 @@ trigger:
|
||||
paths:
|
||||
include:
|
||||
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
|
||||
- deploy/k8s/helm/webshoppingagg/*
|
||||
- deploy/k8s/helm/webshoppingagg/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webshoppingagg
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webshoppingagg
|
||||
|
@ -14,9 +14,9 @@ jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webhooks.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.api
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebhookClient/*
|
||||
- deploy/k8s/helm/webhooks-web/*
|
||||
- deploy/k8s/helm/webhooks-web/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webhooks.client
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.client
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebMVC/*
|
||||
- deploy/k8s/helm/webmvc/*
|
||||
- deploy/k8s/helm/webmvc/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webmvc
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webmvc
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebSPA/*
|
||||
- deploy/k8s/helm/webspa/*
|
||||
- deploy/k8s/helm/webspa/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webspa
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webspa
|
||||
|
@ -9,14 +9,14 @@ trigger:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebStatus/*
|
||||
- deploy/k8s/helm/webstatus/*
|
||||
- deploy/k8s/helm/webstatus/*
|
||||
jobs:
|
||||
- template: ../buildimages.yaml
|
||||
parameters:
|
||||
services: webstatus
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webstatus
|
||||
|
Loading…
x
Reference in New Issue
Block a user