Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest]
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-26.04, ubuntu-latest]
steps:
- name: Checkout code and submodules
uses: actions/checkout@v4
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.8', '3.10', '3.12']
os: [ubuntu-22.04, ubuntu-24.04]
exclude:
include:
- os: ubuntu-22.04
python-version: '3.8'
- os: ubuntu-22.04
python-version: '3.12'
- os: ubuntu-24.04
python-version: '3.8'
- os: ubuntu-24.04
python-version: '3.10'
- os: ubuntu-24.04
python-version: '3.12'
- os: ubuntu-26.04
python-version: '3.14'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions doc/dwarf-json-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Available versions include:
- Ubuntu 20.04: Ceph 15.2.17, 17.2.x series
- Ubuntu 22.04: Ceph 17.2.x, 19.2.x series
- Ubuntu 24.04: Ceph 19.2.x series
- Ubuntu 26.04: Ceph 20.x series

File naming format: `<version>_dwarf.json`
- Example: `17.2.6-0ubuntu0.22.04.2_dwarf.json`
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The fastest way to start tracing on Ubuntu is using pre-built binaries and DWARF

### Prerequisites

- Ubuntu 20.04, 22.04, or 24.04
- Ubuntu 20.04, 22.04, 24.04, or 26.04
- Kernel version 5.8 or higher
- Sudo/root access
- A running Ceph cluster
Expand Down
Loading