~lucaskanashiro/ubuntu/+source/tuned:merge-noble

Last commit made on 2024-02-27
Get this branch:
git clone -b merge-noble https://git.launchpad.net/~lucaskanashiro/ubuntu/+source/tuned
Only Lucas Kanashiro can upload to this branch. If you are Lucas Kanashiro please log in for upload directions.

Branch merges

Branch information

Name:
merge-noble
Repository:
lp:~lucaskanashiro/ubuntu/+source/tuned

Recent commits

3fa557f... by Lucas Kanashiro

update-maintainer

b18644d... by Lucas Kanashiro

reconstruct-changelog

0378c60... by Lucas Kanashiro

merge-changelogs

517402d... by Lucas Kanashiro

  * Dropped:
    - Build and install HTML documentation
      + d/control: add asciidoctor as b-d
      + d/rules: call upstream Makefile to build the doc before dh_installdocs
      + d/tuned.doc{,-base}: install HTML documentation
        [done by the Debian maintainer in version 2.22.0-1]

fc87bb2... by Lucas Kanashiro

Create DEP-8 test for custom profile

- d/t/custom-profile: created with content extracted from tuned-vm test.
  Now expect an error message in the logs when running on s390x.
- d/t/control: add the new custom-profile test.
- d/t/tuned-vm: remove content related to custom profile.

6049a52... by Lucas Kanashiro

d/p/0006-CPU-plugin-log-an-error-when-running-on-s390x.patch: notify
user that the CPU plugin does not work as expected on s390x.

3ab2cb1... by Lucas Kanashiro

d/t/tuned-vm: add tests for a custom profile using dynamic features

Create a custom profile using the CPU tuning plugin which makes use of
the load monitoring plugin, and based on a defined threshold set the
CPU latency.

fd71224... by Lucas Kanashiro

d/p/0005-Use-float-instead-of-str-in-cpu-plugin-load-threshol.patch: fix
error when trying to set CPU latency threshold in a custom profile.

bb60d85... by Lucas Kanashiro

d/t/{control,tuned-vm}: add test to check tuned in a VM

Check default profile and switch to other profiles.

b0bcf43... by Lucas Kanashiro

d/t/{control,tuned-container}: check default profile in a container

Check if the default profile is the recommended profile in a container
and if it is active after package installation.