From 0b234a237c4dfe879dd83357c3933e34e9d4f166 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 1 Nov 2024 09:47:42 +0100 Subject: [PATCH] interop-tests.yml: Update to Fedora 40 and fix provisioning breakage Reviewed-by: Neil Horman Reviewed-by: Viktor Dukhovni Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25847) --- .github/workflows/interop-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml index 20339b5544..ad496882d0 100644 --- a/.github/workflows/interop-tests.yml +++ b/.github/workflows/interop-tests.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ubuntu-22.04 container: - image: docker.io/fedora:39 + image: docker.io/fedora:40 options: --sysctl net.ipv6.conf.lo.disable_ipv6=0 timeout-minutes: 90 strategy: @@ -48,6 +48,6 @@ jobs: - name: Run interop tests run: | cd interop - tmt run -av plans -n interop tests -f "tag: interop-openssl & tag: interop-$COMPONENT" provision -h local execute -h tmt --interactive + tmt run -av plans -n interop tests -f "tag: interop-openssl & tag: interop-$COMPONENT" provision -h local --feeling-safe execute -h tmt --interactive openssl version echo "Finished - important to prevent unwanted output truncating"