[7.0] fd41231a1 Prepare the release branch for package building

Martin Blix Grydeland martin at varnish-software.com
Wed Sep 15 11:38:06 UTC 2021


commit fd41231a1edfdf52bc110901517e74350404e5dd
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Sep 15 13:35:41 2021 +0200

    Prepare the release branch for package building
    
    The CircleCI default commit behaviour is changed to package building now
    that this is a release branch.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8b834c526..705a0162c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,7 +6,7 @@ parameters:
     default: "HEAD"
   pkg-commit:
     type: string
-    default: "master"
+    default: "7.0"
   configure_args:
     type: string
     default: |
@@ -312,43 +312,6 @@ jobs:
 workflows:
   version: 2
   commit:
-    jobs:
-      - dist
-      - distcheck:
-          name: distcheck_centos_7
-          dist: centos
-          release: "7"
-      - distcheck:
-          name: distcheck_centos_8
-          dist: centos
-          release: "8"
-      - distcheck:
-          name: distcheck_debian_buster
-          dist: debian
-          release: buster
-          extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
-      - distcheck:
-          name: distcheck_ubuntu_bionic
-          dist: ubuntu
-          release: bionic
-          extra_conf: CFLAGS='-g -O2 -m32'
-      - distcheck:
-          name: distcheck_alpine
-          dist: alpine
-          release: "latest"
-          #extra_conf: --without-jemalloc
-      - distcheck:
-          name: distcheck_archlinux
-          dist: archlinux
-          release: "latest"
-  nightly:
-    triggers:
-      - schedule:
-          cron: "0 4 * * *"
-          filters:
-            branches:
-              only:
-                - master
     jobs:
       - dist
       - tar_pkg_tools


More information about the varnish-commit mailing list