[master] be24b0752 circleci: Fedora is our witness

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jul 27 17:10:07 UTC 2022


commit be24b075262d2b8d36a9219ec94e73a18413d921
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Mar 18 10:50:33 2022 +0100

    circleci: Fedora is our witness

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4a6517f06..96ac1b70d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -210,6 +210,10 @@ jobs:
       release:
         description: the release name (stretch|buster|bionic|focal)
         type: string
+      check:
+        description: the check to perform during the build
+        default: distcheck
+        type: string
       extra_conf:
         description: platform-specific configure arguments
         default: ""
@@ -343,7 +347,7 @@ jobs:
                 << parameters.extra_conf >>
             sudo -u varnish \
                 --preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \
-                make distcheck VERBOSE=1 -j 4 -k \
+                make << parameters.check >> VERBOSE=1 -j 4 -k \
                 DISTCHECK_CONFIGURE_FLAGS="<< pipeline.parameters.configure_args >> \
                 << parameters.extra_conf >>"
             '
@@ -385,10 +389,12 @@ workflows:
           name: distcheck_almalinux_8
           dist: almalinux
           release: "8"
+      # fedora is our witness
       - distcheck:
           name: distcheck_fedora_latest
           dist: fedora
           release: latest
+          check: witness
       - distcheck:
           name: distcheck_fedora_rawhide
           dist: fedora


More information about the varnish-commit mailing list