Skip to content

Commit 704d925

Browse files
committed
Update 'Backend' build job to use xlarge agents
This attempts to fix what appear to be deadlock issues with running the integration tests.
1 parent c8a79c3 commit 704d925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.dfe.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pr:
2727

2828
jobs:
2929
- job: 'Backend'
30-
pool: 'ees-ubuntu2204-large'
30+
pool: 'ees-ubuntu2204-xlarge'
3131
workspace:
3232
clean: all
3333
steps:
@@ -138,7 +138,7 @@ jobs:
138138
repository: 'ees-public-api/api'
139139
command: 'push'
140140
tags: $(Build.BuildNumber)
141-
141+
142142
- task: 'DotNetCoreCLI@2'
143143
displayName: 'Publish Public API - Data Processor Function'
144144
inputs:
@@ -154,7 +154,7 @@ jobs:
154154
inputs:
155155
artifactName: 'public-api-data-processor-$(Build.BuildNumber)'
156156
targetPath: '$(Build.ArtifactStagingDirectory)/public-api-data-processor'
157-
157+
158158
- task: 'DotNetCoreCLI@2'
159159
displayName: 'Publish Notifier Function'
160160
inputs:
@@ -356,7 +356,7 @@ jobs:
356356
containerRegistry: '$(AcrServiceConnection)'
357357
repository: 'ees-public-frontend'
358358
command: 'push'
359-
tags: $(Build.BuildNumber)
359+
tags: $(Build.BuildNumber)
360360

361361
- job: 'MiscellaneousArtifacts'
362362
pool:

0 commit comments

Comments
 (0)