Skip to content

Commit

Permalink
apacheGH-36492: [CI][Python] Add Ubuntu 22.04 nightly build (apache#3…
Browse files Browse the repository at this point in the history
…6480)

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: apache#36492

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
pitrou authored Jul 5, 2023
1 parent 5c0cbee commit b178cc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b178cc0

Please sign in to comment.