Re: [kvm-unit-tests PATCH v10 15/15] powerpc/gitlab-ci: Enable more tests with Fedora 40
From: Thomas Huth <hidden>
Date: 2024-06-19 07:45:46
Also in:
kvm
From: Thomas Huth <hidden>
Date: 2024-06-19 07:45:46
Also in:
kvm
On 12/06/2024 07.23, Nicholas Piggin wrote:
With Fedora 40 (QEMU 8.2), more tests can be enabled. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- .gitlab-ci.yml | 2 +- powerpc/unittests.cfg | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-)diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffb3767ec..ee14330a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml@@ -110,7 +110,7 @@ build-ppc64le: extends: .intree_template image: fedora:40 script: - - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat + - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat jq
Please mention the addition of jq in the patch description (why it is needed). Thanks, Thomas