ICU-21657 Update Azure CI build bots to use Ubuntu 18.04

This commit is contained in:
Jeff Genovy 2021-06-30 11:08:22 -07:00
parent a25a710755
commit 84595b49a6
3 changed files with 21 additions and 21 deletions

View file

@ -30,11 +30,11 @@ trigger:
jobs:
#-------------------------------------------------------------------------
# Note: The exhaustive tests can take more than 1 hour to complete.
- job: ICU4J_OpenJDK_Ubuntu_1604
displayName: 'J: Linux OpenJDK (Ubuntu 16.04)'
- job: ICU4J_OpenJDK_Ubuntu_1804
displayName: 'J: Linux OpenJDK (Ubuntu 18.04)'
timeoutInMinutes: 120
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-18.04'
demands: ant
steps:
- checkout: self
@ -52,11 +52,11 @@ jobs:
timeoutInMinutes: 2
#-------------------------------------------------------------------------
# Note: The exhaustive tests can take more than 1 hour to complete.
- job: ICU4C_Clang_Exhaustive_Ubuntu_1604
displayName: 'C: Linux Clang Exhaustive Tests (Ubuntu 16.04)'
- job: ICU4C_Clang_Exhaustive_Ubuntu_1804
displayName: 'C: Linux Clang Exhaustive Tests (Ubuntu 18.04)'
timeoutInMinutes: 120
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-18.04'
steps:
- checkout: self
lfs: true

View file

@ -2,11 +2,11 @@
jobs:
#-------------------------------------------------------------------------
- job: ICU4J_OpenJDK_Ubuntu_1604
displayName: 'J: Linux OpenJDK (Ubuntu 16.04)'
- job: ICU4J_OpenJDK_Ubuntu_1804
displayName: 'J: Linux OpenJDK (Ubuntu 18.04)'
timeoutInMinutes: 20
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
demands: ant
steps:
- checkout: self
@ -23,11 +23,11 @@ jobs:
condition: failed() # only run if the build fails.
displayName: 'List failures (if any)'
#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_1604
displayName: 'C: Linux Clang (Ubuntu 16.04)'
- job: ICU4C_Clang_Ubuntu_1804
displayName: 'C: Linux Clang (Ubuntu 18.04)'
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- checkout: self
lfs: true
@ -45,11 +45,11 @@ jobs:
cd icu4c/source/test/cintltst && LANG=C.UTF-8 LD_LIBRARY_PATH=../../lib:../../tools/ctestfw ./cintltst /tsutil/cloctst/TestCDefaultLocale
displayName: 'Test C.UTF-8 Default locale'
#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_1604_WarningsAsErrors
displayName: 'C: Linux Clang WarningsAsErrors (Ubuntu 16.04)'
- job: ICU4C_Clang_Ubuntu_1804_WarningsAsErrors
displayName: 'C: Linux Clang WarningsAsErrors (Ubuntu 18.04)'
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- checkout: self
lfs: true
@ -61,11 +61,11 @@ jobs:
CC: clang
CXX: clang++
#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_DataFilter_1604
displayName: 'C: Linux Clang DataFilter (Ubuntu 16.04)'
- job: ICU4C_Clang_Ubuntu_DataFilter_1804
displayName: 'C: Linux Clang DataFilter (Ubuntu 18.04)'
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- checkout: self
lfs: true

View file

@ -28,11 +28,11 @@ pr:
jobs:
#-------------------------------------------------------------------------
- job: ICU4C_Clang_Valgrind_Ubuntu_1604
displayName: 'C: Linux Clang Valgrind (Ubuntu 16.04)'
- job: ICU4C_Clang_Valgrind_Ubuntu_1804
displayName: 'C: Linux Clang Valgrind (Ubuntu 18.04)'
timeoutInMinutes: 60
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-18.04'
steps:
- checkout: self
lfs: true