This is an automated email from the ASF dual-hosted git repository.

sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new a8d1aa2c17d [MINOR] Force UT hudi-hadoop-common & Hudi Utilities 
others Azure CI to use ubuntu 24 (#13124)
a8d1aa2c17d is described below

commit a8d1aa2c17d5e2cf4f95c36838b11d87c8c9de2c
Author: Alex R <[email protected]>
AuthorDate: Wed Apr 9 16:19:03 2025 -0700

    [MINOR] Force UT hudi-hadoop-common & Hudi Utilities others Azure CI to use 
ubuntu 24 (#13124)
---
 azure-pipelines-20230430.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/azure-pipelines-20230430.yml b/azure-pipelines-20230430.yml
index d7841440239..c28d29c1356 100644
--- a/azure-pipelines-20230430.yml
+++ b/azure-pipelines-20230430.yml
@@ -400,6 +400,9 @@ stages:
       - job: UT_FT_8
         displayName: UT hudi-hadoop-common & Hudi Utilities others
         timeoutInMinutes: '75'
+        # trying with ubuntu 24
+        pool:
+          vmImage: 'ubuntu-24.04'
         steps:
           - task: Docker@2
             displayName: "login to docker hub"

Reply via email to