]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: reduce fedora/test matrix
authorDaiki Ueno <ueno@gnu.org>
Mon, 28 Jul 2025 01:11:46 +0000 (10:11 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 28 Jul 2025 01:12:34 +0000 (10:12 +0900)
As PQC has nothing to do with KTLS, skip the pqc + ktls combination.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index 60ee7aedc38345786a2124e377040e37999403de..964f9cf245a16caae5f2ab40e307d007300bd619 100644 (file)
@@ -368,7 +368,10 @@ fedora/test:
     matrix:
       - FIPS: [fips, no-fips]
         PQC: [pqc, no-pqc]
-        KTLS: [ktls, no-ktls]
+        KTLS: no-ktls
+      - FIPS: [fips, no-fips]
+        PQC: no-pqc
+        KTLS: ktls
 
 fedora-interop/test:
   extends: