Skip to content

Commit

Permalink
Update CUDA to minimum version present on image for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 16, 2024
1 parent 336b9bb commit 4f1cd9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dev/tasks/python-sdist/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
jobs:
build:
name: "Build sdist"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.github_install_archery()|indent }}
Expand All @@ -39,6 +39,7 @@ jobs:
- name: Test sdist
run: archery docker run ubuntu-python-sdist-test
env:
UBUNTU: 22.04
PYARROW_VERSION: {{ arrow.no_rc_version }}

{{ macros.github_upload_releases("arrow/python/dist/*.tar.gz")|indent }}
Expand Down
12 changes: 10 additions & 2 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1514,20 +1514,28 @@ tasks:

############################## CUDA tests #################################

test-cuda-cpp:
test-cuda-cpp-ubuntu-20.04-cuda-11.2.2:
ci: github
template: docker-tests/github.cuda.yml
params:
image: ubuntu-cuda-cpp

test-cuda-cpp-ubuntu-22.04-cuda-11.7.1:
ci: github
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
CUDA: 11.7.1
image: ubuntu-cuda-cpp

test-cuda-python:
test-cuda-python-ubuntu-22.04-cuda-11.7.1:
ci: github
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
CUDA: 11.7.1
image: ubuntu-cuda-python

############################## Fuzz tests #################################
Expand Down

0 comments on commit 4f1cd9c

Please sign in to comment.