]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Add Debian Buster. 3573/head
authorFlorian Forster <octo@google.com>
Mon, 14 Sep 2020 06:36:40 +0000 (08:36 +0200)
committerFlorian Forster <octo@google.com>
Mon, 14 Sep 2020 13:21:59 +0000 (15:21 +0200)
.cirrus.yml

index 3e9830703b8f9b030f054bb94c7a761c199faeed..fd4563446ea3d4f5a8f3c7ddb574ca6d84f3ed1f 100644 (file)
@@ -9,7 +9,7 @@ env:
 #
 release_ready_task:
   container:
-    image: collectd/ci:stretch_amd64
+    image: collectd/ci:buster_amd64
   lint_script:
     - /checks/check-bashisms.sh
     - /checks/check-pod.sh
@@ -26,18 +26,21 @@ release_ready_task:
 #
 debian_default_toolchain_task:
   matrix:
-    - allow_failures: false
-      container:
+    - container:
+        image: collectd/ci:buster_amd64
+      allow_failures: false
+    - container:
         image: collectd/ci:stretch_amd64
-    - allow_failures: false
-      container:
+      allow_failures: false
+    - container:
         image: collectd/ci:stretch_i386
-    - allow_failures: false
-      container:
+      allow_failures: false
+    - container:
         image: collectd/ci:trusty_amd64
-    - allow_failures: false
-      container:
+      allow_failures: false
+    - container:
         image: collectd/ci:xenial_amd64
+      allow_failures: false
     # debian/unstable is expected to fail
     - allow_failures: true
       skip_notifications: true