]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
interop-tests.yml: Update to Fedora 40 and fix provisioning breakage
authorTomas Mraz <tomas@openssl.org>
Fri, 1 Nov 2024 08:47:42 +0000 (09:47 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Nov 2024 13:07:30 +0000 (14:07 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25847)

.github/workflows/interop-tests.yml

index 20339b55445c2e890bc4d31296f365bcbfd1ebd1..ad496882d033a3bf409d0211865b3db1a7d9cf64 100644 (file)
@@ -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"