]> granicus.if.org Git - icu/commitdiff
ICU-21657 Update Azure CI build bots to use Ubuntu 18.04
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 30 Jun 2021 18:08:22 +0000 (11:08 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 30 Jun 2021 21:39:20 +0000 (14:39 -0700)
.ci-builds/.azure-exhaustive-tests.yml
.ci-builds/.azure-pipelines.yml
.ci-builds/.azure-valgrind.yml

index 586c391aaee5120adcd982d9d768f58246161565..e64f82a1ae235aec8e53415996e2412d4a718542 100644 (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
index e29bb359b2929fa55bf77ee1350e66c6bdd27bb2..872a052364a0c1b9b97f027592d2f307a32dda4b 100644 (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
index e7abc8c2f8901ef3790431bedc36b31b83e05919..71d2d4d86ee172fcff3fefb244a537407967da86 100644 (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