Skip to content

Commit

Permalink
[hotfix][Azure] Use 'ubuntu-16.04' for all AZP builds
Browse files Browse the repository at this point in the history
All builds except private-hosted "test" (not "compile")-stage jobs were already running on "ubuntu-16.04".
Now everything runs on ubuntu-16.04.
  • Loading branch information
rmetzger committed May 18, 2020
1 parent caabaf8 commit a4b41cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
parameters: # see template file for a definition of the parameters.
stage_name: ci_build
test_pool_definition:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-16.04'
e2e_pool_definition:
vmImage: 'ubuntu-16.04'
environment: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
Expand Down

0 comments on commit a4b41cd

Please sign in to comment.