Skip to content

Commit

Permalink
ubuntu 23
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseimakarau committed Mar 27, 2024
1 parent 83ac5ce commit 38d64ac
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions roles/testnode/vars/ubuntu_23.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
packages:
- mpich
- qemu-system-x86
# - blkin
- lttng-tools
# for building xfstests #18067
- libtool-bin
# for ceph-daemon (no podman on ubuntu/debian, yet)
- docker.io
# qa/workunits/rbd/test_librbd_python.sh
- python3-nose
# python3 version of deps
- python3-venv
- python3-virtualenv
- python3-configobj
- python3-gevent
- python3-numpy
- python3-matplotlib
- python3-setuptools
- python3-dev

non_aarch64_packages:
- libgoogle-perftools4
- iozone3

non_aarch64_packages_to_upgrade: []

python_apt_package_name: python3-apt

0 comments on commit 38d64ac

Please sign in to comment.