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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new b178cc0b88 GH-36492: [CI][Python] Add Ubuntu 22.04 nightly build 
(#36480)
b178cc0b88 is described below

commit b178cc0b884525a19f9df14a54d78a98f348c031
Author: Antoine Pitrou <[email protected]>
AuthorDate: Wed Jul 5 23:10:44 2023 +0200

    GH-36492: [CI][Python] Add Ubuntu 22.04 nightly build (#36480)
    
    Ubuntu 22.04 is the most recent LTS version.
    It also has recent enough gRPC packages, so Flight will be enabled and 
tested on this platform.
    
    * Closes: #36492
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/tasks.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 3c44ec30cb..879c2246b4 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1228,6 +1228,14 @@ tasks:
         UBUNTU: 20.04
       image: ubuntu-python
 
+  test-ubuntu-22.04-python-3:
+    ci: github
+    template: docker-tests/github.linux.yml
+    params:
+      env:
+        UBUNTU: 22.04
+      image: ubuntu-python
+
   test-fedora-35-python-3:
     ci: azure
     template: docker-tests/azure.linux.yml

Reply via email to