Skip to content

Commit

Permalink
Merged in r2-3151-azdo-docker-build (pull request #7024)
Browse files Browse the repository at this point in the history
R2-3151 Parametrizing AzDO build agent pool
  • Loading branch information
pnabutovsky committed Jan 7, 2025
2 parents b18ad17 + 52a82f5 commit b25d219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:
jobs:
- job: Test
displayName: 'Run tests'
pool: primerox-azdo-a-ms
pool: $(buildAgentPool)
steps:
- bash: ./bin/install_local_test_solr.sh
- bash: |
Expand Down Expand Up @@ -68,8 +68,7 @@ jobs:
- job: Build
displayName: 'Build and push'
dependsOn: Test
pool:
vmImage: $(vmImageName)
pool: $(buildAgentPool)
steps:
- bash: echo "##vso[task.setvariable variable=tag]$(docker/git-to-docker-tag.sh ${BUILD_SOURCEBRANCH} ${BUILD_SOURCEVERSION})"
- bash: echo "##vso[task.setvariable variable=dash_el]$([[ ${BUILD_SOURCEBRANCH} == *${LATESTBRANCH} ]] && echo '-l')"
Expand Down

0 comments on commit b25d219

Please sign in to comment.