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
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
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
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
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
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
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