From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- qa/distros/container-hosts/.qa | 1 + qa/distros/container-hosts/centos_8.stream_container_tools.yaml | 1 + qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml | 1 + qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml | 1 + qa/distros/container-hosts/ubuntu_18.04.yaml | 1 + qa/distros/container-hosts/ubuntu_20.04.yaml | 9 +++++++++ 6 files changed, 14 insertions(+) create mode 120000 qa/distros/container-hosts/.qa create mode 120000 qa/distros/container-hosts/centos_8.stream_container_tools.yaml create mode 120000 qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml create mode 120000 qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml create mode 120000 qa/distros/container-hosts/ubuntu_18.04.yaml create mode 100644 qa/distros/container-hosts/ubuntu_20.04.yaml (limited to 'qa/distros/container-hosts') diff --git a/qa/distros/container-hosts/.qa b/qa/distros/container-hosts/.qa new file mode 120000 index 000000000..fea2489fd --- /dev/null +++ b/qa/distros/container-hosts/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/distros/container-hosts/centos_8.stream_container_tools.yaml b/qa/distros/container-hosts/centos_8.stream_container_tools.yaml new file mode 120000 index 000000000..7a86f967f --- /dev/null +++ b/qa/distros/container-hosts/centos_8.stream_container_tools.yaml @@ -0,0 +1 @@ +.qa/distros/podman/centos_8.stream_container_tools.yaml \ No newline at end of file diff --git a/qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml b/qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml new file mode 120000 index 000000000..9e1ab9a0e --- /dev/null +++ b/qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml @@ -0,0 +1 @@ +.qa/distros/podman/rhel_8.4_container_tools_3.0.yaml \ No newline at end of file diff --git a/qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml b/qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml new file mode 120000 index 000000000..b4b0a7892 --- /dev/null +++ b/qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml @@ -0,0 +1 @@ +.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml \ No newline at end of file diff --git a/qa/distros/container-hosts/ubuntu_18.04.yaml b/qa/distros/container-hosts/ubuntu_18.04.yaml new file mode 120000 index 000000000..cfb85f10e --- /dev/null +++ b/qa/distros/container-hosts/ubuntu_18.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_18.04.yaml \ No newline at end of file diff --git a/qa/distros/container-hosts/ubuntu_20.04.yaml b/qa/distros/container-hosts/ubuntu_20.04.yaml new file mode 100644 index 000000000..bb9f5c00a --- /dev/null +++ b/qa/distros/container-hosts/ubuntu_20.04.yaml @@ -0,0 +1,9 @@ +os_type: ubuntu +os_version: "20.04" +# the normal ubuntu 20.04 kernel (5.4.0-88-generic currently) have a bug that prevents the nvme_loop +# from behaving. I think it is this: +# https://lkml.org/lkml/2020/9/21/1456 +# (at least, that is the symptom: nvme nvme1: Connect command failed, error wo/DNR bit: 880) +overrides: + kernel: + hwe: true -- cgit v1.2.3